From 14abeaa43d021afdce9119d906891abe89c03b88 Mon Sep 17 00:00:00 2001 From: Diego Biurrun Date: Sat, 2 Nov 2013 16:44:18 +0100 Subject: build: Separate building programs linking against libav* from building av* This will allow cleaner integration of building example programs. --- doc/Makefile | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'doc/Makefile') diff --git a/doc/Makefile b/doc/Makefile index f0f9da2462..3ab09402cf 100644 --- a/doc/Makefile +++ b/doc/Makefile @@ -1,6 +1,7 @@ -MANPAGES = $(PROGS-yes:%=doc/%.1) -PODPAGES = $(PROGS-yes:%=doc/%.pod) -HTMLPAGES = $(PROGS-yes:%=doc/%.html) \ +ALLMANPAGES = $(AVBASENAMES:%=%.1) +MANPAGES = $(AVPROGS-yes:%=doc/%.1) +PODPAGES = $(AVPROGS-yes:%=doc/%.pod) +HTMLPAGES = $(AVPROGS-yes:%=doc/%.html) \ doc/developer.html \ doc/faq.html \ doc/fate.html \ -- cgit v1.2.3