Fix make dist breakage

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@9900 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Angus Leeming 2005-05-03 15:31:14 +00:00
parent 3aee5dfdfd
commit 082c651695
2 changed files with 5 additions and 2 deletions

View File

@ -1,3 +1,7 @@
2005-05-03 Angus Leeming <leeming@lyx.org>
* Makefile.am: remove [ap]spell.m4 and add spell.m4.
2005-05-02 Angus Leeming <leeming@lyx.org>
* spell.m4: test for something that MSVC doesn't have (fork)

View File

@ -2,7 +2,6 @@ include $(top_srcdir)/config/common.am
EXTRA_DIST = \
common.am \
aspell.m4 \
cygwin.m4 \
gnome--.m4 \
gnome.m4 \
@ -11,6 +10,6 @@ EXTRA_DIST = \
lyxinclude25x.m4 \
lyxinclude.m4 \
pkg.m4 \
pspell.m4 \
qt.m4 \
spell.m4 \
xforms.m4