20 lines
839 B
Diff
20 lines
839 B
Diff
diff --git a/Makefile b/Makefile
|
|
index 7607a79..4f6e728 100644
|
|
--- a/Makefile
|
|
+++ b/Makefile
|
|
@@ -39,7 +39,7 @@ DEBUG?=disable
|
|
|
|
.NOPARALLEL:
|
|
|
|
-all: unix-$(UNIXVER).jar cgi-$(CGIVER).jar debug-enable-$(DEBUGVER).jar debug-disable-$(DEBUGVER).jar io-$(IOVER).jar hexdump-$(HEXVER).jar libcgi-java.so libunix-java.so
|
|
+all: unix-$(UNIXVER).jar cgi-$(CGIVER).jar debug-enable-$(DEBUGVER).jar debug-disable-$(DEBUGVER).jar io-$(IOVER).jar hexdump-$(HEXVER).jar libcgi-java.so libunix-java.so doc
|
|
|
|
classes: .classes
|
|
.classes: $(SRC)
|
|
@@ -134,4 +134,4 @@ install-jar: unix-$(UNIXVER).jar cgi-$(CGIVER).jar debug-enable-$(DEBUGVER).jar
|
|
ln -sf cgi-$(CGIVER).jar $(DESTDIR)$(JARDIR)/cgi.jar
|
|
ln -sf hexdump-$(HEXVER).jar $(DESTDIR)$(JARDIR)/hexdump.jar
|
|
|
|
-install: install-native install-jar
|
|
+install: install-native install-jar install-doc
|