changeset 201:257590bb4a64 dev

Include newpage.rb
author yuuji@gentei.org
date Tue, 10 Jan 2012 16:00:00 +0900
parents 3e8e4b811c53
children 03f7349a6223
files makefile
diffstat 1 files changed, 4 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- a/makefile	Tue Jan 10 15:55:56 2012 +0900
+++ b/makefile	Tue Jan 10 16:00:00 2012 +0900
@@ -1,5 +1,5 @@
 #
-# Makefile for YaTeX
+# Makefile for YaTeX/yahtml
 #
 
 # Edit these variables to be suitable for your site
@@ -8,7 +8,7 @@
 ## mule2
 #EMACS	= mule
 #EMACSDIR= ${PREFIX}/lib/${EMACS}
-## emacs20
+## emacs20 or later
 EMACS	= emacs
 EMACSDIR= ${PREFIX}/share/${EMACS}
 ## XEmacs
@@ -68,11 +68,11 @@
 DOCOBJ	= docs/yatexj docs/yatexe docs/yahtmlj docs/yahtmle
 HELP	= help/YATEXHLP.jp help/YATEXHLP.eng
 MANIFEST= manifest
-EXTRA	= dir install 00readme makefile readme.meadow.j
+EXTRA	= dir install 00readme makefile readme.meadow.j newpage.rb
 DISTRIB = ${EXTRA} ${LISP} ${DOCS} ${MANIFEST} ${HELP}
 RCSFILE	= ${LISP} ${NEWS} ${DOCSRC} ${HELP}
 YAHTMLLISP = ${YAHTML} ${COMMON}
-YAHTMLDIST = ${YAHTMLLISP} install 00readme makefile
+YAHTMLDIST = ${YAHTMLLISP} install 00readme makefile newpage.rb
 PACK	= `ls ${DISTRIB}`
 TMPDIR	= /tmp
 VERSION = `head yatex.el|awk '/rev\./{print $$4}'`

yatex.org