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

Last change on this file since 767 was 730, checked in by ulfl, 16 years ago

stringparam not needed

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