[GRASS-SVN] r37766 - in grass/trunk/ps/ps.map: . decorations

svn_grass at osgeo.org svn_grass at osgeo.org
Sat Jun 6 21:34:06 EDT 2009


Author: hamish
Date: 2009-06-06 21:34:06 -0400 (Sat, 06 Jun 2009)
New Revision: 37766

Added:
   grass/trunk/ps/ps.map/decorations/
   grass/trunk/ps/ps.map/decorations/compass_exterior.eps
   grass/trunk/ps/ps.map/decorations/compass_interior.eps
Removed:
   grass/trunk/ps/ps.map/decorations/compass_exterior.eps
   grass/trunk/ps/ps.map/decorations/compass_interior.eps
Modified:
   grass/trunk/ps/ps.map/Makefile
   grass/trunk/ps/ps.map/ps.map.html
Log:
compass decorations from Jorge Tizado (merge from devbr6)

Modified: grass/trunk/ps/ps.map/Makefile
===================================================================
--- grass/trunk/ps/ps.map/Makefile	2009-06-07 01:24:27 UTC (rev 37765)
+++ grass/trunk/ps/ps.map/Makefile	2009-06-07 01:34:06 UTC (rev 37766)
@@ -13,9 +13,12 @@
 
 SRCPAT := $(wildcard patterns/*.eps)
 DSTPAT := $(patsubst patterns/%.eps,$(ETC)/paint/patterns/%.eps,$(SRCPAT))
+SRCDEC := $(wildcard decorations/*.eps)
+DSTDEC := $(patsubst decorations/%.eps,$(ETC)/paint/decorations/%.eps,$(SRCDEC))
 
-default: cmd $(PROLOG) patt
 
+default: cmd $(PROLOG) patt decor
+
 $(PROLOG): prolog.ps
 	if [ ! -d $(ETC)/paint ] ; then $(MKDIR) $(ETC)/paint ; fi
 	$(INSTALL_DATA) $< $@
@@ -27,4 +30,12 @@
 $(ETC)/paint/patterns/%.eps: patterns/%.eps
 	$(INSTALL_DATA) $< $@
 
-.PHONY: patt
+decor:
+	if [ ! -d $(ETC)/paint/decorations ] ; then $(MKDIR) $(ETC)/paint/decorations ; fi
+	$(MAKE) $(DSTDEC)
+
+$(ETC)/paint/decorations/%.eps: decorations/%.eps
+	$(INSTALL_DATA) $< $@
+
+
+.PHONY: patt decor

Copied: grass/trunk/ps/ps.map/decorations (from rev 37765, grass/branches/develbranch_6/ps/ps.map/decorations)

Deleted: grass/trunk/ps/ps.map/decorations/compass_exterior.eps
===================================================================
(Binary files differ)

Copied: grass/trunk/ps/ps.map/decorations/compass_exterior.eps (from rev 37765, grass/branches/develbranch_6/ps/ps.map/decorations/compass_exterior.eps)
===================================================================
(Binary files differ)

Deleted: grass/trunk/ps/ps.map/decorations/compass_interior.eps
===================================================================
(Binary files differ)

Copied: grass/trunk/ps/ps.map/decorations/compass_interior.eps (from rev 37765, grass/branches/develbranch_6/ps/ps.map/decorations/compass_interior.eps)
===================================================================
(Binary files differ)

Modified: grass/trunk/ps/ps.map/ps.map.html
===================================================================
--- grass/trunk/ps/ps.map/ps.map.html	2009-06-07 01:24:27 UTC (rev 37765)
+++ grass/trunk/ps/ps.map/ps.map.html	2009-06-07 01:34:06 UTC (rev 37766)
@@ -46,7 +46,7 @@
 barscale, or legend above or below the map box).
 
 <P>
-One "pixel" is 1/72 of an inch.
+One point ("pixel") is 1/72 of an inch.
 
 <P>
 For users wanting to use special characters (such as accented characters) it
@@ -150,7 +150,7 @@
 <DT><B>fontsize</B> <EM>font size</EM> 
 
 <DD>The size of the PostScript font (in 1/72nds of an inch).
-The default is 10.
+The default is 10 point.
 </DD>
 
 



More information about the grass-commit mailing list