From efc2747a5c5655ee640d8a10c9e8d13bbf929e5c Mon Sep 17 00:00:00 2001 From: =?utf8?q?Uwe=20St=C3=B6hr?= Date: Wed, 29 Sep 2010 02:29:04 +0000 Subject: [PATCH] missing part from r35523 git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@35528 a592a061-630c-0410-9148-cb99ea01b6c8 --- development/scons/scons_manifest.py | 1 + lib/Makefile.am | 1 + 2 files changed, 2 insertions(+) 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 \ -- 2.39.2