]> gitweb.michael.orlitzky.com - dead/census-tools.git/blobdiff - makefile
Renamed the "tiger" table to "tiger_blocks" in preparation for the addition of the...
[dead/census-tools.git] / makefile
index 36543d4e156bb7dd5a6ea8c60e948d613dd29739..155910a68c03a8598a64c5d987999dadca886fb8 100644 (file)
--- a/makefile
+++ b/makefile
@@ -77,7 +77,7 @@ db: data
        $(PG_BINDIR)/shp2pgsql -I                                           \
                  -s $(TIGER_SRID)                                          \
                  data/census2000/maryland/block/tl_2009_24_tabblock00.shp  \
-                 tiger                                                     \
+                 tiger_blocks                                              \
                   | psql -U $(DB_USER) -d $(DB_NAME)
 
        psql -d $(DB_NAME) \