mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-22 01:59:02 +00:00
remove m4 from SUBDIRS
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@8813 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
59e677aa48
commit
08b0389dcc
@ -1,3 +1,8 @@
|
||||
2004-06-09 Jean-Marc Lasgouttes <lasgouttes@lyx.org>
|
||||
|
||||
* Makefile.am (SUBDIRS): remove m4 directory (does not have a
|
||||
Makefile.am).
|
||||
|
||||
2004-06-09 Lars Gullik Bjonnes <larsbj@gullik.net>
|
||||
|
||||
* Makefile.am (dist_noinst_DATA): use the dist_ and noinst_
|
||||
|
@ -9,9 +9,9 @@ MAINTAINERCLEANFILES += $(srcdir)/aclocal.m4 \
|
||||
DIST_SUBDIRS = m4 config development intl po boost src sourcedoc lib
|
||||
|
||||
if USE_INCLUDED_BOOST
|
||||
SUBDIRS = m4 config development intl po boost src sourcedoc lib
|
||||
SUBDIRS = config development intl po boost src sourcedoc lib
|
||||
else
|
||||
SUBDIRS = m4 config development intl po src sourcedoc lib
|
||||
SUBDIRS = config development intl po src sourcedoc lib
|
||||
endif
|
||||
|
||||
EXTRA_DIST = ANNOUNCE INSTALL.OS2 INSTALL.autoconf README.OS2 \
|
||||
|
Loading…
Reference in New Issue
Block a user