From 7a95afe433b2a692f490b98948c082e62ffc1d27 Mon Sep 17 00:00:00 2001 From: Luca Barbato Date: Wed, 23 Jan 2013 10:08:57 +0100 Subject: [PATCH] doc: fix dependencies in pod generation The script can and will change. --- doc/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 $< $@