mirror of
https://github.com/librempeg/librempeg
synced 2024-11-23 11:39:47 +00:00
doc: fix dependencies in pod generation
The script can and will change.
This commit is contained in:
parent
528878ee7b
commit
7a95afe433
@ -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 $< $@
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user