[freeside-commits] freeside Makefile,1.168,1.169
Jeff Finucane,420,,
jeff at wavetail.420.am
Mon Dec 29 10:06:23 PST 2008
Update of /home/cvs/cvsroot/freeside
In directory wavetail.420.am:/tmp/cvs-serv7333
Modified Files:
Makefile
Log Message:
ease deployment of patched longtable
Index: Makefile
===================================================================
RCS file: /home/cvs/cvsroot/freeside/Makefile,v
retrieving revision 1.168
retrieving revision 1.169
diff -u -d -r1.168 -r1.169
--- Makefile 9 Nov 2008 08:51:01 -0000 1.168
+++ Makefile 29 Dec 2008 18:06:21 -0000 1.169
@@ -128,6 +128,8 @@
DEBVERSION = `echo ${VERSION} | perl -pe 's/(\d)([a-z])/\1~\2/'`-1
+TEXMFHOME := "\$$TEXMFHOME"
+
help:
@echo "supported targets:"
@echo " create-database create-config"
@@ -231,6 +233,11 @@
rm -rf ${PERL_INC_DEV_KLUDGE}/FS
ln -sf ${FREESIDE_PATH}/FS/blib/lib/FS ${PERL_INC_DEV_KLUDGE}/FS
+install-texmf:
+ install -D -o freeside -m 444 etc/fslongtable.sty \
+ `kpsewhich -expand-var \\\$$TEXMFLOCAL`/tex/generic/fslongtable.sty
+ texhash `kpsewhich -expand-var \\\$$TEXMFLOCAL`
+
install-init:
#[ -e ${INIT_FILE} ] || install -o root -g ${INSTALLGROUP} -m 711 init.d/freeside-init ${INIT_FILE}
install -o root -g ${INSTALLGROUP} -m 711 init.d/freeside-init ${INIT_FILE}
@@ -272,7 +279,7 @@
ssh ${SELFSERVICE_INSTALL_USER}@$$MACHINE "cd FS-SelfService; sudo make install" ;\
done
-install: install-perl-modules install-docs install-init install-apache install-rt
+install: install-perl-modules install-docs install-init install-apache install-rt install-texmf
deploy: install
${HTTPD_RESTART}
More information about the freeside-commits
mailing list