From 1552ff7efb760214eb4e5afc97f200136a935643 Mon Sep 17 00:00:00 2001 From: Eric Andersen Date: Wed, 31 Oct 2001 11:07:12 +0000 Subject: Move usage.h to include/usage.h --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Makefile') 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 -- cgit v1.1