commit 5eecb81e87e4fc084fec7bc075dfeb430f14d618
parent 03c547ae1d1e8a2866bec2bcdc0f3f74f2186e2e
Author: Kyle Milz <kyle@getaddrinfo.net>
Date:   Sat,  4 Apr 2015 12:35:43 -0600
gen_static: rename to a more apt gen_html
Diffstat:
2 files changed, 1 insertion(+), 1 deletion(-)
diff --git a/Makefile b/Makefile
@@ -6,7 +6,7 @@ PERL_LIBDATA =	$(USR)/libdata/perl5/site_perl
 HTDOCS =	$(VAR)/www/htdocs
 
 DEV_BIN =	/home/kyle/src/pricechart
-BINS =		gen_static gen_svg pc_fcgi price_scraper product_scraper
+BINS =		gen_html gen_svg pc_fcgi price_scraper product_scraper
 # WARNING stupid idiom used below if adding > 1 item to LIBS!!
 LIBS =		PriceChart.pm
 HTML =		tt logo pricechart.css
diff --git a/gen_static b/gen_html