diff options
| author | JiHO <jiho-sf@users.sourceforge.net> | 2007-06-14 17:40:06 +0000 |
|---|---|---|
| committer | jiho-sf <jiho-sf@users.sourceforge.net> | 2007-06-14 17:40:06 +0000 |
| commit | ec5c630da66e991a5f4ddb53012b9480ca6297bf (patch) | |
| tree | b3d69cbdcc2451699023f2637c22492002bfd1dc /share | |
| parent | * More fixes :) (diff) | |
| download | inkscape-ec5c630da66e991a5f4ddb53012b9480ca6297bf.tar.gz inkscape-ec5c630da66e991a5f4ddb53012b9480ca6297bf.zip | |
added the lines for LaTeX Beamer palette and template committed in r15045 in the appropriate Makefile.am (otherwise they were present but not installed)
(bzr r3062)
Diffstat (limited to 'share')
| -rw-r--r-- | share/palettes/Makefile.am | 3 | ||||
| -rw-r--r-- | 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) |
