From 5065dbe7153585f5ce25d91d9f227c0a6263bde0 Mon Sep 17 00:00:00 2001 From: jprocter Date: Tue, 12 Aug 2008 14:19:40 +0000 Subject: [PATCH] corrected target name in documentation --- doc/building.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/building.html b/doc/building.html index 2e64414..df33b12 100755 --- a/doc/building.html +++ b/doc/building.html @@ -39,7 +39,7 @@ mkdir keys keytool -genkey -keystore keys/.keystore -keypass alignmentisfun -storepass alignmentisfun -alias jalview (you will have to answer some personal questions here) -ant makejars +ant makedist (should eventually generate a Jalview.jnlp file in ./dist along with a set of signed jars using the jalview key) -- 1.7.10.2