[FFmpeg-cvslog] Revert "doc: build: TEXIDEP: Recognize verbatim includes"

Michael Niedermayer git at videolan.org
Fri Dec 23 18:18:13 CET 2011


ffmpeg | branch: master | Michael Niedermayer <michaelni at gmx.at> | Fri Dec 23 18:01:10 2011 +0100| [c2c284b3eb9665f7c376ff2dba19d65a82f35495] | committer: Michael Niedermayer

Revert "doc: build: TEXIDEP: Recognize verbatim includes"

This reverts commit e5cbf24e45ed21178674fff8f485d919128b793c.

This commits breaks out of tree builds

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=c2c284b3eb9665f7c376ff2dba19d65a82f35495
---

 doc/Makefile |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/doc/Makefile b/doc/Makefile
index 2dbf30a..afdd1c1 100644
--- a/doc/Makefile
+++ b/doc/Makefile
@@ -21,7 +21,7 @@ all-$(CONFIG_DOC): documentation
 
 documentation: $(DOCS)
 
-TEXIDEP = awk '/^@(verbatim)?include/ { printf "$@: $(@D)/%s\n", $$2 }' <$< >$(@:%=%.d)
+TEXIDEP = awk '/^@include/ { printf "$@: $(@D)/%s\n", $$2 }' <$< >$(@:%=%.d)
 
 doc/%.txt: TAG = TXT
 doc/%.txt: doc/%.texi



More information about the ffmpeg-cvslog mailing list