Update newdoc dependancy
authorEric Andersen <andersen@codepoet.org>
Sun, 24 Sep 2000 02:42:48 +0000 (02:42 -0000)
committerEric Andersen <andersen@codepoet.org>
Sun, 24 Sep 2000 02:42:48 +0000 (02:42 -0000)
Makefile

index d029acbacd7e4bfde59247328254c326b6932286..15d13c58cacd65de4d5d7a6d9b038b41d5b8ae1c 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -147,7 +147,7 @@ docs/busybox.lineo.com/BusyBox.html: docs/busybox.pod
 
 
 # New docs based on DOCBOOK SGML
-newdoc: docs/busybox.txt docs/busybox.pdf docs/busybox/busybox.html
+newdoc: docs/busybox.txt docs/busybox.pdf docs/busybox/busyboxdocumentation.html
 
 docs/busybox.txt: docs/busybox.sgml
        @echo
@@ -164,7 +164,7 @@ docs/busybox.ps: docs/busybox.sgml
 docs/busybox.pdf: docs/busybox.ps
        (cd docs; ps2pdf busybox.ps)
 
-docs/busybox/busybox.html: docs/busybox.sgml
+docs/busybox/busyboxdocumentation.html: docs/busybox.sgml
        (cd docs/busybox.lineo.com; sgmltools -b html ../busybox.sgml)