From 9ae0f76da7cc9c454dcb1d90dd9854ea7d4b7015 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=B4me=20Rapinat?= Date: Wed, 19 Jan 2011 16:06:47 +0000 Subject: [PATCH] do not forget to remove created 'holidays.xml' after build svn: r16413 --- src/plugins/lib/Makefile.am | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/plugins/lib/Makefile.am b/src/plugins/lib/Makefile.am index d3f554dfe..002806b35 100644 --- a/src/plugins/lib/Makefile.am +++ b/src/plugins/lib/Makefile.am @@ -47,6 +47,9 @@ DATAFILES = \ dist_pkgdata_DATA = $(GLADEFILES) $(GRAPHICS) $(DATAFILES) +CLEANFILES = \ + $(xml_DATA) + # Clean up all the byte-compiled files MOSTLYCLEANFILES = *pyc *pyo