[Surfraw-commits] [SCM] surfraw - a fast unix command line interface to WWW branch, master, updated. surfraw_2-2-5_1-95-g7c30b08

Ian Beckwith ianb at erislabs.net
Tue Mar 2 03:50:26 UTC 2010


The following commit has been merged in the master branch:
commit 4d6bdab6ef07eb78b6853c3772355d621247a2af
Author: Ian Beckwith <ianb at erislabs.net>
Date:   Tue Mar 2 02:23:32 2010 +0000

    * Makefile.am: add surfraw.conf to BUILT_SOURCES so it is
      made by 'make'. This may be a misuse of BUILT_SOURCES.

diff --git a/ChangeLog b/ChangeLog
index a7baa5d..58e35c3 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -19,6 +19,8 @@
 	    lsm mathworld mininova piratebay youtube
 	* HACKING, README, test/README: document autotools and test
 	  suite changes.
+	* Makefile.am: add surfraw.conf to BUILT_SOURCES so it is
+	  made by 'make'. This may be a misuse of BUILT_SOURCES.
 
 2010-02-22  Ivy Foster  <joyfulgirl at archlinux.us>
 
diff --git a/Makefile.am b/Makefile.am
index 3b80224..ea6ba21 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -21,6 +21,8 @@ CLEANFILES = surfraw surfraw-update-path surfraw-update-path.1 surfraw.spec surf
 		surfraw.1 elvi.1sr links surfraw-bash-completion surfraw.conf surfraw.1 \
 		elvi.1sr opensearch-discover.1 opensearch-genquery.1
 
+BUILT_SOURCES = surfraw.conf
+
 surfraw: surfraw.IN
 
 surfraw.conf: surfraw.conf.IN
@@ -41,7 +43,7 @@ links: links.IN
 
 include $(top_srcdir)/Makefile.include
 
-install-data-hook: links surfraw.conf
+install-data-hook: links
 	chmod -x surfraw.conf elvi.1sr surfraw.1
 	mkdir -p $(DESTDIR)@sysconfdir@/xdg/surfraw
 	cp surfraw.conf $(DESTDIR)@sysconfdir@/xdg/surfraw/conf
@@ -79,7 +81,7 @@ endif
 submit-lsm: surfraw.lsm
 	mail -s add LSM at qqx.org < $<
 
-test: all
+test: all surfraw.conf
 	make -C test test
 
 .PHONY: test

-- 
surfraw -  a fast unix command line interface to WWW



More information about the Surfraw-commits mailing list