[Surfraw-commits] [SCM] surfraw - a fast unix command line interface to WWW branch, master, updated. surfraw_2-2-5_1-205-g09a243a
Ian Beckwith
ianb at erislabs.net
Thu Jun 16 17:12:59 UTC 2011
The following commit has been merged in the master branch:
commit 09a243a43ee658a450a1b9fa53da3faa82448149
Author: Ian Beckwith <ianb at erislabs.net>
Date: Thu Jun 16 18:12:54 2011 +0100
Makefile.am: use $? in submit-lsm rule, remove long-commented-out sourceforge stuff
diff --git a/ChangeLog b/ChangeLog
index 9010d26..e99f07b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -4,6 +4,9 @@
Either I am horribly confused or netbsd make
(or at least pmake in debian) doesn't support '$<'.
Switched to '$?'.
+ * Also switched submit-lsm rule to '$?'.
+ Thanks to Kyle Isom.
+ * Removed long-obsolete commented-out sourceforge upload rules.
2011-06-15 Ian Beckwith <ianb at erislabs.net>
diff --git a/Makefile.am b/Makefile.am
index 668cff0..6793e9e 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -115,19 +115,9 @@ endif
submit-lsm: surfraw.lsm
- mail -s add LSM at qqx.org < $<
+ mail -s add LSM at qqx.org < $?
test: all surfraw.conf
make -C test test
.PHONY: test
-
-
-#htdocs: index.html
-# scp index.html surfraw.sourceforge.net:/home/groups/s/su/surfraw/htdocs/index.html
-#README: index.html
-# st=`stty -g`; stty cols 80; lynx -dump $< >$@ || rm -f $@; stty $$st
-#ftp:
-# scp $(PACKAGE)-$(VERSION).tar.gz proff at ftp.netbsd.org:/pub/NetBSD/misc/proff/
-#download:
-# ncftpput -F download.sourceforge.net /incoming $(PACKAGE)-$(VERSION).tar.gz
--
surfraw - a fast unix command line interface to WWW
More information about the Surfraw-commits
mailing list