mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-09 18:31:04 +00:00
some more installation issues
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@203 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
5edf94b3a5
commit
2391d73a2c
@ -1,8 +1,17 @@
|
|||||||
|
1999-10-16 Lars Gullik Bjønnes <larsbj@lyx.org>
|
||||||
|
|
||||||
|
* lib/reLyX/Makefile.am: added RelyxFigure.pm and Verbatim.pm as
|
||||||
|
per Kayvan's instructions.
|
||||||
|
|
||||||
1999-10-15 Jean-Marc Lasgouttes <Jean-Marc.Lasgouttes@inria.fr>
|
1999-10-15 Jean-Marc Lasgouttes <Jean-Marc.Lasgouttes@inria.fr>
|
||||||
|
|
||||||
* src/Makefile.am: add a definition for localedir, so that locales
|
* src/Makefile.am: add a definition for localedir, so that locales
|
||||||
are found after installation (Kayvan)
|
are found after installation (Kayvan)
|
||||||
|
|
||||||
|
1999-10-14 Lars Gullik Bjønnes <larsbj@lyx.org>
|
||||||
|
|
||||||
|
* development/.cvsignore: new file.
|
||||||
|
|
||||||
1999-10-14 Jean-Marc Lasgouttes <Jean-Marc.Lasgouttes@inria.fr>
|
1999-10-14 Jean-Marc Lasgouttes <Jean-Marc.Lasgouttes@inria.fr>
|
||||||
|
|
||||||
* acinclude.m4 (LYX_CXX_CHEADERS): New macro. Checks whether the
|
* acinclude.m4 (LYX_CXX_CHEADERS): New macro. Checks whether the
|
||||||
|
1
development/.cvsignore
Normal file
1
development/.cvsignore
Normal file
@ -0,0 +1 @@
|
|||||||
|
lyx.spec
|
@ -8,6 +8,7 @@ man_MANS = reLyX.1
|
|||||||
EXTRA_DIST = BUGS BasicLyX.pm CHANGES CleanTeX.pm LastLyX.pm MANIFEST \
|
EXTRA_DIST = BUGS BasicLyX.pm CHANGES CleanTeX.pm LastLyX.pm MANIFEST \
|
||||||
MakePreamble.pm ReadCommands.pm RelyxTable.pm reLyX.pod \
|
MakePreamble.pm ReadCommands.pm RelyxTable.pm reLyX.pod \
|
||||||
reLyXmain.pl syntax.default test.ltx test.lyx reLyX.man \
|
reLyXmain.pl syntax.default test.ltx test.lyx reLyX.man \
|
||||||
|
RelyxFigure.pm Verbatim.pm \
|
||||||
$(LYXDISTDIRS)
|
$(LYXDISTDIRS)
|
||||||
|
|
||||||
LIBINSTFILES = *.pm *.pl README BUGS CHANGES reLyX.pod syntax.default Text/*.pm
|
LIBINSTFILES = *.pm *.pl README BUGS CHANGES reLyX.pod syntax.default Text/*.pm
|
||||||
|
@ -9,8 +9,8 @@
|
|||||||
*
|
*
|
||||||
*======================================================*/
|
*======================================================*/
|
||||||
|
|
||||||
#ifndef _LYXSERVER_H_
|
#ifndef LYXSERVER_H
|
||||||
#define _LYXSERVER_H_
|
#define LYXSERVER_H
|
||||||
|
|
||||||
#ifdef __GNUG__
|
#ifdef __GNUG__
|
||||||
#pragma interface
|
#pragma interface
|
||||||
|
Loading…
Reference in New Issue
Block a user