On Thu, Dec 10, 2015 at 09:35:57PM +0100, Georg Baum wrote:
> Scott Kostyshak wrote:
> 
> > Interesting idea. In this case, a git bisect would be worthless so I
> > will wait before doing it. Is there a way to test your theory? If we use
> > 'touch' to update a file and then try?
> 
> I'd think so.

I have no idea why, but the attached patch seems to fix 'make
distcheck' for me.

Can it go in?

Scott
From 0cbbfba70bdac6ef3d0670778af5bee9985f5323 Mon Sep 17 00:00:00 2001
From: Scott Kostyshak <skost...@lyx.org>
Date: Mon, 14 Dec 2015 15:19:09 -0500
Subject: [PATCH] Add stdspecialchars.inc to Makefile.am
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

This also fixes 'make distcheck', which was failing with a
mysterious error message:

  cannot remove ‘../../po/lyx.pot’: Permission denied

For discussion, see:

  
https://www.mail-archive.com/search?l=mid&q=20151125075443.GA7491%40cotopaxi.hsd1.dc.comcast.net
---
 lib/Makefile.am | 1 +
 1 file changed, 1 insertion(+)

diff --git a/lib/Makefile.am b/lib/Makefile.am
index 7ca8bc6..f06e32f 100644
--- a/lib/Makefile.am
+++ b/lib/Makefile.am
@@ -2124,6 +2124,7 @@ dist_layouts_DATA =\
        layouts/stdlyxlist.inc \
        layouts/stdrefprefix.inc \
        layouts/stdsections.inc \
+       layouts/stdspecialchars.inc \
        layouts/stdstarsections.inc \
        layouts/stdstruct.inc \
        layouts/stdtitle.inc \
-- 
2.1.4

Attachment: signature.asc
Description: PGP signature

Reply via email to