mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-09 18:31:04 +00:00
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:
parent
4b518dbae5
commit
3c851f1f79
@ -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>
|
2005-01-27 Lars Gullik Bjonnes <larsbj@gullik.net>
|
||||||
|
|
||||||
* debug.C: use convert<> instead of atoi,strToXXX and friends
|
* debug.C: use convert<> instead of atoi,strToXXX and friends
|
||||||
|
@ -1,5 +1,7 @@
|
|||||||
include $(top_srcdir)/config/common.am
|
include $(top_srcdir)/config/common.am
|
||||||
|
|
||||||
|
CLEANFILES += $(man_MANS)
|
||||||
|
|
||||||
EXTRA_DIST = lyxclient.man
|
EXTRA_DIST = lyxclient.man
|
||||||
|
|
||||||
man_MANS = lyxclient.1
|
man_MANS = lyxclient.1
|
||||||
|
@ -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>
|
2005-02-17 Angus Leeming <leeming@lyx.org>
|
||||||
|
|
||||||
* copy.C (copy): Pass the ios::in flag to the ifstream constructor.
|
* copy.C (copy): Pass the ios::in flag to the ifstream constructor.
|
||||||
|
@ -2,12 +2,12 @@ include $(top_srcdir)/config/common.am
|
|||||||
|
|
||||||
SUBDIRS = . tests
|
SUBDIRS = . tests
|
||||||
|
|
||||||
noinst_LTLIBRARIES = libsupport.la
|
CLEANFILES += $(BUILT_SOURCES)
|
||||||
|
|
||||||
CLEANFILES += path_defines.C
|
|
||||||
|
|
||||||
EXTRA_DIST = package.C.in os_unix.C os_win32.C os_os2.C
|
EXTRA_DIST = package.C.in os_unix.C os_win32.C os_os2.C
|
||||||
|
|
||||||
|
noinst_LTLIBRARIES = libsupport.la
|
||||||
|
|
||||||
if USE_COMPRESSION
|
if USE_COMPRESSION
|
||||||
COMPRESSION = gzstream.C gzstream.h
|
COMPRESSION = gzstream.C gzstream.h
|
||||||
endif
|
endif
|
||||||
|
@ -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>
|
2005-02-25 Lars Gullik Bjonnes <larsbj@gullik.net>
|
||||||
|
|
||||||
* Makefile.am (regfiles): fix for builddir != srcdir
|
* Makefile.am (regfiles): fix for builddir != srcdir
|
||||||
|
@ -22,7 +22,7 @@ lstrings_SOURCES = \
|
|||||||
lstrings.C \
|
lstrings.C \
|
||||||
boost.C
|
boost.C
|
||||||
|
|
||||||
regfiles: ${check_PROGRAMS}
|
makeregfiles: ${check_PROGRAMS}
|
||||||
for all in ${check_PROGRAMS} ; do \
|
for all in ${check_PROGRAMS} ; do \
|
||||||
./$$all > ${srcdir}/regfiles/$$all ; \
|
./$$all > ${srcdir}/regfiles/$$all ; \
|
||||||
done
|
done
|
||||||
|
Loading…
Reference in New Issue
Block a user