X-Git-Url: http://j8takagi.net/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=Makefile;h=f3cf09743ba055c1840e7416f267dd1a1a3fe9ec;hb=5a0b93b00048075ae279ec2dbb6c0ebaf9ad7a3c;hp=5d57356ed15d79f72276945cbed81e89446c54a2;hpb=bfffda6171175500a16a36785ed414b251f826cf;p=YACASL2.git diff --git a/Makefile b/Makefile index 5d57356..f3cf097 100644 --- 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: