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

Alexander Strasser git at videolan.org
Tue Dec 20 16:06:16 CET 2011


ffmpeg | branch: master | Alexander Strasser <eclipse7 at gmx.net> | Tue Dec 20 00:27:22 2011 +0100| [e5cbf24e45ed21178674fff8f485d919128b793c] | committer: Michael Niedermayer

doc: build: TEXIDEP: Recognize verbatim includes

  When generating the .dep files for .texi sources, verbatim includes
(@verbatiminclude) should also be taken into account.

Signed-off-by: Alexander Strasser <eclipse7 at gmx.net>
Signed-off-by: Michael Niedermayer <michaelni at gmx.at>

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

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

diff --git a/doc/Makefile b/doc/Makefile
index 0acd984..8bbfe18 100644
--- a/doc/Makefile
+++ b/doc/Makefile
@@ -15,7 +15,7 @@ all-$(CONFIG_DOC): documentation
 
 documentation: $(DOCS)
 
-TEXIDEP = awk '/^@include/ { printf "$@: $(@D)/%s\n", $$2 }' <$< >$(@:%=%.d)
+TEXIDEP = awk '/^@(verbatim)?include/ { printf "$@: $(@D)/%s\n", $$2 }' <$< >$(@:%=%.d)
 
 doc/%.html: TAG = HTML
 doc/%.html: doc/%.texi $(SRC_PATH)/doc/t2h.init



More information about the ffmpeg-cvslog mailing list