Clean up other left over temporary building files

This commit is contained in:
Techlive Zheng 2013-05-23 07:28:34 +08:00 committed by Ignacio Casal Quinteiro
parent 1515920bd8
commit 3cb3f1ce21
2 changed files with 17 additions and 4 deletions

View file

@ -11,12 +11,15 @@ DISTCLEANFILES = \
EXTRA_DIST = \
autogen.sh \
MAINTAINERS \
intltool-extract.in \
intltool-merge.in \
intltool-update.in
MAINTAINERS
MAINTAINERCLEANFILES = \
INSTALL \
configure \
build-aux/* \
intltool-extract.in \
intltool-merge.in \
intltool-update.in \
aclocal.m4 \
config.guess \
config.h.in \
@ -65,7 +68,12 @@ MAINTAINERCLEANFILES = \
m4/wchar_t.m4 \
m4/wint_t.m4 \
m4/xsize.m4 \
po/*.sin \
po/*.sed \
po/*.header \
po/missing \
po/Rules-quot \
po/Makevars.template \
`find "$(srcdir)" -type f -name Makefile.in -print`
dist-hook: generate-changelog

5
git.mk
View file

@ -143,6 +143,11 @@ $(srcdir)/.gitignore: Makefile.am $(top_srcdir)/git.mk
po/POTFILES \
po/stamp-it \
po/.intltool-merge-cache \
po/Makevars.template \
po/Rules-quot \
"po/*.header" \
"po/*.sin" \
"po/*.sed" \
"po/*.gmo" \
"po/*.mo" \
po/$(GETTEXT_PACKAGE).pot \