summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorDodji Seketeli <dodji@src.gnome.org>2006-03-05 22:37:43 +0000
committerDodji Seketeli <dodji@src.gnome.org>2006-03-05 22:37:43 +0000
commit9712f747ed9607acf51badb29aa2009729e3b13b (patch)
treefd4c30f238a1a8908ca787c77f875e2bada9674f /Makefile.am
parente86068e8a003717f2b104b398f7c144776c06ea8 (diff)
downloadlibcroco-9712f747ed9607acf51badb29aa2009729e3b13b.tar.gz
dim mar 5 23:32:14 CET 2006 Dodji Seketeli
* configure.in,docs/Makefile.am: unwire gtk-doc temporarily. Couldn't make it distcheck otherwise. * tests/Makefile.am: add global-vars.sh.in to EXTRA_DIST files. * confifure.in: increase library REVISION number, for 0.6.1 release. ============= 0.6.1 release =======================
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am
index d602a60..0c5ae8c 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -36,6 +36,8 @@ $(CROCO_CONFIG_FILE_UNINSTALLED) $(CROCO_CONFIG_FILE)
cp $< $@
clean-local: cleantest
+distclean-local:
+ -rm ./croco-0.6-config ./libcroco-0.6.pc ./libcroco-0.6-uninstalled.pc ./croco-0.6-config-uninstalled
cleantest:
if test -x $(top_srcdir)/tests/testctl ; then $(top_srcdir)/tests/testctl cleanup ; fi