source: josm/trunk/styles_nodist/standard/makefile@ 7895

Last change on this file since 7895 was 3864, checked in by bastiK, 13 years ago

change in build: do not copy elemstyles.xml to data folder, but distribute the entire styles folder like it is done with 'images' and 'data' (toplevel) folders

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