Commit e6f033e2 authored by mru's avatar mru

Change dir into doc/ when running texi2html

This silly program always writes its output to the current directory.
Changing directory is better than moving the file afterwards.

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@22417 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent a61f77b7
...@@ -94,8 +94,7 @@ documentation: $(addprefix doc/, developer.html faq.html ffmpeg-doc.html \ ...@@ -94,8 +94,7 @@ documentation: $(addprefix doc/, developer.html faq.html ffmpeg-doc.html \
general.html libavfilter.html $(ALLMANPAGES)) general.html libavfilter.html $(ALLMANPAGES))
doc/%.html: doc/%.texi doc/%.html: doc/%.texi
texi2html -monolithic -number $< cd doc && texi2html -monolithic -number $(<:doc/%=%)
mv $(@F) $@
doc/%.pod: doc/%-doc.texi doc/%.pod: doc/%-doc.texi
doc/texi2pod.pl $< $@ doc/texi2pod.pl $< $@
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment