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