diff options
author | Michael Niedermayer <michaelni@gmx.at> | 2013-01-24 14:34:35 +0100 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2013-01-24 14:35:15 +0100 |
commit | 70b0aeba001c61d52965debda4875e610bb2435e (patch) | |
tree | da6a9f660e3dc0afbe4bb10d6e173241d9d5bcdd | |
parent | 9c555bca68cf3f168c2e4ffcb5b4dacbda8366bf (diff) | |
parent | 7a95afe433b2a692f490b98948c082e62ffc1d27 (diff) | |
download | ffmpeg-70b0aeba001c61d52965debda4875e610bb2435e.tar.gz |
Merge commit '7a95afe433b2a692f490b98948c082e62ffc1d27'
* commit '7a95afe433b2a692f490b98948c082e62ffc1d27':
doc: fix dependencies in pod generation
Merged-by: Michael Niedermayer <michaelni@gmx.at>
-rw-r--r-- | doc/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/Makefile b/doc/Makefile index f9efe3a9c4..a8616551be 100644 --- a/doc/Makefile +++ b/doc/Makefile @@ -62,7 +62,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)perl $(SRC_PATH)/doc/texi2pod.pl -Idoc $< $@ |