Commit c2c284b3 authored by Michael Niedermayer's avatar Michael Niedermayer

Revert "doc: build: TEXIDEP: Recognize verbatim includes"

This reverts commit e5cbf24e.

This commits breaks out of tree builds
parent 7de733b7
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment