diff options
author | Eric Andersen | 2001-10-31 11:07:12 +0000 |
---|---|---|
committer | Eric Andersen | 2001-10-31 11:07:12 +0000 |
commit | 1552ff7efb760214eb4e5afc97f200136a935643 (patch) | |
tree | b802098fd303d7f2630a20e50cc891084120fcf2 /Makefile | |
parent | ec07469a3eff7f9ac7be886390592c31163ddf59 (diff) | |
download | busybox-1552ff7efb760214eb4e5afc97f200136a935643.zip busybox-1552ff7efb760214eb4e5afc97f200136a935643.tar.gz |
Move usage.h to include/usage.h
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 |