[Gnucash-changes] r11810 - gnucash/branches/cashutil/cashutil - wrong makefile

Neil Williams codehelp at cvs.gnucash.org
Thu Nov 3 06:22:44 EST 2005


Author: codehelp
Date: 2005-11-03 06:22:44 -0500 (Thu, 03 Nov 2005)
New Revision: 11810

Modified:
   gnucash/branches/cashutil/cashutil/Makefile.am
Log:
wrong makefile

Modified: gnucash/branches/cashutil/cashutil/Makefile.am
===================================================================
--- gnucash/branches/cashutil/cashutil/Makefile.am	2005-11-03 11:20:12 UTC (rev 11809)
+++ gnucash/branches/cashutil/cashutil/Makefile.am	2005-11-03 11:22:44 UTC (rev 11810)
@@ -1,13 +1,24 @@
-if BUILD_XML
-SUBDIRS = xml man
-else
-SUBDIRS = man
-endif
 
-EXTRA_DIST = doxygen.cfg.in
+SUBDIRS = src . po doc
 
-all:
+noinst_DATA = make-potfiles
 
-doc: doxygen.cfg
-	rm -rf html refman.pdf
-	doxygen doxygen.cfg
+ACLOCAL_AMFLAGS = -I m4
+
+make-potfiles: make-potfiles.in Makefile
+	rm -f $@.tmp
+	 sed < $< > $@.tmp \
+             -e 's:@-PERL-@:${PERL}:g'
+	 chmod +x $@.tmp
+	 mv $@.tmp $@
+
+EXTRA_DIST =  \
+  make-potfiles.in \
+  intltool-extract.in \
+  intltool-merge.in \
+  intltool-update.in
+
+DISTCLEANFILES = \
+  intltool-extract intltool-update intltool-merge\
+  make-potfiles po/.intltool-merge-cache
+



More information about the gnucash-changes mailing list