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-cache | |
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-cache')
-rw-r--r-- | fc-cache/Makefile.am | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/fc-cache/Makefile.am b/fc-cache/Makefile.am index 0d7fb30..1b4c845 100644 --- a/fc-cache/Makefile.am +++ b/fc-cache/Makefile.am @@ -29,8 +29,6 @@ SGML = ${FC_CACHE_SRC}/fc-cache.sgml INCLUDES=-I${top_srcdir} $(FREETYPE_CFLAGS) -man_MANS=fc-cache.1 - bin_PROGRAMS=fc-cache EXTRA_DIST=$(SGML) @@ -38,7 +36,9 @@ EXTRA_DIST=$(SGML) fc_cache_LDADD = ${top_builddir}/src/libfontconfig.la if USEDOCBOOK - + +man_MANS=fc-cache.1 + ${man_MANS}: ${SGML} $(RM) $@ $(DOC2MAN) ${SGML} |