# HG changeset patch # User yuuji@gentei.org # Date 1326178800 -32400 # Node ID 257590bb4a641cc19d407efea3441ee2487ad114 # Parent 3e8e4b811c53b60e43ed5a2187c2259b595aa21d Include newpage.rb diff -r 3e8e4b811c53 -r 257590bb4a64 makefile --- 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}'`