RepoCGI: move site params to Git::RepoCGI::Config
[girocco/ztw.git] / Makefile
blob41637a8fa98b190e24fc8cda570f045302796ec3
2 SRCS = $(wildcard *.in)
3 SRCS += cgi/Git/RepoCGI/Config.pm.in
4 TARGETS = $(SRCS:%.in=%)
6 all: $(TARGETS) config.txt
8 $(TARGETS): %: %.in config.txt
9 ./config.pl < $< > $@
10 chmod +x $@
12 config.txt: config.pl
13 ./config.pl -u
14 touch $(SRCS)
16 clean: $(TARGETS)
17 rm -f $^