summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2011-12-23 18:01:10 +0100
committerMichael Niedermayer <michaelni@gmx.at>2011-12-23 18:01:10 +0100
commitc2c284b3eb9665f7c376ff2dba19d65a82f35495 (patch)
treef27d7810a56a7c72be68ed35fbf4edb4dd957685 /doc
parent7de733b7521a92038fbb2372865693c623db94c1 (diff)
Revert "doc: build: TEXIDEP: Recognize verbatim includes"
This reverts commit e5cbf24e45ed21178674fff8f485d919128b793c. This commits breaks out of tree builds
Diffstat (limited to 'doc')
-rw-r--r--doc/Makefile2
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