mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-09 18:31:04 +00:00
make development a full citizen
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@5852 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
54d69a7caa
commit
ac94b18044
@ -4,14 +4,14 @@ DISTCLEANFILES += lyx.1 config.status config.cache config.log \
|
||||
$(srcdir)/sourcedoc/*~ $(srcdir)/sourcedoc/Doxyfile
|
||||
|
||||
MAINTAINERCLEANFILES += $(srcdir)/aclocal.m4 \
|
||||
$(srcdir)/configure $(srcdir)/development/lyx.spec \
|
||||
$(srcdir)/configure \
|
||||
$(srcdir)/acinclude.m4
|
||||
|
||||
SUBDIRS = config intl po boost src lib
|
||||
SUBDIRS = config development intl po boost src lib
|
||||
|
||||
EXTRA_DIST = ANNOUNCE INSTALL.OS2 INSTALL.autoconf README.OS2 \
|
||||
UPGRADING lyx.man acconfig.h autogen.sh \
|
||||
development images sourcedoc
|
||||
UPGRADING lyx.man autogen.sh \
|
||||
images sourcedoc
|
||||
|
||||
# Hack so that the targets that use tar will also work with automake 1.4
|
||||
AMTAR ?= $(TAR)
|
||||
@ -27,7 +27,6 @@ lyx.1:
|
||||
|
||||
dist-hook:
|
||||
cd $(distdir) ; \
|
||||
rm -rf `find development -name \*CVS\*` ; \
|
||||
rm -rf `find images -name \*CVS\*`
|
||||
|
||||
rpmdist: dist
|
||||
|
@ -1,3 +1,8 @@
|
||||
2002-12-18 Lars Gullik Bjønnes <larsbj@gullik.net>
|
||||
|
||||
* configure.ac (AC_CONFIG_FILES)): add development/Makefile
|
||||
* configure.in (AC_OUTPUT): ditto
|
||||
|
||||
2002-12-17 Angus Leeming <leeming@lyx.org>
|
||||
|
||||
* configure.ac:
|
||||
@ -29,15 +34,15 @@
|
||||
* lyxincludes213.m4: new file, containing macros specific to
|
||||
autoconf 2.13 (LYX_CHECK_DECL and LYX_CHECK_DECL_HDRS for now)
|
||||
(LYX_FUNC_SELECT_ARGTYPES): move here
|
||||
|
||||
* lyxinclude.m4 (LYX_FUNC_SELECT_ARGTYPES): remove
|
||||
|
||||
* lyxinclude.m4 (LYX_FUNC_SELECT_ARGTYPES): remove
|
||||
|
||||
* configure.ac: use AC_FUNC_SELECT_ARGTYPES (because it works in
|
||||
2.5x)
|
||||
2.5x)
|
||||
|
||||
2002-11-24 Lars Gullik Bjønnes <larsbj@gullik.net>
|
||||
|
||||
* configure.ac: USE_BOOST_FORMAT
|
||||
* configure.ac: USE_BOOST_FORMAT
|
||||
* acconfig.h: ditto
|
||||
|
||||
2002-11-06 Lars Gullik Bjønnes <larsbj@gullik.net>
|
||||
|
@ -361,6 +361,7 @@ AC_CONFIG_FILES([Makefile \
|
||||
boost/libs/signals/Makefile \
|
||||
boost/libs/signals/src/Makefile \
|
||||
config/Makefile \
|
||||
development/Makefile \
|
||||
development/lyx.spec \
|
||||
lib/Makefile \
|
||||
intl/Makefile \
|
||||
|
@ -296,6 +296,7 @@ AC_OUTPUT([Makefile \
|
||||
boost/libs/signals/Makefile \
|
||||
boost/libs/signals/src/Makefile \
|
||||
config/Makefile \
|
||||
development/Makefile \
|
||||
development/lyx.spec \
|
||||
lib/Makefile \
|
||||
intl/Makefile \
|
||||
|
@ -1 +1,3 @@
|
||||
lyx.spec
|
||||
Makefile.in
|
||||
Makefile
|
||||
|
5
development/Makefile.am
Normal file
5
development/Makefile.am
Normal file
@ -0,0 +1,5 @@
|
||||
include $(top_srcdir)/config/common.am
|
||||
|
||||
EXTRA_DIST = boostworkaround.txt ChangeLog Code_rules FORMAT \
|
||||
gettext.patch lazy_lyxtext.txt lyx3 lyx.rpm.README \
|
||||
lyxserver lyx.spec.in OS2 Seminar.txt TodoPlan-1.3 tools Win32
|
Loading…
Reference in New Issue
Block a user