From: John Beppu Date: Thu, 5 Apr 2001 19:42:03 +0000 (-0000) Subject: - use docs/autodocifier.pl to merge POD together X-Git-Tag: 0_51~35 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=94e505485e7cd3a4061371774d9d66c65a053887;p=oweals%2Fbusybox.git - use docs/autodocifier.pl to merge POD together --- 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 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