Browse Source

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

This reverts commit e5cbf24e45.

This commits breaks out of tree builds
tags/n0.10
Michael Niedermayer 13 years ago
parent
commit
c2c284b3eb
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      doc/Makefile

+ 1
- 1
doc/Makefile View File

@@ -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


Loading…
Cancel
Save