From c2c284b3eb9665f7c376ff2dba19d65a82f35495 Mon Sep 17 00:00:00 2001 From: Michael Niedermayer Date: Fri, 23 Dec 2011 18:01:10 +0100 Subject: [PATCH] Revert "doc: build: TEXIDEP: Recognize verbatim includes" This reverts commit e5cbf24e45ed21178674fff8f485d919128b793c. This commits breaks out of tree builds --- doc/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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