This website works better with JavaScript.
Home
Help
Sign In
falkTX
/
FFmpeg
mirror of
https://github.com/falkTX/FFmpeg.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
338
Wiki
Activity
Browse Source
build: Simplify texi2html invocation through the --output option.
The --output option is available in texi2html since at least version 1.78.
tags/n0.8
Diego Biurrun
14 years ago
parent
5e1166b31b
commit
a5514a8474
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
Makefile
+ 1
- 1
Makefile
View File
@@ -117,7 +117,7 @@ TEXIDEP = awk '/^@include/ { printf "$@: $(@D)/%s\n", $$2 }' <$< >$(@:%=%.d)
doc/%.html: TAG = HTML
doc/%.html: doc/%.texi $(SRC_PATH_BARE)/doc/t2h.init
$(Q)$(TEXIDEP)
$(M)
cd doc &&
texi2html -monolithic --init-file $(SRC_PATH_BARE)/doc/t2h.init
$(<:doc/%=%)
$(M)texi2html -monolithic --init-file $(SRC_PATH_BARE)/doc/t2h.init
--output $@ $<
doc/%.pod: TAG = POD
doc/%.pod: doc/%.texi
Write
Preview
Loading…
Cancel
Save