summaryrefslogtreecommitdiff
path: root/doc/Makefile
diff options
context:
space:
mode:
authorMans Rullgard <mans@mansr.com>2012-07-20 11:01:19 +0100
committerMans Rullgard <mans@mansr.com>2012-07-26 23:58:59 +0100
commitb9d3c3784865090e202483c73cc158f7d3918771 (patch)
tree813fe5a1b1834f9d44cddfae930538b31dcfba08 /doc/Makefile
parenta758c5e2594893c0e7e1c5d966d6e486e2a77bb3 (diff)
build: use COMPILE template for HOSTOBJS
Signed-off-by: Mans Rullgard <mans@mansr.com>
Diffstat (limited to 'doc/Makefile')
-rw-r--r--doc/Makefile2
1 files changed, 0 insertions, 2 deletions
diff --git a/doc/Makefile b/doc/Makefile
index 15e7323acc..8f9067417c 100644
--- a/doc/Makefile
+++ b/doc/Makefile
@@ -17,8 +17,6 @@ documentation: $(DOCS)
TEXIDEP = awk '/^@include/ { printf "$@: $(@D)/%s\n", $$2 }' <$< >$(@:%=%.d)
-doc/print_options.o: libavformat/options_table.h libavcodec/options_table.h
-
GENTEXI = format codec
GENTEXI := $(GENTEXI:%=doc/avoptions_%.texi)