Some Makefile fixes for the docs.
authorEric Andersen <andersen@codepoet.org>
Fri, 2 Jun 2000 03:35:22 +0000 (03:35 -0000)
committerEric Andersen <andersen@codepoet.org>
Fri, 2 Jun 2000 03:35:22 +0000 (03:35 -0000)
 -Erik

Makefile

index 6471e34905c6e143d250c0a65a2e1057c9349a42..1395b5262739b82a0c940aa70dceb3dc91c7cbb3 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -95,15 +95,17 @@ docs/BusyBox.txt: docs/busybox.pod
        @echo
        @echo BusyBox Documentation
        @echo
-       pod2text docs/busybox.pod > docs/BusyBox.txt
+       pod2text docs/busybox.pod > docs/BusyBox.txt
 
 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
-       pod2html docs/busybox.pod > docs/busybox.lineo.com/BusyBox.html
+docs/BusyBox.html: docs/busybox.lineo.com/BusyBox.html
        - rm -f 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*
 
 busybox: $(OBJECTS)