CASL IIの仕様書を追加
[YACASL2.git] / doc / Makefile
index 7d575e2..6216a3e 100644 (file)
@@ -1,6 +1,7 @@
 RMR := $(RM) -r
+SED := sed
 
-DOCS := install manual
+DOCS := install manual casl2_spec
 CSS := style.css
 
 prefix ?= ~
@@ -10,7 +11,7 @@ infodir ?= $(prefix)/share/info
 
 base: install.txt info html
 
-all: base htmls pdf
+all: base html pdf
 
 info: yacasl2.info
 
@@ -29,6 +30,7 @@ distclean: clean texinfo-distclean
 
 # make baseで作成されたドキュメントは残す
 clean: texinfo-clean
+       $(RM) *.bak
 
 include texinfo.mk