[GRASS-SVN] r53328 - grass/trunk/tools/g.html2man
svn_grass at osgeo.org
svn_grass at osgeo.org
Sat Oct 6 15:14:49 PDT 2012
Author: glynn
Date: 2012-10-06 15:14:49 -0700 (Sat, 06 Oct 2012)
New Revision: 53328
Modified:
grass/trunk/tools/g.html2man/Makefile
Log:
Don't set executable bits on non-script Python files
Modified: grass/trunk/tools/g.html2man/Makefile
===================================================================
--- grass/trunk/tools/g.html2man/Makefile 2012-10-06 17:01:39 UTC (rev 53327)
+++ grass/trunk/tools/g.html2man/Makefile 2012-10-06 22:14:49 UTC (rev 53328)
@@ -6,5 +6,8 @@
default: $(TARGETS)
+$(TOOLSDIR)/g.html2man.py: g.html2man.py
+ $(INSTALL) $< $@
+
$(TOOLSDIR)/%.py: %.py
- $(INSTALL) $< $@
+ $(INSTALL_DATA) $< $@
More information about the grass-commit
mailing list