mirror of
https://git.lyx.org/repos/lyx.git
synced 2025-01-09 02:28:19 +00:00
es.po updates, installation fixes
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_1_6@1441 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
ba7e0d13b6
commit
1bd47d82c4
@ -1,3 +1,10 @@
|
|||||||
|
2001-02-02 John Levon <moz@compsoc.man.ac.uk>
|
||||||
|
|
||||||
|
* lib/Makefile.am: fix permissions on configure and
|
||||||
|
configure.cmd (from Albert Chin)
|
||||||
|
|
||||||
|
* lib/CREDITS: add Albert Chin
|
||||||
|
|
||||||
2001-02-01 Dekel Tsur <dekelts@tau.ac.il>
|
2001-02-01 Dekel Tsur <dekelts@tau.ac.il>
|
||||||
|
|
||||||
* src/text.C (Backspace): Preserve the font when changing newline char
|
* src/text.C (Backspace): Preserve the font when changing newline char
|
||||||
|
@ -41,6 +41,9 @@
|
|||||||
@bMatej Cepl
|
@bMatej Cepl
|
||||||
@iE-mail: CeplM@seznam.cz
|
@iE-mail: CeplM@seznam.cz
|
||||||
Improvements to the czech keymaps
|
Improvements to the czech keymaps
|
||||||
|
@bAlbert Chin
|
||||||
|
@iE-mail: china@thewrittenword.com
|
||||||
|
Bug fixes.
|
||||||
@bClaudio Coco
|
@bClaudio Coco
|
||||||
@iE-mail: lacocio@iol.it
|
@iE-mail: lacocio@iol.it
|
||||||
Italian translation
|
Italian translation
|
||||||
|
@ -19,7 +19,7 @@ TEXSUPPORT = tex/*.cls
|
|||||||
UI = ui/*.ui
|
UI = ui/*.ui
|
||||||
|
|
||||||
LIBINSTFILES = $(BIND) $(CLIPART) $(DOCINST) $(EXAMPLES) $(IMAGES) $(KBD) \
|
LIBINSTFILES = $(BIND) $(CLIPART) $(DOCINST) $(EXAMPLES) $(IMAGES) $(KBD) \
|
||||||
$(LAYOUT) $(TEMPL) $(TEXSUPPORT) $(UI) $(LYXSCRIPTS)
|
$(LAYOUT) $(TEMPL) $(TEXSUPPORT) $(UI)
|
||||||
|
|
||||||
LIBDISTFILES = $(BIND) $(CLIPART) $(DOCDIST) $(EXAMPLES) $(IMAGES) $(KBD) \
|
LIBDISTFILES = $(BIND) $(CLIPART) $(DOCDIST) $(EXAMPLES) $(IMAGES) $(KBD) \
|
||||||
$(LAYOUT) $(TEMPL) $(UI) $(TEXSUPPORT) $(LYXSCRIPTS)
|
$(LAYOUT) $(TEMPL) $(UI) $(TEXSUPPORT) $(LYXSCRIPTS)
|
||||||
@ -46,6 +46,12 @@ install-data-local: libinstalldirs
|
|||||||
$(INSTALL_DATA) ${srcdir}/$$i $(DESTDIR)$(pkgdatadir)/$$i ; \
|
$(INSTALL_DATA) ${srcdir}/$$i $(DESTDIR)$(pkgdatadir)/$$i ; \
|
||||||
done
|
done
|
||||||
|
|
||||||
|
install-exec-local: libinstalldirs
|
||||||
|
files=`cd ${srcdir} ; echo $(LYXSCRIPTS)` ; \
|
||||||
|
for i in $${files} ; do \
|
||||||
|
$(INSTALL_SCRIPT) ${srcdir}/$$i $(DESTDIR)$(pkgdatadir)/$$i ; \
|
||||||
|
done
|
||||||
|
|
||||||
uninstall-local:
|
uninstall-local:
|
||||||
@$(NORMAL_UNINSTALL)
|
@$(NORMAL_UNINSTALL)
|
||||||
files=`cd ${srcdir} ; echo $(LIBINSTFILES)` ; \
|
files=`cd ${srcdir} ; echo $(LIBINSTFILES)` ; \
|
||||||
|
@ -1,3 +1,7 @@
|
|||||||
|
2001-02-02 Jean-Marc Lasgouttes <Jean-Marc.Lasgouttes@inria.fr>
|
||||||
|
|
||||||
|
* es.po: update from German Poo Caaman~o
|
||||||
|
|
||||||
2001-01-29 Jean-Marc Lasgouttes <Jean-Marc.Lasgouttes@inria.fr>
|
2001-01-29 Jean-Marc Lasgouttes <Jean-Marc.Lasgouttes@inria.fr>
|
||||||
|
|
||||||
* da.po: update from Claus Hindsgaul
|
* da.po: update from Claus Hindsgaul
|
||||||
|
Loading…
Reference in New Issue
Block a user