summaryrefslogtreecommitdiff
path: root/doc/Makefile
diff options
context:
space:
mode:
authorDiego Biurrun <diego@biurrun.de>2012-03-26 15:10:12 +0200
committerDiego Biurrun <diego@biurrun.de>2012-03-27 11:15:47 +0200
commit8e0b7e2f148d87f667fe9778b968948d0e1d4627 (patch)
treebdc5cd825835ee27fe4b526844cf630368c96b46 /doc/Makefile
parentd724fe665bf8a9bddb2d9f87713036aa786c4dac (diff)
build: Do not explicitly add the doc directory to the OBJDIRS list.
Now that a documentation generator is built in the doc directory, this is no longer necessary. Fixes the Make warning: Makefile:188: target `doc' given more than once in the same rule.
Diffstat (limited to 'doc/Makefile')
-rw-r--r--doc/Makefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/doc/Makefile b/doc/Makefile
index a051f6e6d1..ffb3c5ce4a 100644
--- a/doc/Makefile
+++ b/doc/Makefile
@@ -41,7 +41,6 @@ doc/%.1: doc/%.pod $(GENTEXI)
$(M)pod2man --section=1 --center=" " --release=" " $< > $@
$(DOCS): | doc
-OBJDIRS += doc
install-progs-$(CONFIG_DOC): install-man