From c73afcd734edf7a783334973cce0e8e68826a19f Mon Sep 17 00:00:00 2001 From: Pavel Sanda Date: Sat, 6 Mar 2010 12:47:57 +0000 Subject: [PATCH] File missing in tarball git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@33636 a592a061-630c-0410-9148-cb99ea01b6c8 --- development/scons/scons_manifest.py | 1 + src/support/Makefile.am | 3 ++- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/development/scons/scons_manifest.py b/development/scons/scons_manifest.py index f54739f52f..5becd6b23e 100644 --- a/development/scons/scons_manifest.py +++ b/development/scons/scons_manifest.py @@ -374,6 +374,7 @@ src_support_extra_src_files = Split(''' src_support_extra_files = Split(''' Makefile.am pch.h + mythes/license.readme ''') diff --git a/src/support/Makefile.am b/src/support/Makefile.am index ec06e68383..e443622203 100644 --- a/src/support/Makefile.am +++ b/src/support/Makefile.am @@ -101,7 +101,8 @@ liblyxsupport_a_SOURCES = \ unicode.h \ weighted_btree.h \ mythes/mythes.cxx \ - mythes/mythes.hxx + mythes/mythes.hxx \ + mythes/license.readme if INSTALL_MACOSX liblyxsupport_a_SOURCES += \ -- 2.39.2