yatex

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 diff
     1.1 --- a/makefile	Tue Jan 10 15:55:56 2012 +0900
     1.2 +++ b/makefile	Tue Jan 10 16:00:00 2012 +0900
     1.3 @@ -1,5 +1,5 @@
     1.4  #
     1.5 -# Makefile for YaTeX
     1.6 +# Makefile for YaTeX/yahtml
     1.7  #
     1.8  
     1.9  # Edit these variables to be suitable for your site
    1.10 @@ -8,7 +8,7 @@
    1.11  ## mule2
    1.12  #EMACS	= mule
    1.13  #EMACSDIR= ${PREFIX}/lib/${EMACS}
    1.14 -## emacs20
    1.15 +## emacs20 or later
    1.16  EMACS	= emacs
    1.17  EMACSDIR= ${PREFIX}/share/${EMACS}
    1.18  ## XEmacs
    1.19 @@ -68,11 +68,11 @@
    1.20  DOCOBJ	= docs/yatexj docs/yatexe docs/yahtmlj docs/yahtmle
    1.21  HELP	= help/YATEXHLP.jp help/YATEXHLP.eng
    1.22  MANIFEST= manifest
    1.23 -EXTRA	= dir install 00readme makefile readme.meadow.j
    1.24 +EXTRA	= dir install 00readme makefile readme.meadow.j newpage.rb
    1.25  DISTRIB = ${EXTRA} ${LISP} ${DOCS} ${MANIFEST} ${HELP}
    1.26  RCSFILE	= ${LISP} ${NEWS} ${DOCSRC} ${HELP}
    1.27  YAHTMLLISP = ${YAHTML} ${COMMON}
    1.28 -YAHTMLDIST = ${YAHTMLLISP} install 00readme makefile
    1.29 +YAHTMLDIST = ${YAHTMLLISP} install 00readme makefile newpage.rb
    1.30  PACK	= `ls ${DISTRIB}`
    1.31  TMPDIR	= /tmp
    1.32  VERSION = `head yatex.el|awk '/rev\./{print $$4}'`