diff options
author | Mike Frysinger <vapier@gentoo.org> | 2006-02-05 22:15:39 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2006-02-05 22:15:39 +0000 |
commit | f37529d6b692797a136b59c2014ab87fef63ced8 (patch) | |
tree | 5d4c19bc4d6b6b764da8abae3da888ecde250c62 | |
parent | b0ed3d7cc08ed715ccea67c9d9061f4074e3b176 (diff) | |
download | busybox-w32-f37529d6b692797a136b59c2014ab87fef63ced8.tar.gz busybox-w32-f37529d6b692797a136b59c2014ab87fef63ced8.tar.bz2 busybox-w32-f37529d6b692797a136b59c2014ab87fef63ced8.zip |
if the .pl script gets updated, force doc regen
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -352,7 +352,7 @@ sizes: | |||
352 | # Documentation Targets | 352 | # Documentation Targets |
353 | doc: docs/busybox.pod docs/BusyBox.txt docs/BusyBox.1 docs/BusyBox.html | 353 | doc: docs/busybox.pod docs/BusyBox.txt docs/BusyBox.1 docs/BusyBox.html |
354 | 354 | ||
355 | docs/busybox.pod : $(top_srcdir)/docs/busybox_header.pod $(top_srcdir)/include/usage.h $(top_srcdir)/docs/busybox_footer.pod | 355 | docs/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; \ |