aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 9faef9791..1177f147a 100644
--- a/Makefile
+++ b/Makefile
@@ -352,7 +352,7 @@ sizes:
352# Documentation Targets 352# Documentation Targets
353doc: docs/busybox.pod docs/BusyBox.txt docs/BusyBox.1 docs/BusyBox.html 353doc: docs/busybox.pod docs/BusyBox.txt docs/BusyBox.1 docs/BusyBox.html
354 354
355docs/busybox.pod : $(top_srcdir)/docs/busybox_header.pod $(top_srcdir)/include/usage.h $(top_srcdir)/docs/busybox_footer.pod 355docs/busybox.pod : $(top_srcdir)/docs/busybox_header.pod $(top_srcdir)/include/usage.h $(top_srcdir)/docs/busybox_footer.pod $(top_srcdir)/docs/autodocifier.pl
356 $(disp_doc) 356 $(disp_doc)
357 $(Q)-mkdir -p docs 357 $(Q)-mkdir -p docs
358 $(Q)-( cat $(top_srcdir)/docs/busybox_header.pod; \ 358 $(Q)-( cat $(top_srcdir)/docs/busybox_header.pod; \