From 0f85db4b418e3abae4aadf5b361fa9ad65dd75e2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=BCrgen=20Spitzm=C3=BCller?= Date: Tue, 31 Jul 2007 04:45:14 +0000 Subject: [PATCH] * lib/Makefile.am: * development/scons/scons_manifest.py: - add apa template. git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_5_X@19246 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 7eba59cbf0..f5519e3fc6 100644 --- a/development/scons/scons_manifest.py +++ b/development/scons/scons_manifest.py @@ -1488,6 +1488,7 @@ lib_templates_files = Split(''' aa.lyx aastex.lyx agu_article.lyx + apa.lyx beamer-conference-ornate-20min.lyx de_beamer-conference-ornate-20min.lyx dinbrief.lyx diff --git a/lib/Makefile.am b/lib/Makefile.am index 3e6348d3ae..cd50110b83 100644 --- a/lib/Makefile.am +++ b/lib/Makefile.am @@ -1039,6 +1039,7 @@ dist_templates_DATA = \ templates/aa.lyx \ templates/aastex.lyx \ templates/agu_article.lyx \ + templates/apa.lyx \ templates/beamer-conference-ornate-20min.lyx \ templates/de_beamer-conference-ornate-20min.lyx \ templates/dinbrief.lyx \