[geos-commits] r4201 - trunk

Sandro Santilli strk at keybit.net
Sat Apr 23 08:24:12 PDT 2016


Author: strk
Date: 2016-04-23 08:24:11 -0700 (Sat, 23 Apr 2016)
New Revision: 4201

Modified:
   trunk/Makefile.am
Log:
Add rule to make README from README.md

README is a standard GNU file that ends up in the distribution

Modified: trunk/Makefile.am
===================================================================
--- trunk/Makefile.am	2016-04-23 15:02:34 UTC (rev 4200)
+++ trunk/Makefile.am	2016-04-23 15:24:11 UTC (rev 4201)
@@ -1,5 +1,5 @@
 #
-# This file is part of project GEOS (http://trac.osgeo.org/geos/) 
+# This file is part of project GEOS (http://trac.osgeo.org/geos/)
 #
 # NOTE: Make sure that 'src' appears first.
 # 'capi' and 'doc' surely rely on availability of libgeos
@@ -27,6 +27,9 @@
 
 ACLOCAL_AMFLAGS = -I macros
 
+README: README.md
+	ln -s README.md README
+
 cl:
 	cd $(srcdir) && svn update && svn2cl --authors=authors.svn -i -o ChangeLog
 



More information about the geos-commits mailing list