mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
git-svn-id: https://svn.macports.org/repository/macports/trunk/dports@87914 d073be05-634f-4543-b044-5fe20cf6d1d6
17 lines
708 B
Diff
17 lines
708 B
Diff
--- ffmpeg-0.5.6/Makefile.orig 2010-08-04 19:25:32.000000000 -0700
|
|
+++ ffmpeg-0.5.6/Makefile 2010-08-04 19:27:27.000000000 -0700
|
|
@@ -113,9 +113,10 @@
|
|
VHOOK_DEPS = $(HOOKS:$(SLIBSUF)=.d)
|
|
depend dep: $(VHOOK_DEPS)
|
|
|
|
-documentation: $(addprefix doc/, ffmpeg-doc.html faq.html ffserver-doc.html \
|
|
- ffplay-doc.html general.html hooks.html \
|
|
- $(ALLMANPAGES))
|
|
+documentation:
|
|
+# documentation: $(addprefix doc/, ffmpeg-doc.html faq.html ffserver-doc.html \
|
|
+# ffplay-doc.html general.html hooks.html \
|
|
+# $(ALLMANPAGES))
|
|
|
|
doc/%.html: doc/%.texi
|
|
texi2html -monolithic -number $<
|