summaryrefslogtreecommitdiff
path: root/doc/Makefile
diff options
context:
space:
mode:
authorLuca Barbato <lu_zero@gentoo.org>2013-01-23 10:08:57 +0100
committerLuca Barbato <lu_zero@gentoo.org>2013-01-24 10:43:15 +0100
commit7a95afe433b2a692f490b98948c082e62ffc1d27 (patch)
tree4bbbbd7a2d6052f894b959f3e288bb19a15315fa /doc/Makefile
parent528878ee7b377e23a194d7c801571d97793047e0 (diff)
doc: fix dependencies in pod generation
The script can and will change.
Diffstat (limited to 'doc/Makefile')
-rw-r--r--doc/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/Makefile b/doc/Makefile
index d22de79df5..43e463207e 100644
--- a/doc/Makefile
+++ b/doc/Makefile
@@ -32,7 +32,7 @@ doc/%.html: doc/%.texi $(SRC_PATH)/doc/t2h.init $(GENTEXI)
$(M)texi2html -I doc -monolithic --init-file $(SRC_PATH)/doc/t2h.init --output $@ $<
doc/%.pod: TAG = POD
-doc/%.pod: doc/%.texi $(GENTEXI)
+doc/%.pod: doc/%.texi $(SRC_PATH)/doc/texi2pod.pl $(GENTEXI)
$(Q)$(TEXIDEP)
$(M)$(SRC_PATH)/doc/texi2pod.pl -Idoc $< $@