ドキュメントをインストールの説明とマニュアルに分割し、整理
[YACASL2.git] / Makefile
index 5d57356..f3cf097 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -10,11 +10,10 @@ CAT ?= cat
 
 prefix ?= ~
 bindir ?= $(prefix)/bin
-casl2libdir ?= $(prefix)/lib/casl2
 
 VERSIONFILES = include/package.h test/system/casl2/opt_v/0.txt test/system/comet2/opt_v/0.txt test/system/dumpword/opt_v/0.txt
 
-all: build info html gtags
+all: build docall gtags
 
 build:
        $(MAKE) -C src all
@@ -22,7 +21,7 @@ build:
 gtags:
        @$(WHICH) $(GTAGS) >/dev/null && $(GTAGS) || $(ECHO) "$(GTAGS): not found"
 
-docall: doc
+docall:
        $(MAKE) -C doc all
 
 info: