diff options
author | marha <marha@users.sourceforge.net> | 2012-10-26 08:09:05 +0200 |
---|---|---|
committer | marha <marha@users.sourceforge.net> | 2012-10-26 08:09:05 +0200 |
commit | 8d86f8c566c4181c846a872a5a2f88718e635a72 (patch) | |
tree | f19c89fae4a0b9fd62ee9a2a1368e5b127bef505 /fontconfig/fc-pattern/Makefile.am | |
parent | 281f26a1dfda732687680a36857960f74608df5b (diff) | |
download | vcxsrv-8d86f8c566c4181c846a872a5a2f88718e635a72.tar.gz vcxsrv-8d86f8c566c4181c846a872a5a2f88718e635a72.tar.bz2 vcxsrv-8d86f8c566c4181c846a872a5a2f88718e635a72.zip |
fontconfig pixman mesa git update 26 oct 2012
fontconfig: 038aa930ae2c3b7972eefe334917e7222fe478ec
mesa: 8fb4b1dce156d02a0907925364d8945915c29bcf
pixman: 4b91f6ca72db3e8cbd7e97e9ef44be2f8994040d
Diffstat (limited to 'fontconfig/fc-pattern/Makefile.am')
-rw-r--r-- | fontconfig/fc-pattern/Makefile.am | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/fontconfig/fc-pattern/Makefile.am b/fontconfig/fc-pattern/Makefile.am index fa66006cd..c97db12a9 100644 --- a/fontconfig/fc-pattern/Makefile.am +++ b/fontconfig/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 |