summaryrefslogtreecommitdiff
path: root/fc-pattern
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-pattern
parent73ab254336100c5971e3a1e14b73222efd0e9822 (diff)
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-pattern')
-rw-r--r--fc-pattern/Makefile.am7
1 files changed, 3 insertions, 4 deletions
diff --git a/fc-pattern/Makefile.am b/fc-pattern/Makefile.am
index fa66006c..c97db12a 100644
--- a/fc-pattern/Makefile.am
+++ b/fc-pattern/Makefile.am
@@ -39,6 +39,8 @@ endif
EXTRA_DIST=fc-pattern.sgml $(BUILT_MANS)
+CLEANFILES =
+
fc_pattern_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