git ssb

0+

cel / gitfeed



Commit f0c709532d3d86f2e3360b5d43577c65562665f9

Allow overriding SITE_URL in included makefile

Charles Lehner committed on 6/15/2015, 7:08:11 PM
Parent: 51cfe29221467f6f5fcbd962af810bd57a148d45

Files changed

Makefilechanged
MakefileView
@@ -1,4 +1,4 @@
1-SITE_URL := http://localhost/
1 +SITE_URL ?= http://localhost/
22
33 feed.xml: feed.sh xml.awk .git/logs/HEAD
44 SITE_URL="$(SITE_URL)" ./$< > $@

Built with git-ssb-web