Makefileの整理
authorj8takagi <j8takagi@nifty.com>
Sat, 14 Jun 2014 07:30:25 +0000 (16:30 +0900)
committerj8takagi <j8takagi@nifty.com>
Tue, 17 Jun 2014 01:56:33 +0000 (10:56 +0900)
doc/casl2_spec/Makefile

index cc9ada7..45acab2 100644 (file)
@@ -1,7 +1,6 @@
 VPATH := img
 
 RMR := $(RM) -r
-SED := sed
 
 CSS := style.css
 
@@ -19,8 +18,6 @@ distclean: clean texinfo-distclean
        $(RM) *.d *.html *.pdf
        $(MAKE) -C img distclean
 
-#include casl2_spec.dep
-
 include texinfo.mk
 
 include images.mk