aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Beppu <beppu@lbox.org>2001-04-05 19:42:03 +0000
committerJohn Beppu <beppu@lbox.org>2001-04-05 19:42:03 +0000
commit94e505485e7cd3a4061371774d9d66c65a053887 (patch)
tree0ad3c0f0480b3e2780fa7d08da4da2c4dbf88874
parent5bca0afb319688577437ae7a291151131c53c04f (diff)
downloadbusybox-w32-94e505485e7cd3a4061371774d9d66c65a053887.tar.gz
busybox-w32-94e505485e7cd3a4061371774d9d66c65a053887.tar.bz2
busybox-w32-94e505485e7cd3a4061371774d9d66c65a053887.zip
- use docs/autodocifier.pl to merge POD together
-rw-r--r--Makefile7
1 files changed, 6 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 66df84921..2a796596e 100644
--- a/Makefile
+++ b/Makefile
@@ -267,7 +267,12 @@ applet_source_list: busybox.sh Config.h
267doc: olddoc 267doc: olddoc
268 268
269# Old Docs... 269# Old Docs...
270olddoc: docs/BusyBox.txt docs/BusyBox.1 docs/BusyBox.html 270olddoc: docs/busybox.pod docs/BusyBox.txt docs/BusyBox.1 docs/BusyBox.html
271
272docs/busybox.pod : docs/busybox_header.pod usage.h docs/busybox_footer.pod
273 - ( cat docs/busybox_header.pod; \
274 docs/autodocifier.pl usage.h; \
275 cat docs/busybox_footer.pod ) > docs/busybox.pod
271 276
272docs/BusyBox.txt: docs/busybox.pod 277docs/BusyBox.txt: docs/busybox.pod
273 @echo 278 @echo