summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorjeff <jeff>2009-04-06 00:52:15 +0000
committerjeff <jeff>2009-04-06 00:52:15 +0000
commitca174c00cc87a433675641dcfa91f78b6322c303 (patch)
treeb6837a780448b6b2640b6bf3b1828275fec5f571 /Makefile
parent4d9f43b90460175581aaa976e9b9937f20ccc434 (diff)
stop doublecounting extracouponspace but do not gratuitiously change existing installs
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile10
1 files changed, 9 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 58275345f..8847cdee1 100644
--- a/Makefile
+++ b/Makefile
@@ -140,9 +140,11 @@ help:
@echo
@echo " install-docs install-perl-modules"
@echo " install-init install-apache"
- @echo " install-rt"
+ @echo " install-rt install-texmf"
@echo " install-selfservice update-selfservice"
@echo
+ @echo " install-texmf-forced"
+ @echo
@echo " dev dev-docs dev-perl-modules"
@echo
@echo " masondocs alldocs docs"
@@ -238,6 +240,12 @@ dev-perl-modules: perl-modules
ln -sf ${FREESIDE_PATH}/FS/blib/lib/FS ${PERL_INC_DEV_KLUDGE}/FS
install-texmf:
+ test -e `kpsewhich -expand-var \\\$$TEXMFLOCAL`/tex/generic/fslongtable.sty || \
+ install -D -o freeside -m 444 etc/fslongtable.sty \
+ `kpsewhich -expand-var \\\$$TEXMFLOCAL`/tex/generic/fslongtable.sty
+ texhash `kpsewhich -expand-var \\\$$TEXMFLOCAL`
+
+install-texmf-forced:
install -D -o freeside -m 444 etc/fslongtable.sty \
`kpsewhich -expand-var \\\$$TEXMFLOCAL`/tex/generic/fslongtable.sty
texhash `kpsewhich -expand-var \\\$$TEXMFLOCAL`