[GRASS-SVN] r72243 - grass-addons/grass7/raster/r.pi
svn_grass at osgeo.org
svn_grass at osgeo.org
Thu Feb 15 08:55:54 PST 2018
Author: neteler
Date: 2018-02-15 08:55:54 -0800 (Thu, 15 Feb 2018)
New Revision: 72243
Modified:
grass-addons/grass7/raster/r.pi/Makefile
Log:
r.pi addon: attempt to fix g.extension installation
Modified: grass-addons/grass7/raster/r.pi/Makefile
===================================================================
--- grass-addons/grass7/raster/r.pi/Makefile 2018-02-15 16:53:17 UTC (rev 72242)
+++ grass-addons/grass7/raster/r.pi/Makefile 2018-02-15 16:55:54 UTC (rev 72243)
@@ -35,7 +35,7 @@
include $(MODULE_TOPDIR)/include/Make/Dir.make
-default: parsubdirs
- $(INSTALL_DATA) description.html $(GISBASE)/docs/html/r.pi.html
+default: parsubdirs htmldir
-clean: cleansubdirs
+install: installsubdirs
+ $(INSTALL_DATA) $(PGM).html $(INST_DIR)/docs/html/
More information about the grass-commit
mailing list