source: josm/trunk/styles/standard/makefile@ 703

Last change on this file since 703 was 703, checked in by (none), 17 years ago

backup copy (incomplete):
experimental stylesheet to generate "map legend" (or better to say JOSM mappaint legend) from elemstyles.xml

File size: 190 bytes
Line 
1
2all: overview.osm
3
4overview.osm: makefile elemstyles.xml overview.xsl
5 xsltproc --stringparam use.id.as.filename 1 --nonet overview.xsl elemstyles.xml > overview.osm
6 cat overview.osm
7
8
9
Note: See TracBrowser for help on using the repository browser.