beast r4465 - trunk/docs/imports



Author: timj
Date: Wed Jun  4 21:55:03 2008
New Revision: 4465
URL: http://svn.gnome.org/viewvc/beast?rev=4465&view=rev

Log:
Improved "make import-docs" warning.


Modified:
   trunk/docs/imports/Makefile.am

Modified: trunk/docs/imports/Makefile.am
==============================================================================
--- trunk/docs/imports/Makefile.am	(original)
+++ trunk/docs/imports/Makefile.am	Wed Jun  4 21:55:03 2008
@@ -27,4 +27,4 @@
 
 dist-hook:
 	find stamp-import-docs -mtime -4 | fgrep -q stamp \
-	|| { echo "docs/imports/: Last import is older than 3 days, please run: make import-docs" >&2 ; exit 1 ; }
+	|| { echo "docs/imports/: Last import is older than 3 days, please run: make import-docs -C docs/imports/" >&2 ; exit 1 ; }



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