summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorivan <ivan>2004-11-27 19:09:47 +0000
committerivan <ivan>2004-11-27 19:09:47 +0000
commit52a2dbebe522c0866e18f09a169d39a0cbd4d7b8 (patch)
treeffa874ac8a645bd6a6ef72ddac6e825c50709cbe /Makefile
parent96db7f5df100ab0ebdcb23630ada27b4702328b9 (diff)
ticket system integration framework and skin RT
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile11
1 files changed, 4 insertions, 7 deletions
diff --git a/Makefile b/Makefile
index c3394779a..b23ee93ed 100644
--- a/Makefile
+++ b/Makefile
@@ -102,9 +102,6 @@ help:
aspdocs: htmlman httemplate/* httemplate/*/* httemplate/*/*/* httemplate/*/*/*/* httemplate/*/*/*/*/*
rm -rf aspdocs
cp -pr httemplate aspdocs
- perl -p -i -e "\
- s/%%%VERSION%%%/${VERSION}/g;\
- " aspdocs/index.html
touch aspdocs
@@ -114,9 +111,6 @@ masondocs: htmlman httemplate/* httemplate/*/* httemplate/*/*/* httemplate/*/*/*
( cd masondocs; \
../bin/masonize; \
)
- perl -p -i -e "\
- s/%%%VERSION%%%/${VERSION}/g;\
- " masondocs/index.html
touch masondocs
alldocs: aspdocs masondocs
@@ -163,7 +157,10 @@ install-docs: docs
perl-modules:
cd FS; \
[ -e Makefile ] || perl Makefile.PL; \
- make
+ make; \
+ perl -p -i -e "\
+ s/%%%VERSION%%%/${VERSION}/g;\
+ " blib/lib/FS.pm
install-perl-modules: perl-modules
cd FS; \