summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorEric Andersen2001-10-31 11:07:12 +0000
committerEric Andersen2001-10-31 11:07:12 +0000
commit1552ff7efb760214eb4e5afc97f200136a935643 (patch)
treeb802098fd303d7f2630a20e50cc891084120fcf2 /Makefile
parentec07469a3eff7f9ac7be886390592c31163ddf59 (diff)
downloadbusybox-1552ff7efb760214eb4e5afc97f200136a935643.zip
busybox-1552ff7efb760214eb4e5afc97f200136a935643.tar.gz
Move usage.h to include/usage.h
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index acd527c..b60b6a4 100644
--- a/Makefile
+++ b/Makefile
@@ -230,9 +230,9 @@ doc: olddoc
# Old Docs...
olddoc: docs/busybox.pod docs/BusyBox.txt docs/BusyBox.1 docs/BusyBox.html
-docs/busybox.pod : docs/busybox_header.pod applets/usage.h docs/busybox_footer.pod
+docs/busybox.pod : docs/busybox_header.pod include/usage.h docs/busybox_footer.pod
- ( cat docs/busybox_header.pod; \
- docs/autodocifier.pl applets/usage.h; \
+ docs/autodocifier.pl include/usage.h; \
cat docs/busybox_footer.pod ) > docs/busybox.pod
docs/BusyBox.txt: docs/busybox.pod