Skip to content
Snippets Groups Projects
Commit 58d1d702 authored by Stefano Sabatini's avatar Stefano Sabatini
Browse files

doc/Makefile: change DOCLIBS check

More consistent with the rest of the build system, and more compact.
parent 1c6962dc
No related branches found
No related tags found
No related merge requests found
ifeq ($(CONFIG_AVCODEC),yes) DOCLIBS-$(CONFIG_AVCODEC) += libavcodec
DOCLIBS += libavcodec
endif
MANPAGES = $(PROGS-yes:%=doc/%.1) $(DOCLIBS:%=doc/%.3) MANPAGES = $(PROGS-yes:%=doc/%.1) $(DOCLIBS-yes:%=doc/%.3)
PODPAGES = $(PROGS-yes:%=doc/%.pod) $(DOCLIBS:%=doc/%.pod) PODPAGES = $(PROGS-yes:%=doc/%.pod) $(DOCLIBS-yes:%=doc/%.pod)
HTMLPAGES = $(PROGS-yes:%=doc/%.html) $(DOCLIBS:%=doc/%.html) \ HTMLPAGES = $(PROGS-yes:%=doc/%.html) $(DOCLIBS-yes:%=doc/%.html) \
doc/developer.html \ doc/developer.html \
doc/faq.html \ doc/faq.html \
doc/fate.html \ doc/fate.html \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment