From 3c851f1f7951f3a24b57826f3e580e4318b5e6c4 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Lars=20Gullik=20Bj=C3=B8nnes?= Date: Fri, 25 Feb 2005 09:01:06 +0000 Subject: [PATCH] make "make distcheck" work git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@9681 a592a061-630c-0410-9148-cb99ea01b6c8 --- src/client/ChangeLog | 4 ++++ src/client/Makefile.am | 2 ++ src/support/ChangeLog | 4 ++++ src/support/Makefile.am | 6 +++--- src/support/tests/ChangeLog | 4 ++++ src/support/tests/Makefile.am | 2 +- 6 files changed, 18 insertions(+), 4 deletions(-) diff --git a/src/client/ChangeLog b/src/client/ChangeLog index 79dd123ee2..e3edc2c73f 100644 --- a/src/client/ChangeLog +++ b/src/client/ChangeLog @@ -1,3 +1,7 @@ +2005-02-25 Lars Gullik Bjonnes + + * Makefile.am (man_MANS): clean generated files + 2005-01-27 Lars Gullik Bjonnes * debug.C: use convert<> instead of atoi,strToXXX and friends diff --git a/src/client/Makefile.am b/src/client/Makefile.am index 84c754b7c4..9454d542d9 100644 --- a/src/client/Makefile.am +++ b/src/client/Makefile.am @@ -1,5 +1,7 @@ include $(top_srcdir)/config/common.am +CLEANFILES += $(man_MANS) + EXTRA_DIST = lyxclient.man man_MANS = lyxclient.1 diff --git a/src/support/ChangeLog b/src/support/ChangeLog index a22fbd5991..688b2a1f13 100644 --- a/src/support/ChangeLog +++ b/src/support/ChangeLog @@ -1,3 +1,7 @@ +2005-02-25 Lars Gullik Bjonnes + + * Makefile.am (CLEANFILES): clean generated files + 2005-02-17 Angus Leeming * copy.C (copy): Pass the ios::in flag to the ifstream constructor. diff --git a/src/support/Makefile.am b/src/support/Makefile.am index e066fe3b8d..b3ab6dc1f4 100644 --- a/src/support/Makefile.am +++ b/src/support/Makefile.am @@ -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 diff --git a/src/support/tests/ChangeLog b/src/support/tests/ChangeLog index a4d2257e31..0b38650cd9 100644 --- a/src/support/tests/ChangeLog +++ b/src/support/tests/ChangeLog @@ -1,3 +1,7 @@ +2005-02-25 Lars Gullik Bjonnes + + * Makefile.am (makeregfiles): rename from regfiles + 2005-02-25 Lars Gullik Bjonnes * Makefile.am (regfiles): fix for builddir != srcdir diff --git a/src/support/tests/Makefile.am b/src/support/tests/Makefile.am index 62f6bb8ff2..8f1c3c8c29 100644 --- a/src/support/tests/Makefile.am +++ b/src/support/tests/Makefile.am @@ -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 -- 2.39.5