mirror of
https://github.com/librempeg/librempeg
synced 2024-11-23 11:39:47 +00:00
Revert "doc: build: TEXIDEP: Recognize verbatim includes"
This reverts commit e5cbf24e45
.
This commits breaks out of tree builds
This commit is contained in:
parent
7de733b752
commit
c2c284b3eb
@ -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…
Reference in New Issue
Block a user