From 191cf3b9f085fd3d5f1e1df1a2a3d60b9bcb3dc2 Mon Sep 17 00:00:00 2001 From: Richard Heck Date: Mon, 9 May 2011 15:11:11 +0000 Subject: [PATCH] Add patch-preamble to branch. git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_2_0_X@38657 a592a061-630c-0410-9148-cb99ea01b6c8 --- development/tools/patch-preamble | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 development/tools/patch-preamble diff --git a/development/tools/patch-preamble b/development/tools/patch-preamble new file mode 100644 index 0000000000..b068c47902 --- /dev/null +++ b/development/tools/patch-preamble @@ -0,0 +1,18 @@ +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 patch should be applied like this + cd lyx-2.0.0 + make distclean + zcat patch-2.0.0.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. + +For all questions related to this patch, mail to lyx-devel@lists.lyx.org. + +------------------------------------------------------------------------ + + + +------------------------------------------------------------------------ -- 2.39.5