From 48f2ff586f8309303de6d7161b1cdbbd7e8d28ed Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alejandro=20Pi=C3=B1eiro?= Date: Tue, 15 Jan 2013 20:11:05 +0100 Subject: Fix 'make install' when --enable-docs is used Commit 89b918dfbb11f8ccc3162eb84097c39baccac9cc added documentation, using folks module as reference. It failed when doing 'make install' (so also 'make distcheck') because it tried to install a img/png directory that exists at folks but not on caribou. --- docs/Makefile.am | 1 - 1 file changed, 1 deletion(-) (limited to 'docs') diff --git a/docs/Makefile.am b/docs/Makefile.am index 3668228..ef2c61e 100644 --- a/docs/Makefile.am +++ b/docs/Makefile.am @@ -34,7 +34,6 @@ cariboudoc_DATA = \ caribougtkdoc_DATA = gtk-doc/caribou/html/* caribouimg_DATA = \ - caribou/caribou/img/*.png \ $(NULL) $(cariboudoc_DATA) $(caribouimg_DATA): caribou-doc -- cgit v1.2.1