From a614fcad198dba3775d62cd22377ccb62f097b50 Mon Sep 17 00:00:00 2001 From: jiho-sf Date: Thu, 14 Jun 2007 17:40:06 +0000 Subject: [PATCH] added the lines for LaTeX Beamer palette and template committed in r15045 in the appropriate Makefile.am (otherwise they were present but not installed) --- share/palettes/Makefile.am | 3 ++- share/templates/Makefile.am | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/share/palettes/Makefile.am b/share/palettes/Makefile.am index e002ed23d..a23be3a4c 100644 --- a/share/palettes/Makefile.am +++ b/share/palettes/Makefile.am @@ -18,7 +18,8 @@ palettes_DATA = \ Royal.gpl \ Topographic.gpl \ Ubuntu.gpl \ - windows.gpl + windows.gpl \ + LaTeX-Beamer.gpl EXTRA_DIST = $(palettes_DATA) diff --git a/share/templates/Makefile.am b/share/templates/Makefile.am index aab522a6e..35ab2604f 100644 --- a/share/templates/Makefile.am +++ b/share/templates/Makefile.am @@ -47,7 +47,8 @@ templates_DATA = \ video_NTSC_720_486.svg \ video_PAL_720_576.svg \ web_banner_468x60.svg \ - web_banner_728x90.svg + web_banner_728x90.svg \ + LaTeX_Beamer.svg EXTRA_DIST = $(templates_DATA) -- 2.30.2