diff options
author | Carl Worth <cworth@cworth.org> | 2003-12-11 19:30:07 +0000 |
---|---|---|
committer | Carl Worth <cworth@cworth.org> | 2003-12-11 19:30:07 +0000 |
commit | d098e4ebe7e3b87a66ddbe09bafe3582373a022c (patch) | |
tree | 6c006adefb911c2675818b9ae3560dbac22b8d24 /fc-list | |
parent | 408dd9c07a9b0b755f9338b4cbff9e4292fa391d (diff) |
Move man_MANS into the 'if USEDOCBOOK' block.
Move man_MANS into the 'if USEDOCBOOK' block. (all-local): Remove excessive
whitespace.
Add 'set -e' to abort when any program fails, (avoids printing of 'now type
make' after configure aborts).
Diffstat (limited to 'fc-list')
-rw-r--r-- | fc-list/Makefile.am | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/fc-list/Makefile.am b/fc-list/Makefile.am index 1af8384c..427ab188 100644 --- a/fc-list/Makefile.am +++ b/fc-list/Makefile.am @@ -29,8 +29,6 @@ SGML = ${FC_LIST_SRC}/fc-list.sgml bin_PROGRAMS=fc-list -man_MANS=fc-list.1 - INCLUDES=-I${top_srcdir} $(FREETYPE_CFLAGS) EXTRA_DIST=$(SGML) @@ -40,6 +38,8 @@ fc_list_LDADD = ${top_builddir}/src/libfontconfig.la if USEDOCBOOK +man_MANS=fc-list.1 + ${man_MANS}: ${SGML} $(RM) $@ $(DOC2MAN) ${SGML} |