Browse Source

build: merge lists of HTML documentation targets

tags/n0.9
Diego Biurrun 14 years ago
parent
commit
47b20a1db0
1 changed files with 6 additions and 2 deletions
  1. +6
    -2
      doc/Makefile

+ 6
- 2
doc/Makefile View File

@@ -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



Loading…
Cancel
Save