From 1096405b0c0b65df1ec41050e0e027e84d6e111f Mon Sep 17 00:00:00 2001 From: Richard Heck Date: Sat, 7 Feb 2015 10:40:40 -0500 Subject: [PATCH 1/3] Fix suffixes in build script. --- development/tools/lyx-build | 2 ++ 1 file changed, 2 insertions(+) diff --git a/development/tools/lyx-build b/development/tools/lyx-build index 87e7aa04d9..f38482bd21 100755 --- a/development/tools/lyx-build +++ b/development/tools/lyx-build @@ -29,6 +29,8 @@ if [ "$LASTNUM" = "1" ]; then NUMFIX="st"; elif [ "$LASTNUM" = "2" ]; then NUMFIX="nd"; +elif [ "$LASTNUM" = "3" ]; then + NUMFIX="rd"; fi NUM="$LASTNUM$NUMFIX"; From 8cd12e3984f37231b3f649c4f686097e9e50ae04 Mon Sep 17 00:00:00 2001 From: Richard Heck Date: Sat, 7 Feb 2015 10:41:17 -0500 Subject: [PATCH 2/3] Fix patch-preamble. --- development/tools/patch-preamble | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/development/tools/patch-preamble b/development/tools/patch-preamble index b9f5ed12a8..f385953e2e 100644 --- a/development/tools/patch-preamble +++ b/development/tools/patch-preamble @@ -1,4 +1,4 @@ -This is patch-VERSION, the NUMst maintenance patch against LyX ORIGINAL. +This is patch-VERSION, the NUM maintenance patch against LyX ORIGINAL. You need the source of lyx LAST to apply this patch. This patch should be applied like this From 8c5bdcb9c6b98e64a9f06b90eedd86b2b3a18a93 Mon Sep 17 00:00:00 2001 From: Richard Heck Date: Sat, 7 Feb 2015 10:44:22 -0500 Subject: [PATCH 3/3] Forgot to add new Japanese template to Makefile. --- lib/Makefile.am | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/Makefile.am b/lib/Makefile.am index 6e40fe074c..09c179bd89 100644 --- a/lib/Makefile.am +++ b/lib/Makefile.am @@ -2159,6 +2159,7 @@ dist_templates_DATA = \ templates/IJMPC.lyx \ templates/IJMPD.lyx \ templates/IOP-article.lyx \ + templates/ja_beamer-conference-ornate-20min.lyx \ templates/JASA.lyx \ templates/JSS-article.lyx \ templates/kluwer.lyx \