make "make distcheck" work

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@9681 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Lars Gullik Bjønnes 2005-02-25 09:01:06 +00:00
parent 4b518dbae5
commit 3c851f1f79
6 changed files with 18 additions and 4 deletions

View File

@ -1,3 +1,7 @@
2005-02-25 Lars Gullik Bjonnes <larsbj@gullik.net>
* Makefile.am (man_MANS): clean generated files
2005-01-27 Lars Gullik Bjonnes <larsbj@gullik.net>
* debug.C: use convert<> instead of atoi,strToXXX and friends

View File

@ -1,5 +1,7 @@
include $(top_srcdir)/config/common.am
CLEANFILES += $(man_MANS)
EXTRA_DIST = lyxclient.man
man_MANS = lyxclient.1

View File

@ -1,3 +1,7 @@
2005-02-25 Lars Gullik Bjonnes <larsbj@gullik.net>
* Makefile.am (CLEANFILES): clean generated files
2005-02-17 Angus Leeming <leeming@lyx.org>
* copy.C (copy): Pass the ios::in flag to the ifstream constructor.

View File

@ -2,12 +2,12 @@ include $(top_srcdir)/config/common.am
SUBDIRS = . tests
noinst_LTLIBRARIES = libsupport.la
CLEANFILES += path_defines.C
CLEANFILES += $(BUILT_SOURCES)
EXTRA_DIST = package.C.in os_unix.C os_win32.C os_os2.C
noinst_LTLIBRARIES = libsupport.la
if USE_COMPRESSION
COMPRESSION = gzstream.C gzstream.h
endif

View File

@ -1,3 +1,7 @@
2005-02-25 Lars Gullik Bjonnes <larsbj@gullik.net>
* Makefile.am (makeregfiles): rename from regfiles
2005-02-25 Lars Gullik Bjonnes <larsbj@gullik.net>
* Makefile.am (regfiles): fix for builddir != srcdir

View File

@ -22,7 +22,7 @@ lstrings_SOURCES = \
lstrings.C \
boost.C
regfiles: ${check_PROGRAMS}
makeregfiles: ${check_PROGRAMS}
for all in ${check_PROGRAMS} ; do \
./$$all > ${srcdir}/regfiles/$$all ; \
done