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