Some Makefile fixes for the docs.

-Erik
This commit is contained in:
Eric Andersen 2000-06-02 03:35:22 +00:00
parent 380e58a05f
commit 6082917e34

View File

@ -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)