ドキュメントをインストールの説明とマニュアルに分割し、整理
[YACASL2.git] / Makefile
index 5d57356..bf9dff9 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