X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=Makefile;h=2ddf7b687fe3cc67c084c52706059fe233fc9b56;hb=77a69265cf7d270227ee24ddfa88c0df2a505112;hp=90716f6246cf5c46223e166a350898293e6554a9;hpb=9b80df4c9a2f2bf59c59f8bda3a231aec66cafbf;p=freeside.git diff --git a/Makefile b/Makefile index 90716f624..2ddf7b687 100644 --- a/Makefile +++ b/Makefile @@ -116,12 +116,18 @@ FREESIDE_PATH = `pwd` PERL_INC_DEV_KLUDGE = /usr/local/share/perl/5.14.2/ VERSION := `grep '^$$VERSION' FS/FS.pm | cut -d\' -f2` -TAG = freeside_`echo ${VERSION} | perl -pe 's/\./_/g'` +TAG := freeside_`grep '^$$VERSION' FS/FS.pm | cut -d\' -f2 | perl -pe 's/\./_/'` -DEBVERSION := `echo ${VERSION} | perl -pe 's/(\d)([a-z])/\1~\2/'`-1 +#DEBVERSION = `echo ${VERSION} | perl -pe 's/(\d)([a-z])/\1~\2/'`-1 TEXMFHOME := "\$$TEXMFHOME" +ver: + @echo "${VERSION}" + +tag: + @echo "${TAG}" + help: @echo "supported targets:" @echo " create-database create-config"