commit d3f2299d2fae28bebd5366fe3667b68118902e56
Author: Richard Heck <rgh...@lyx.org>
Date:   Mon Oct 10 11:50:02 2016 -0400

    Fix patch preamable...though it still isn't fixed.
---
 development/tools/patch-preamble |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/development/tools/patch-preamble b/development/tools/patch-preamble
index b068c47..f385953 100644
--- a/development/tools/patch-preamble
+++ b/development/tools/patch-preamble
@@ -1,10 +1,10 @@
-This is patch-2.0.1, the 1st maintenance patch against LyX 2.0.0. 
-You need the source of lyx 2.0.0 to apply this patch.
+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
-  cd lyx-2.0.0
+  cd lyx-LAST
   make distclean
-  zcat patch-2.0.0.gz | patch -p1
+  zcat patch-VERSION.gz | patch -p1
 and then LyX can be build as usual.
 
 If you want to skip the 'distclean' step, make sure to re-run configure.

Reply via email to