Skip to content

Commit

Permalink
add composite (CD + states) build target
Browse files Browse the repository at this point in the history
  • Loading branch information
bradoyler committed Dec 6, 2016
1 parent 7eee667 commit aa0964f
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions us-congress-census/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -142,6 +142,11 @@ topo/%/congress-114.json: shp/%/congress-114.shp
--id-property=GEOID \
-- districts=$<

topo/us-congress-115-states.json:
../node_modules/.bin/topojson \
-o $@ -p \
-- districts=topo/us-congress-115.json states=../us-states/topo/us-states.json

##### clean targets ##########
clean-all: clean/shp clean/topo

Expand Down

0 comments on commit aa0964f

Please sign in to comment.