make distcheck work

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@3922 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Lars Gullik Bjønnes 2002-04-06 13:15:10 +00:00
parent 27e1064563
commit a81d9e53d9
14 changed files with 64 additions and 18 deletions

View File

@ -1,3 +1,9 @@
2002-04-06 Lars Gullik Bjønnes <larsbj@birdstep.com>
* configure.in: make distcheck work
* Makefile.am: make distcheck work
2002-04-02 Jean-Marc Lasgouttes <lasgouttes@freesurf.fr>
* lyx.man: update somewhat for 1.2.0

View File

@ -9,11 +9,11 @@ MAINTAINERCLEANFILES += $(srcdir)/aclocal.m4 \
$(srcdir)/configure $(srcdir)/development/lyx.spec \
$(srcdir)/acinclude.m4
SUBDIRS = intl po sigc++ boost src lib
SUBDIRS = config intl po sigc++ boost src lib
EXTRA_DIST = ANNOUNCE INSTALL.OS2 INSTALL.autoconf README.OS2 \
UPGRADING lyx.man acconfig.h autogen.sh \
config development images sourcedoc
development images sourcedoc
man_MANS = lyx.1
@ -26,7 +26,6 @@ lyx.1:
dist-hook:
cd $(distdir) ; \
rm -rf `find config -name \*CVS\*` ; \
rm -rf `find development -name \*CVS\*` ; \
rm -rf `find images -name \*CVS\*`
@ -35,7 +34,6 @@ rpmdist: dist
rpm -ta $(PACKAGE)-$(VERSION).tar.gz ; saved_status=$$?; \
rm lyx.xpm; exit $$saved_status
bindist:
mkdir $(bindistdir)
if test -f README.bin ; then \

1
config/.cvsignore Normal file
View File

@ -0,0 +1 @@
Makefile.in

View File

@ -1,3 +1,9 @@
2002-04-06 Lars Gullik Bjønnes <larsbj@birdstep.com>
* Makefile.am: make distcheck work, new file
* .cvsignore: new file
2002-04-02 Allan Rae <rae@lyx.org>
* lyxinclude.m4 (LYX_WITH_SIGC): fixed typo so now compiling in source

7
config/Makefile.am Normal file
View File

@ -0,0 +1,7 @@
include $(top_srcdir)/config/common.am
#EXTRA_DIST = ANNOUNCE INSTALL.OS2 INSTALL.autoconf README.OS2 \
# UPGRADING lyx.man acconfig.h autogen.sh \
# development images sourcedoc
EXTRA_DIST = common.am

View File

@ -350,6 +350,7 @@ AC_SUBST(VERSION_INFO)
AC_CONFIG_SUBDIRS(sigc++ lib lib/reLyX)
AC_OUTPUT([Makefile \
boost/Makefile \
config/Makefile \
development/lyx.spec \
lib/Makefile \
intl/Makefile \
@ -364,6 +365,7 @@ AC_OUTPUT([Makefile \
src/frontends/Makefile \
src/frontends/controllers/Makefile \
src/frontends/xforms/Makefile \
src/frontends/xforms/forms/Makefile \
src/frontends/qt2/Makefile \
src/frontends/qt2/xforms/Makefile \
src/frontends/qt2/moc/Makefile \

View File

@ -1,5 +1,7 @@
2002-04-06 Lars Gullik Bjønnes <larsbj@birdstep.com>
* version.C.in: update date
* text2.C (fullRebreak): try to always return true and see what
happens...

View File

@ -1,3 +1,7 @@
2002-04-06 Lars Gullik Bjřnnes <larsbj@birdstep.com>
* Makefile.am: make distcheck work
2002-03-21 Lars Gullik Bjønnes <larsbj@birdstep.com>
* most files: ws cleanup

View File

@ -1,5 +1,10 @@
include $(top_srcdir)/config/common.am
DISTCLEANFILES += -r qt2/Makefile qt2/.deps qt2/xforms/Makefile \
qt2/xforms/.deps qt2/moc/Makefile qt2/moc/.deps qt2/ui/Makefile \
qt2/ui/.deps qt2/ui/moc/Makefile qt2/ui/moc/.deps \
gnome/Makefile gnome/.deps
SUBDIRS = controllers @FRONTEND@
noinst_LTLIBRARIES = libfrontends.la

View File

@ -1,3 +1,11 @@
2002-04-06 Lars Gullik Bjřnnes <larsbj@birdstep.com>
* forms/.cvsignore: add Makefile.in
* forms/Makefile.am: make distcheck work, new file
* Makefile.am: make distcheck work
2002-04-05 Herbert Voss <voss@perce.de>
* FormGraphics.C: use correct unit bp (big point - PostScript point)

View File

@ -7,7 +7,7 @@ INCLUDES = -I$(top_srcdir)/images -I$(top_srcdir)/src/ \
-I$(top_srcdir)/src/frontends/controllers \
$(SIGC_CFLAGS) $(BOOST_INCLUDES)
LYXDATADIRS = forms
SUBDIRS = forms
EXTRA_DIST = xformsGImage.C xformsGImage.h
@ -227,15 +227,15 @@ updatesrc:
$(MAKE) -C forms updatesrc
# just copied from old lyx repository
dist-hook:
for subdir in $(LYXDATADIRS) ; do \
test -d $(distdir)/$$subdir \
|| mkdir $(distdir)/$$subdir \
|| exit 1; \
chmod 777 $(distdir)/$$subdir; \
list=`(cd $(srcdir)/$$subdir && ls -1 | grep -v CVS)`; \
echo $$list ; \
for fil in $$list ; do \
cp -p $(srcdir)/$$subdir/$$fil $(distdir)/$$subdir ; \
done ; \
done
#dist-hook:
# for subdir in $(LYXDATADIRS) ; do \
# test -d $(distdir)/$$subdir \
# || mkdir $(distdir)/$$subdir \
# || exit 1; \
# chmod 777 $(distdir)/$$subdir; \
# list=`(cd $(srcdir)/$$subdir && ls -1 | grep -v CVS)`; \
# echo $$list ; \
# for fil in $$list ; do \
# cp -p $(srcdir)/$$subdir/$$fil $(distdir)/$$subdir ; \
# done ; \
# done

View File

@ -1,3 +1,4 @@
Makefile.in
*.c
*.h
*.C

View File

@ -0,0 +1,6 @@
include $(top_srcdir)/config/common.am
all:
updatesrc:
$(MAKE) -f makefile updatesrc

View File

@ -13,7 +13,7 @@
///
char const * lyx_version = "@VERSION@";
///
char const * lyx_release_date = "Sat, Mar 30, 2002";
char const * lyx_release_date = "Fri, Apr 5, 2002";
/// This version string is intended to be used in files created by LyX
char const * lyx_docversion = "LyX 1.2";