From 2779610ab521a5b52edd624b11e3303416fa5bb3 Mon Sep 17 00:00:00 2001 From: Julien Danjou Date: Mon, 31 Mar 2008 14:15:55 +0200 Subject: [PATCH] [build] Enhance documentation building Signed-off-by: Julien Danjou --- Makefile.am | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/Makefile.am b/Makefile.am index 7e07670c..2dfd6f90 100644 --- a/Makefile.am +++ b/Makefile.am @@ -233,10 +233,12 @@ SUFFIXES += .1.txt .1.xml SUFFIXES += .5.txt .5.xml if HAVE_ASCIIDOC if HAVE_PYTHON -optsdocgen.txt: +CLEANFILES += optsdocgen.txt +CLEANFILES += uicbdocgen.txt +optsdocgen.txt: common/configopts.c $(PYTHON) $(top_srcdir)/build-utils/extractoptsdoc.py \ $(top_srcdir)/common/configopts.c > optsdocgen.txt -uicbdocgen.txt: +uicbdocgen.txt: $(awesome_SOURCES) $(PYTHON) $(top_srcdir)/build-utils/extractuicbdoc.py \ $(top_srcdir)/*.c > uicbdocgen.txt .1.txt.1.xml: