diff makefile @ 286:bf201e406e3f dev

First line header changed. Abolish `rev.' line. Using YaTeX-revision-number line instead.
author HIROSE Yuuji <yuuji@gentei.org>
date Sat, 01 Sep 2012 08:00:58 +0900
parents d467c0fb6083
children 8d3156073892
line wrap: on
line diff
--- a/makefile	Wed Jul 11 12:28:38 2012 +0900
+++ b/makefile	Sat Sep 01 08:00:58 2012 +0900
@@ -75,7 +75,7 @@
 YAHTMLDIST = ${YAHTMLLISP} install 00readme makefile newpage.rb
 PACK	= `ls ${DISTRIB}`
 TMPDIR	= /tmp
-VERSION = `head yatex.el|awk '/rev\./{print $$4}'`
+VERSION = `head -20 yatex.el|awk -F'"' '/revision/{print $$2}'`
 PACKDIR	= ${TMPDIR}/yatex${VERSION}
 
 all:

yatex.org