aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorEric Andersen <andersen@codepoet.org>2000-09-24 02:42:48 +0000
committerEric Andersen <andersen@codepoet.org>2000-09-24 02:42:48 +0000
commit488aac2e2aac229bceb8655ff7c302cda59f1382 (patch)
tree31b55dd2cbcc17eae62dda2a93ac5e9aa4188ed1 /Makefile
parent896fa4ea1dd88dc2e710da44dd9dc005e8e459dd (diff)
downloadbusybox-488aac2e2aac229bceb8655ff7c302cda59f1382.tar.gz
Update newdoc dependancy
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index d029acbac..15d13c58c 100644
--- 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)