aboutsummaryrefslogtreecommitdiff
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
parent896fa4ea1dd88dc2e710da44dd9dc005e8e459dd (diff)
downloadbusybox-w32-488aac2e2aac229bceb8655ff7c302cda59f1382.tar.gz
busybox-w32-488aac2e2aac229bceb8655ff7c302cda59f1382.tar.bz2
busybox-w32-488aac2e2aac229bceb8655ff7c302cda59f1382.zip
Update newdoc dependancy
-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
147 147
148 148
149# New docs based on DOCBOOK SGML 149# New docs based on DOCBOOK SGML
150newdoc: docs/busybox.txt docs/busybox.pdf docs/busybox/busybox.html 150newdoc: docs/busybox.txt docs/busybox.pdf docs/busybox/busyboxdocumentation.html
151 151
152docs/busybox.txt: docs/busybox.sgml 152docs/busybox.txt: docs/busybox.sgml
153 @echo 153 @echo
@@ -164,7 +164,7 @@ docs/busybox.ps: docs/busybox.sgml
164docs/busybox.pdf: docs/busybox.ps 164docs/busybox.pdf: docs/busybox.ps
165 (cd docs; ps2pdf busybox.ps) 165 (cd docs; ps2pdf busybox.ps)
166 166
167docs/busybox/busybox.html: docs/busybox.sgml 167docs/busybox/busyboxdocumentation.html: docs/busybox.sgml
168 (cd docs/busybox.lineo.com; sgmltools -b html ../busybox.sgml) 168 (cd docs/busybox.lineo.com; sgmltools -b html ../busybox.sgml)
169 169
170 170