Project

General

Profile

« Previous | Next » 

Revision 4644

input.Makefile: Maps building: %/map.csv: If it doesn't exist, generate directly using $(mkSrcMap) instead of by copying %/src.csv, in order to eventually avoid the need to create a separate src.csv at all. Note that this avoids the need to run make twice when the table is first created to properly bootstrap all maps.

View differences:

README.TXT
92 92
        Add <table> to inputs/<datasrc>/import_order.txt before other tables
93 93
            that depend on it
94 94
    Auto-create the map spreadsheets:
95
        make inputs/<datasrc>/; make inputs/<datasrc>/
96
            Note: Must be run twice to properly bootstrap all maps.
95
        make inputs/<datasrc>/
97 96
        svn add inputs/<datasrc>/*/{,.}{header,src,map*,*terms,VegBIEN}.csv{,.*}
98 97
    Install the staging tables:
99 98
        make inputs/<datasrc>/reinstall quiet=1 &

Also available in: Unified diff