ドキュメント生成時の設定を修正
authorj8takagi <j8takagi@nifty.com>
Thu, 13 Jan 2011 08:20:56 +0000 (17:20 +0900)
committerj8takagi <j8takagi@nifty.com>
Thu, 13 Jan 2011 08:20:56 +0000 (17:20 +0900)
doc/.gitignore
doc/Makefile

index ce8835d..8c9773a 100644 (file)
@@ -1,4 +1,4 @@
 html
-yacasl2.??
-yacasl2.???
-yacasl2.info
+autotest_mk.info
+autotest_mk.dvi
+autotest_mk.pdf
index 0e659b5..e9e52e4 100644 (file)
@@ -1,10 +1,9 @@
 DOCNAME = autotest_mk
-TEXBIN = /usr/local/texlive/2010/bin/x86_64-linux/
 SRC = $(DOCNAME).texi
 CSS = style.css
-PTEX = $(TEXBIN)/ptex
-TEXINDEX = $(TEXBIN)/texindex
-DVI2PDF = $(TEXBIN)/dvipdfmx
+PTEX = ptex
+TEXINDEX = texindex
+DVI2PDF = dvipdfmx
 MAKEINFO = makeinfo
 
 .PHONY: all htmlnosplit pdf clean