From 7c4a1e16b28748548cb5637943776c447a55e365 Mon Sep 17 00:00:00 2001 From: Scott Kostyshak 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=utf8 Content-Transfer-Encoding: 8bit This might fix 'make distcheck' (at least for me), 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 I write "might" because I have no idea why in theory it would. But for whatever reason it worked when I tested. --- lib/Makefile.am | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/Makefile.am b/lib/Makefile.am index 7ca8bc6a74..f06e32fa75 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.39.2