updated .gitignore for maps.xml, deleted maps.xml, fixed typo in data/maps/Makefile

This commit is contained in:
Stephen Dwyer
2011-08-02 00:46:17 -06:00
parent 003161cb28
commit 8e878146e9
2 changed files with 2 additions and 1 deletions
+1
View File
@@ -47,6 +47,7 @@
/conf/%gconf.xml /conf/%gconf.xml
/conf/srtm_data/* /conf/srtm_data/*
/conf/maps_data/* /conf/maps_data/*
/conf/maps.xml
/conf/gps/ublox_conf /conf/gps/ublox_conf
# /doc/pprz_algebra/ # /doc/pprz_algebra/
+1 -1
View File
@@ -14,4 +14,4 @@ $(PAPARAZZI_HOME)/conf/maps.xml: $(DATADIR)/maps.google.com
$(Q)echo "<maps google_version=\""`grep -P "http://khm[0-9]+.google.com/kh/v=[0-9]+.x26" $(DATADIR)/maps.google.com | sed -E s#.*http://khm[0-9]+.google.com/kh/v=## | sed -E s#.x26.*##`"\"/>" >> $(@) $(Q)echo "<maps google_version=\""`grep -P "http://khm[0-9]+.google.com/kh/v=[0-9]+.x26" $(DATADIR)/maps.google.com | sed -E s#.*http://khm[0-9]+.google.com/kh/v=## | sed -E s#.x26.*##`"\"/>" >> $(@)
$(Q)echo "" >> $(@) $(Q)echo "" >> $(@)
Force: FORCE: