mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-09 18:31:04 +00:00
added lyx.spec.in and removed lyx.spec, made CVS dirs not be in the distribution
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@198 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
1f9d819708
commit
a79ffd745c
@ -1,5 +1,11 @@
|
||||
1999-10-13 Lars Gullik Bjønnes <larsbj@lyx.org>
|
||||
|
||||
* configure.in (AC_OUTPUT): added lyx.spec
|
||||
|
||||
* development/lyx.spec: removed file
|
||||
|
||||
* development/lyx.spec.in: new file
|
||||
|
||||
* po/*.po: merged with lyx.pot becuase of make distcheck
|
||||
|
||||
* lib/Makefile.am (dist-hook): added dist-hook so that
|
||||
|
@ -1,7 +1,8 @@
|
||||
AUTOMAKE_OPTIONS = foreign
|
||||
DISTCLEANFILES= *.orig *.rej *~ *.bak lyx.1 core
|
||||
MAINTAINERCLEANFILES = Makefile.in aclocal.m4 configure
|
||||
MAINTAINERCLEANFILES = Makefile.in aclocal.m4 configure development/lyx.spec
|
||||
SUBDIRS = intl po src lib
|
||||
|
||||
EXTRA_DIST = ANNOUNCE CHANGES INSTALL.OS2 INSTALL.autoconf README.OS2 \
|
||||
UPGRADING WHATSNEW acconfig.h lyx.man \
|
||||
config development forms images
|
||||
@ -9,3 +10,9 @@ ETAGS_ARGS = --c++
|
||||
man_MANS = lyx.1
|
||||
lyx.1:
|
||||
cp -p $(srcdir)/lyx.man lyx.1
|
||||
|
||||
dist-hook:
|
||||
cd $(distdir) ; rm -rf `find config -name \*CVS\*` ; \
|
||||
rm -rf `find development -name \*CVS\*` ; \
|
||||
rm -rf `find forms -name \*CVS\*` ; \
|
||||
rm -rf `find images -name \*CVS\*`
|
||||
|
@ -210,6 +210,7 @@ AC_ARG_WITH(debug,[ --with-debug output debug information by default
|
||||
### Finish the work.
|
||||
AC_CONFIG_SUBDIRS(lib lib/reLyX)
|
||||
AC_OUTPUT([Makefile \
|
||||
development/lyx.spec \
|
||||
lib/Makefile \
|
||||
intl/Makefile \
|
||||
po/Makefile.in \
|
||||
|
@ -1,6 +1,6 @@
|
||||
Summary: A WYSYWIG frontend to LaTeX
|
||||
Name: lyx
|
||||
Version: 1.0.4
|
||||
Name: @PACKAGE@
|
||||
Version: @VERSION@
|
||||
Release: 1
|
||||
Copyright: see COPYING file
|
||||
Group: X11/Editors
|
Loading…
Reference in New Issue
Block a user