[GRASS-SVN] r37513 - grass-addons/ps/ps.output

svn_grass at osgeo.org svn_grass at osgeo.org
Tue May 26 12:57:53 EDT 2009


Author: ejtizado
Date: 2009-05-26 12:57:52 -0400 (Tue, 26 May 2009)
New Revision: 37513

Modified:
   grass-addons/ps/ps.output/Makefile
Log:
No prolog.ps, no pattern copy


Modified: grass-addons/ps/ps.output/Makefile
===================================================================
--- grass-addons/ps/ps.output/Makefile	2009-05-26 16:55:46 UTC (rev 37512)
+++ grass-addons/ps/ps.output/Makefile	2009-05-26 16:57:52 UTC (rev 37513)
@@ -1,7 +1,6 @@
 MODULE_TOPDIR = ../..
 
 PGM=ps.output
-PROLOG=$(ETC)/paint/prolog.ps
 
 LIBES     = $(VECTLIB) $(GPROJLIB) $(SYMBLIB) $(GISLIB) $(DATETIMELIB) $(IMAGERYLIB) $(GMATHLIB)
 DEPENDENCIES = $(VECTDEP) $(SYMBDEP) $(GISDEP) $(DATETIDEP) $(IMAGERYDEP) $(GMATHDEP) \
@@ -12,9 +11,4 @@
 
 include $(MODULE_TOPDIR)/include/Make/Module.make
 
-default: cmd patt
-
-patt:
-	$(MKDIR) $(ETC)/paint/patterns/
-	$(INSTALL_DATA) patterns/*.eps $(ETC)/paint/patterns/
-
+default: cmd



More information about the grass-commit mailing list