escape individual cookie values from $cookie_*
[clogger.git] / GNUmakefile
blob08008f34e231d9f080beb9e14adfeebcee9bce5b
1 all::
2 RSYNC_DEST := rubyforge.org:/var/www/gforge-projects/clogger/
3 rfproject := clogger
4 rfpackage := clogger
5 include pkg.mk
6 test-ext:
7 CLOGGER_PURE= $(MAKE) test-unit
8 test-pure:
9 CLOGGER_PURE=1 $(MAKE) test-unit
11 test: test-ext test-pure
13 .PHONY: test-ext test-pure
14 ifneq ($(VERSION),)
15 release::
16 $(RAKE) publish_news VERSION=$(VERSION)
17 $(RAKE) raa_update VERSION=$(VERSION)
18 endif