diff options
author | Michael Niedermayer <michaelni@gmx.at> | 2011-12-23 18:01:10 +0100 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2011-12-23 18:01:10 +0100 |
commit | c2c284b3eb9665f7c376ff2dba19d65a82f35495 (patch) | |
tree | f27d7810a56a7c72be68ed35fbf4edb4dd957685 /doc/Makefile | |
parent | 7de733b7521a92038fbb2372865693c623db94c1 (diff) | |
download | ffmpeg-c2c284b3eb9665f7c376ff2dba19d65a82f35495.tar.gz |
Revert "doc: build: TEXIDEP: Recognize verbatim includes"
This reverts commit e5cbf24e45ed21178674fff8f485d919128b793c.
This commits breaks out of tree builds
Diffstat (limited to 'doc/Makefile')
-rw-r--r-- | doc/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/Makefile b/doc/Makefile index 2dbf30a0db..afdd1c1df9 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 |