babl r340 - trunk



Author: samh
Date: Mon Jun 16 13:04:16 2008
New Revision: 340
URL: http://svn.gnome.org/viewvc/babl?rev=340&view=rev

Log:
* Makefile.am: ensure that the "w3m must be available" message is
properly displayed: dist-hook is only called after builddir is filled.


Modified:
   trunk/ChangeLog
   trunk/Makefile.am

Modified: trunk/Makefile.am
==============================================================================
--- trunk/Makefile.am	(original)
+++ trunk/Makefile.am	Mon Jun 16 13:04:16 2008
@@ -31,12 +31,10 @@
 
 
 if HAVE_W3M
-dist-check-w3m:
-
 README: all docs/index.html
 	$(W3M) -cols 72 -dump docs/index.html > $@
 else
-dist-check-w3m:
+README:
 	@echo "*** w3m must be available in order to make dist"
 	@false
 endif
@@ -51,4 +49,3 @@
 		rm -f $(BUILT_EXTRA_DIST);	\
 	fi
 
-dist-hook: dist-check-w3m



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]