diff options
author | Luca Barbato <lu_zero@gentoo.org> | 2013-01-23 10:08:57 +0100 |
---|---|---|
committer | Luca Barbato <lu_zero@gentoo.org> | 2013-01-24 10:43:15 +0100 |
commit | 7a95afe433b2a692f490b98948c082e62ffc1d27 (patch) | |
tree | 4bbbbd7a2d6052f894b959f3e288bb19a15315fa | |
parent | 528878ee7b377e23a194d7c801571d97793047e0 (diff) | |
download | ffmpeg-7a95afe433b2a692f490b98948c082e62ffc1d27.tar.gz |
doc: fix dependencies in pod generation
The script can and will change.
-rw-r--r-- | doc/Makefile | 2 |
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 $< $@ |