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:
Lars Gullik Bjønnes 1999-10-16 14:06:57 +00:00
parent 5edf94b3a5
commit 2391d73a2c
4 changed files with 13 additions and 2 deletions

View File

@ -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>
* src/Makefile.am: add a definition for localedir, so that locales
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>
* acinclude.m4 (LYX_CXX_CHEADERS): New macro. Checks whether the

1
development/.cvsignore Normal file
View File

@ -0,0 +1 @@
lyx.spec

View File

@ -8,6 +8,7 @@ man_MANS = reLyX.1
EXTRA_DIST = BUGS BasicLyX.pm CHANGES CleanTeX.pm LastLyX.pm MANIFEST \
MakePreamble.pm ReadCommands.pm RelyxTable.pm reLyX.pod \
reLyXmain.pl syntax.default test.ltx test.lyx reLyX.man \
RelyxFigure.pm Verbatim.pm \
$(LYXDISTDIRS)
LIBINSTFILES = *.pm *.pl README BUGS CHANGES reLyX.pod syntax.default Text/*.pm

View File

@ -9,8 +9,8 @@
*
*======================================================*/
#ifndef _LYXSERVER_H_
#define _LYXSERVER_H_
#ifndef LYXSERVER_H
#define LYXSERVER_H
#ifdef __GNUG__
#pragma interface