mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-09 18:31:04 +00:00
Rename files in lyx.spec.in; do not include <config.h> in headers
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@295 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
34c64b206e
commit
6fa667dbf2
11
ChangeLog
11
ChangeLog
@ -1,3 +1,14 @@
|
||||
1999-11-08 Jean-Marc Lasgouttes <Jean-Marc.Lasgouttes@inria.fr>
|
||||
|
||||
* src/support/LIstream.h,src/support/LOstream.h,
|
||||
src/support/lyxstring.h,src/table.h,
|
||||
src/lyxlookup.h: do not include <config.h> in header
|
||||
files. This should be done in the .C files only.
|
||||
|
||||
* development/lyx.spec.in: WHATSNEW has been renamed to NEWS
|
||||
(from Kayvan).
|
||||
|
||||
|
||||
1999-11-05 Jean-Marc Lasgouttes <Jean-Marc.Lasgouttes@inria.fr>
|
||||
|
||||
* config/lib_configure.m4,lib/configure,lib/lyxrc.example: update
|
||||
|
@ -111,7 +111,7 @@ cd $RPM_INSTALL_PREFIX/share/lyx
|
||||
|
||||
%files
|
||||
%attr(-,root,root) %doc ABOUT-NLS ANNOUNCE OLD-CHANGES COPYING
|
||||
%attr(-,root,root) %doc README UPGRADING WHATSNEW ChangeLog
|
||||
%attr(-,root,root) %doc README UPGRADING ChangeLog NEWS
|
||||
%attr(-,root,root) %doc lib/CREDITS README.reLyX
|
||||
|
||||
%attr(-,root,root) /usr/bin/*
|
||||
|
@ -13,7 +13,6 @@
|
||||
different input methods for different frames, but for now we can
|
||||
keep it as it is. */
|
||||
|
||||
#include <config.h>
|
||||
#include <X11/Xlib.h>
|
||||
|
||||
// Initialize the compose key handling
|
||||
|
@ -13,10 +13,6 @@
|
||||
#ifndef LISTREAM_H
|
||||
#define LISTREAM_H
|
||||
|
||||
#ifdef HAVE_CONFIG_H
|
||||
#include <config.h>
|
||||
#endif
|
||||
|
||||
#ifdef HAVE_ISTREAM
|
||||
#include <istream>
|
||||
#else
|
||||
|
@ -13,10 +13,6 @@
|
||||
#ifndef LOSTREAM_H
|
||||
#define LOSTREAM_H
|
||||
|
||||
#ifdef HAVE_CONFIG_H
|
||||
#include <config.h>
|
||||
#endif
|
||||
|
||||
#ifdef HAVE_OSTREAM
|
||||
#include <ostream>
|
||||
#else
|
||||
|
@ -25,10 +25,6 @@
|
||||
#pragma interface
|
||||
#endif
|
||||
|
||||
#ifdef HAVE_CONFIG_H
|
||||
#include <config.h> // needed at least for compilers that do not
|
||||
#endif // understand `explicit' (JMarc)
|
||||
|
||||
#include "LOstream.h"
|
||||
#include "LIstream.h"
|
||||
|
||||
|
@ -14,7 +14,6 @@
|
||||
#pragma interface
|
||||
#endif
|
||||
|
||||
#include <config.h>
|
||||
#include <stdio.h>
|
||||
#include "definitions.h"
|
||||
#include "lyxlex.h"
|
||||
|
Loading…
Reference in New Issue
Block a user