diff options
author | Peter Andersson <[email protected]> | 2015-04-14 11:06:30 +0200 |
---|---|---|
committer | Peter Andersson <[email protected]> | 2015-04-14 11:06:30 +0200 |
commit | 2eaa2e631fa546e37bae612020ca3e5aab9bcf03 (patch) | |
tree | 675d1ae7de1406cee4d6b57a32cded513390effd /lib/common_test/priv/Makefile.in | |
parent | 85db2e1824dddec9e070af34e5f365cced54aff1 (diff) | |
download | otp-2eaa2e631fa546e37bae612020ca3e5aab9bcf03.tar.gz otp-2eaa2e631fa546e37bae612020ca3e5aab9bcf03.tar.bz2 otp-2eaa2e631fa546e37bae612020ca3e5aab9bcf03.zip |
Remove obsolete installation scripts and update documentation
OTP-12421
Diffstat (limited to 'lib/common_test/priv/Makefile.in')
-rw-r--r-- | lib/common_test/priv/Makefile.in | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/lib/common_test/priv/Makefile.in b/lib/common_test/priv/Makefile.in index 1bc6b82ebb..7765b06f95 100644 --- a/lib/common_test/priv/Makefile.in +++ b/lib/common_test/priv/Makefile.in @@ -66,12 +66,7 @@ JS = jquery-latest.js jquery.tablesorter.min.js # Rules # -include ../../test_server/vsn.mk debug opt: - $(V_at)sed -e 's;@CT_VSN@;$(VSN);' \ - -e 's;@TS_VSN@;$(TEST_SERVER_VSN);' \ - ../install.sh.in > install.sh - - $(V_at)chmod -f 775 install.sh docs: |