diff --git a/jode/Makefile.am b/jode/Makefile.am index 3cefb32..304113b 100644 --- a/jode/Makefile.am +++ b/jode/Makefile.am @@ -2,6 +2,4 @@ SUBDIRS = jode doc test -EXTRA_DIST = TODO \ - jode.html jode-applet.html jode-obfuscator.html jode-unix.html \ - jode-useapplet.html jode-win.html +EXTRA_DIST = TODO diff --git a/jode/doc/Makefile.am b/jode/doc/Makefile.am index e69de29..cc2d74b 100644 --- a/jode/doc/Makefile.am +++ b/jode/doc/Makefile.am @@ -0,0 +1,5 @@ +## Input file for automake to generate the Makefile.in used by configure + +EXTRA_DIST = \ + jode.html jode-applet.html jode-obfuscator.html jode-unix.html \ + jode-useapplet.html jode-win.html diff --git a/jode/jode-applet.html b/jode/doc/jode-applet.html similarity index 88% rename from jode/jode-applet.html rename to jode/doc/jode-applet.html index 278effc..c71c73f 100644 --- a/jode/jode-applet.html +++ b/jode/doc/jode-applet.html @@ -5,11 +5,11 @@ -Home Up +Up

Test Applet

- + diff --git a/jode/jode-obfuscator.html b/jode/doc/jode-obfuscator.html similarity index 90% rename from jode/jode-obfuscator.html rename to jode/doc/jode-obfuscator.html index 0a9b43c..995c085 100644 --- a/jode/jode-obfuscator.html +++ b/jode/doc/jode-obfuscator.html @@ -4,6 +4,7 @@ Using the obfuscator +Up The obfuscator currently takes a lot of options (I plan to use an extra file containing the options). You should therefore create a diff --git a/jode/jode-unix.html b/jode/doc/jode-unix.html similarity index 98% rename from jode/jode-unix.html rename to jode/doc/jode-unix.html index ad4acf4..6371c53 100644 --- a/jode/jode-unix.html +++ b/jode/doc/jode-unix.html @@ -4,7 +4,8 @@ Using the decompiler under Unix -Home Up
+Up +

Step by Step

diff --git a/jode/jode-useapplet.html b/jode/doc/jode-useapplet.html similarity index 96% rename from jode/jode-useapplet.html rename to jode/doc/jode-useapplet.html index 5cf2c5f..24bcc3a 100644 --- a/jode/jode-useapplet.html +++ b/jode/doc/jode-useapplet.html @@ -4,7 +4,7 @@ Using the decompiler as applet (locally) -Home Up
+Up

Step by Step

diff --git a/jode/jode-win.html b/jode/doc/jode-win.html similarity index 97% rename from jode/jode-win.html rename to jode/doc/jode-win.html index c5f9aa6..99d9927 100644 --- a/jode/jode-win.html +++ b/jode/doc/jode-win.html @@ -4,7 +4,7 @@ Using the decompiler under Windows -Home Up
+Up

Step by Step

diff --git a/jode/jode.html b/jode/doc/jode.html similarity index 97% rename from jode/jode.html rename to jode/doc/jode.html index 435e923..38175bd 100644 --- a/jode/jode.html +++ b/jode/doc/jode.html @@ -12,7 +12,9 @@ java-decompiler, reverse engineering, free, GPL"> -Home + +An uptodate version of this page is located here.

+

What is it?

This is a decompiler for java I have written in my spare time. It @@ -43,7 +45,6 @@ features like inner and anonymous classes.

-

How to use it

I have some simple step by step pages. There are three