[GRASS-SVN] r30192 - grass/branches/releasebranch_6_3/gui/xml

svn_grass at osgeo.org svn_grass at osgeo.org
Sat Feb 16 14:27:17 EST 2008


Author: martinl
Date: 2008-02-16 14:27:16 -0500 (Sat, 16 Feb 2008)
New Revision: 30192

Added:
   grass/branches/releasebranch_6_3/gui/xml/Makefile
Log:
Makefile copied from trunk

Copied: grass/branches/releasebranch_6_3/gui/xml/Makefile (from rev 30191, grass/trunk/gui/xml/Makefile)
===================================================================
--- grass/branches/releasebranch_6_3/gui/xml/Makefile	                        (rev 0)
+++ grass/branches/releasebranch_6_3/gui/xml/Makefile	2008-02-16 19:27:16 UTC (rev 30192)
@@ -0,0 +1,8 @@
+MODULE_TOPDIR = ../..
+
+include $(MODULE_TOPDIR)/include/Make/Dir.make
+
+default: $(ETC)/grass-interface.dtd 
+
+$/$(ETC)/grass-interface.dtd : grass-interface.dtd 
+	$(INSTALL_DATA) grass-interface.dtd $(ETC)/grass-interface.dtd 



More information about the grass-commit mailing list