From 0bcb0c8bb2d9a4cf20a68f3473603caeae949a40 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=BCrgen=20Spitzm=C3=BCller?= Date: Tue, 21 Oct 2008 12:35:29 +0000 Subject: [PATCH] * Makefile.am: - fix installation of Catalan files. git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_5_X@27010 a592a061-630c-0410-9148-cb99ea01b6c8 --- lib/Makefile.am | 4 ++-- status.15x | 2 ++ 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/lib/Makefile.am b/lib/Makefile.am index 7fb7552b6b..a861993066 100644 --- a/lib/Makefile.am +++ b/lib/Makefile.am @@ -66,8 +66,8 @@ dist_bind_DATA = \ caexamplesdir = $(pkgdatadir)/examples/ca dist_caexamples_DATA = \ - examples/ca/ItemizeBullets.lyx - examples/ca/mathed.lyx + examples/ca/ItemizeBullets.lyx \ + examples/ca/mathed.lyx \ examples/ca/splash.lyx csexamplesdir = $(pkgdatadir)/examples/cs diff --git a/status.15x b/status.15x index 4d13cdb9aa..00a27f27e8 100644 --- a/status.15x +++ b/status.15x @@ -93,6 +93,8 @@ What's new - Fix instant preview when \usepackage[pdftex]{hyperref} is used in the preamble (bug 2165). +- Actually install Catalan mathed manual and splash document. + - The LaTeX package amscd is now loaded automatically after math diagrams have been created (bug 5090).