mirror of https://github.com/mirror/busybox.git
parent
380e58a05f
commit
6082917e34
10
Makefile
10
Makefile
|
@ -95,15 +95,17 @@ docs/BusyBox.txt: docs/busybox.pod
|
||||||
@echo
|
@echo
|
||||||
@echo BusyBox Documentation
|
@echo BusyBox Documentation
|
||||||
@echo
|
@echo
|
||||||
pod2text docs/busybox.pod > docs/BusyBox.txt
|
- pod2text docs/busybox.pod > docs/BusyBox.txt
|
||||||
|
|
||||||
docs/BusyBox.1: docs/busybox.pod
|
docs/BusyBox.1: docs/busybox.pod
|
||||||
pod2man --center=BusyBox --release="version $(VERSION)" docs/busybox.pod > docs/BusyBox.1
|
- pod2man --center=BusyBox --release="version $(VERSION)" docs/busybox.pod > docs/BusyBox.1
|
||||||
|
|
||||||
docs/BusyBox.html: docs/busybox.pod
|
docs/BusyBox.html: docs/busybox.lineo.com/BusyBox.html
|
||||||
pod2html docs/busybox.pod > docs/busybox.lineo.com/BusyBox.html
|
|
||||||
- rm -f docs/BusyBox.html
|
- rm -f docs/BusyBox.html
|
||||||
- ln -s busybox.lineo.com/BusyBox.html docs/BusyBox.html
|
- ln -s busybox.lineo.com/BusyBox.html docs/BusyBox.html
|
||||||
|
|
||||||
|
docs/busybox.lineo.com/BusyBox.html: docs/busybox.pod
|
||||||
|
- pod2html docs/busybox.pod > docs/busybox.lineo.com/BusyBox.html
|
||||||
- rm -f pod2html*
|
- rm -f pod2html*
|
||||||
|
|
||||||
busybox: $(OBJECTS)
|
busybox: $(OBJECTS)
|
||||||
|
|
Loading…
Reference in New Issue