## Makefile -- Taiwan air routes 台灣航路 ## Copyright : http://www.gnu.org/licenses/gpl.html ## Author : http://jidanni.org/comm/air/routes/ ## Created On : Thu Apr 4 15:49:30 2013 ## Last Modified On: Sat Nov 16 05:01:36 2013 ## Update Count : 56 ## Status : Unknown, Use with caution! # 本檔案夾有些 KML 可由 Google 地球™觀看。 # 未完整因 http://eaip.caa.gov.tw/ 訊息難挖。 # In this directory you will find some KML files you can view in Google Earth™. # I did not make a complete set as the http://eaip.caa.gov.tw/ data is hard to mine. # 2013/11: All this needs to be redone # .PRECIOUS: %.html %.kml # longroutes.kml:routes.kml # points.kml:RC-ENR-4.1-en-TW.html RC-ENR-4.4-en-TW.html # routes.kml:RC-ENR-3.1-en-TW.html RC-ENR-3.3-en-TW.html points.kml # update_website:*.xq *.kml Makefile circle; cp -avu $? ~/jidanni.org/comm/air/routes/programs/ # W=wget -Y off # D=2013-10-17 # MD=~/mapping/kml # %.kml:%.xq; basex $< > $@ # %.cat:%.kml; cat $? # %.val %.view:%.kml; ln -f $? $(MD) && cd $(MD) && make $@ # %.ge:%.kml; cd /tmp && nohup google-earth $(PWD)/$? & sleep 5 # %.html:; $W http://eaip.caa.gov.tw/eaip/history/$D-AIRAC/html/eAIP/$@ # %.pdf :; $W http://eaip.caa.gov.tw/eaip/history/$D-AIRAC/pdf/eAIP/$@ # %.txt:%.pdf; pdftotext $? # extras:RC-ENR-3.5-en-TW.txt; ./ttxx $? # eAISPackages.faces: # $W http://eaip.caa.gov.tw/eaip/$@ # lynx -dump $@ # RC-menu-en-TW.dump: # %.dump:%.html # lynx -dump $? # https://developers.google.com/kml/documentation/kmlreference