[FFmpeg-cvslog] doc: build: TEXIDEP: Recognize verbatim includes
Alexander Strasser
git at videolan.org
Sat Dec 24 03:05:09 CET 2011
ffmpeg | branch: master | Alexander Strasser <eclipse7 at gmx.net> | Tue Dec 20 00:27:22 2011 +0100| [c7062802d920b20e942b107e0f31207bd50bb36f] | 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=c7062802d920b20e942b107e0f31207bd50bb36f
---
doc/Makefile | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/doc/Makefile b/doc/Makefile
index afdd1c1..2dbf30a 100644
--- a/doc/Makefile
+++ b/doc/Makefile
@@ -21,7 +21,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/%.txt: TAG = TXT
doc/%.txt: doc/%.texi
More information about the ffmpeg-cvslog
mailing list