]> git.sesse.net Git - ffmpeg/blobdiff - doc/Makefile
doc: build: TEXIDEP: Recognize verbatim includes
[ffmpeg] / doc / Makefile
index 0acd9844afb8b312f87ddcdbf1b80b00ae78b659..8bbfe185cedd9a82979825313f8284720d6b6a1f 100644 (file)
@@ -15,7 +15,7 @@ all-$(CONFIG_DOC): documentation
 
 documentation: $(DOCS)
 
-TEXIDEP = awk '/^@include/ { printf "$@: $(@D)/%s\n", $$2 }' <$< >$(@:%=%.d)
+TEXIDEP = awk '/^@(verbatim)?include/ { printf "$@: $(@D)/%s\n", $$2 }' <$< >$(@:%=%.d)
 
 doc/%.html: TAG = HTML
 doc/%.html: doc/%.texi $(SRC_PATH)/doc/t2h.init