summaryrefslogtreecommitdiff
path: root/fc-cat/Makefile.am
diff options
context:
space:
mode:
authorAkira TAGOH <akira@tagoh.org>2012-10-26 14:31:23 +0900
committerAkira TAGOH <akira@tagoh.org>2012-10-26 14:31:23 +0900
commit038aa930ae2c3b7972eefe334917e7222fe478ec (patch)
tree78f2a4d7242e37850767386ab0154d0e8ae116f0 /fc-cat/Makefile.am
parent73ab254336100c5971e3a1e14b73222efd0e9822 (diff)
downloadfontconfig-038aa930ae2c3b7972eefe334917e7222fe478ec.tar.gz
Use automake variable instead of cleaning files in clean-local
just for git.mk coming up from Behdad's threadsafe branch
Diffstat (limited to 'fc-cat/Makefile.am')
-rw-r--r--fc-cat/Makefile.am7
1 files changed, 3 insertions, 4 deletions
diff --git a/fc-cat/Makefile.am b/fc-cat/Makefile.am
index 8a2939a..7b52d49 100644
--- a/fc-cat/Makefile.am
+++ b/fc-cat/Makefile.am
@@ -39,6 +39,8 @@ endif
EXTRA_DIST=fc-cat.sgml ${BUILT_MANS}
+CLEANFILES =
+
fc_cat_LDADD = ${top_builddir}/src/libfontconfig.la
if USEDOCBOOK
@@ -50,10 +52,7 @@ ${man_MANS}: ${SGML}
all-local: $(man_MANS)
-clean-local:
- $(RM) $(man_MANS)
-
+CLEANFILES += ${man_MANS}
else
all-local:
-clean-local:
endif