[Pkg-lyx-devel] [SCM] LyX packaging branch, master, updated. upstream/2.0.0_beta3-512-g22f026b
Sven Hoexter
sven at timegate.de
Sun Feb 6 10:15:37 UTC 2011
The following commit has been merged in the master branch:
commit 22f026bbe16342812b2509eb9eba88d73cdde9f4
Author: Sven Hoexter <sven at timegate.de>
Date: Sun Feb 6 11:15:14 2011 +0100
Escape one more - in lyx1.in, thanks Georg.
diff --git a/debian/patches/hyphen-as-minus b/debian/patches/hyphen-as-minus
index 44a952a..5825d4e 100644
--- a/debian/patches/hyphen-as-minus
+++ b/debian/patches/hyphen-as-minus
@@ -20,7 +20,7 @@ http://www.lyx.org/trac/ticket/7278
Thus, something like:
.br
- lyx -batch -x "buffer-print printer default dvips" myfile.lyx
-+ lyx \-batch \-x "buffer-print printer default dvips" myfile.lyx
++ lyx \-batch \-x "buffer\-print printer default dvips" myfile.lyx
.br
will cause LyX to print myfile.lyx to the default printer, using dvips and
the default print settings (which, of course, have to have been configured
--
LyX packaging
More information about the Pkg-lyx-devel
mailing list