From: Uwe Stöhr Date: Wed, 29 Sep 2010 02:29:04 +0000 (+0000) Subject: missing part from r35523 X-Git-Tag: 2.0.0~2482 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=efc2747a5c5655ee640d8a10c9e8d13bbf929e5c;p=features.git missing part from r35523 git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@35528 a592a061-630c-0410-9148-cb99ea01b6c8 --- diff --git a/development/scons/scons_manifest.py b/development/scons/scons_manifest.py index 5681fcc794..8540de980d 100644 --- a/development/scons/scons_manifest.py +++ b/development/scons/scons_manifest.py @@ -1377,6 +1377,7 @@ lib_templates_files = Split(''' lib_templates_thesis_files = Split(''' Acknowledgments.lyx + Appendix.lyx alpha.bst chapter-1.lyx chapter-2.lyx diff --git a/lib/Makefile.am b/lib/Makefile.am index bce1e1ee06..0a0bcf2530 100644 --- a/lib/Makefile.am +++ b/lib/Makefile.am @@ -1263,6 +1263,7 @@ thesistemplatesdir = $(pkgdatadir)/templates/thesis dist_thesistemplates_DATA = \ templates/thesis/Acknowledgments.lyx \ templates/thesis/alpha.bst \ + templates/thesis/Appendix.lyx \ templates/thesis/chapter-1.lyx \ templates/thesis/chapter-2.lyx \ templates/thesis/Summary.lyx \