aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorvapier <vapier@69ca8d6d-28ef-0310-b511-8ec308f3f277>2006-02-05 22:15:39 +0000
committervapier <vapier@69ca8d6d-28ef-0310-b511-8ec308f3f277>2006-02-05 22:15:39 +0000
commitdb3f7a5aaf36c4cb2d5a26b4e4df88bf671178d7 (patch)
tree5d4c19bc4d6b6b764da8abae3da888ecde250c62 /Makefile
parent3a302a62db7e02d502db94f22405766b8ba5b8e3 (diff)
downloadbusybox-w32-db3f7a5aaf36c4cb2d5a26b4e4df88bf671178d7.tar.gz
busybox-w32-db3f7a5aaf36c4cb2d5a26b4e4df88bf671178d7.tar.bz2
busybox-w32-db3f7a5aaf36c4cb2d5a26b4e4df88bf671178d7.zip
if the .pl script gets updated, force doc regen
git-svn-id: svn://busybox.net/trunk/busybox@13855 69ca8d6d-28ef-0310-b511-8ec308f3f277
Diffstat (limited to '')
-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; \