Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.busybox.net/busybox.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEric Andersen <andersen@codepoet.org>2001-10-31 14:07:12 +0300
committerEric Andersen <andersen@codepoet.org>2001-10-31 14:07:12 +0300
commit1552ff7efb760214eb4e5afc97f200136a935643 (patch)
treeb802098fd303d7f2630a20e50cc891084120fcf2 /Makefile
parentec07469a3eff7f9ac7be886390592c31163ddf59 (diff)
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 acd527c41..b60b6a405 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