projects
/
libav.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4dccfff
)
build: merge lists of HTML documentation targets
author
Diego Biurrun
<diego@biurrun.de>
Wed, 7 Dec 2011 20:49:53 +0000
(21:49 +0100)
committer
Diego Biurrun
<diego@biurrun.de>
Thu, 8 Dec 2011 00:01:00 +0000
(
01:01
+0100)
doc/Makefile
patch
|
blob
|
blame
|
history
diff --git
a/doc/Makefile
b/doc/Makefile
index
01960b7
..
ca403d5
100644
(file)
--- a/
doc/Makefile
+++ b/
doc/Makefile
@@
-1,8
+1,12
@@
MANPAGES = $(PROGS-yes:%=doc/%.1)
PODPAGES = $(PROGS-yes:%=doc/%.pod)
-HTMLPAGES = $(PROGS-yes:%=doc/%.html)
+HTMLPAGES = $(PROGS-yes:%=doc/%.html) \
+ doc/developer.html \
+ doc/faq.html \
+ doc/general.html \
+ doc/libavfilter.html \
-DOCS = $(
addprefix doc/, developer.html faq.html general.html libavfilter.html) $(
HTMLPAGES) $(MANPAGES) $(PODPAGES)
+DOCS = $(HTMLPAGES) $(MANPAGES) $(PODPAGES)
all-$(CONFIG_DOC): documentation