diff options
author | John Beppu <beppu@lbox.org> | 2001-04-05 19:42:03 +0000 |
---|---|---|
committer | John Beppu <beppu@lbox.org> | 2001-04-05 19:42:03 +0000 |
commit | 94e505485e7cd3a4061371774d9d66c65a053887 (patch) | |
tree | 0ad3c0f0480b3e2780fa7d08da4da2c4dbf88874 /Makefile | |
parent | 5bca0afb319688577437ae7a291151131c53c04f (diff) | |
download | busybox-94e505485e7cd3a4061371774d9d66c65a053887.tar.gz |
- use docs/autodocifier.pl to merge POD together
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 7 |
1 files changed, 6 insertions, 1 deletions
@@ -267,7 +267,12 @@ applet_source_list: busybox.sh Config.h doc: olddoc # Old Docs... -olddoc: docs/BusyBox.txt docs/BusyBox.1 docs/BusyBox.html +olddoc: docs/busybox.pod docs/BusyBox.txt docs/BusyBox.1 docs/BusyBox.html + +docs/busybox.pod : docs/busybox_header.pod usage.h docs/busybox_footer.pod + - ( cat docs/busybox_header.pod; \ + docs/autodocifier.pl usage.h; \ + cat docs/busybox_footer.pod ) > docs/busybox.pod docs/BusyBox.txt: docs/busybox.pod @echo |