r15577 - gnucash/trunk/src/doc - Clean up echoing.

Josh Sled jsled at cvs.gnucash.org
Tue Feb 13 20:01:02 EST 2007


Author: jsled
Date: 2007-02-13 20:01:01 -0500 (Tue, 13 Feb 2007)
New Revision: 15577
Trac: http://svn.gnucash.org/trac/changeset/15577

Modified:
   gnucash/trunk/src/doc/Makefile.am
Log:
Clean up echoing.

Modified: gnucash/trunk/src/doc/Makefile.am
===================================================================
--- gnucash/trunk/src/doc/Makefile.am	2007-02-14 00:59:40 UTC (rev 15576)
+++ gnucash/trunk/src/doc/Makefile.am	2007-02-14 01:01:01 UTC (rev 15577)
@@ -36,7 +36,7 @@
 all:
 
 doc: doxygen.cfg
-	echo "doc: " && pwd && 	echo "distdir: " && echo $(distdir)
+	@echo "doc: " $$(pwd) && echo "distdir: " $$(echo $(distdir))
 	rm -rf html refman.pdf
 	$(DOXYGEN) doxygen.cfg
 #	$(MAKE) -C latex/ 



More information about the gnucash-changes mailing list