From 0eeec0cf18022dd4857bcf06764cb61c1a281bd7 Mon Sep 17 00:00:00 2001 From: Georg Baum Date: Mon, 31 May 2004 16:38:04 +0000 Subject: [PATCH] remove .pyc files from makefile since they are not always there git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@8788 a592a061-630c-0410-9148-cb99ea01b6c8 --- lib/ChangeLog | 4 ++++ lib/Makefile.am | 6 ------ 2 files changed, 4 insertions(+), 6 deletions(-) diff --git a/lib/ChangeLog b/lib/ChangeLog index 5be607a13b..bcb28bbe79 100644 --- a/lib/ChangeLog +++ b/lib/ChangeLog @@ -1,3 +1,7 @@ +2004-05-31 Georg Baum + + * Makefile.am: remove compiled python files + 2004-05-28 Lars Gullik Bjonnes * reLyX/Makefile.am: rewrite to not fiddle with autoconf/automake diff --git a/lib/Makefile.am b/lib/Makefile.am index 6bfbd74cff..a60675fe63 100644 --- a/lib/Makefile.am +++ b/lib/Makefile.am @@ -840,14 +840,8 @@ layouts_DATA =\ lyx2lyxdir = $(pkgdatadir)/lyx2lyx lyx2lyx_SCRIPTS = lyx2lyx/lyx2lyx lyx2lyx_DATA = \ - lyx2lyx/error.pyc \ lyx2lyx/lyx2lyx \ - lyx2lyx/parser_tools.pyc \ - lyx2lyx/lyx_1_4.pyc \ lyx2lyx/parser_tools.py \ - lyx2lyx/lyxconvert_221.pyc \ - lyx2lyx/lyxconvert_223.pyc \ - lyx2lyx/lyxconvert_224.pyc \ lyx2lyx/lyx_0_12.py \ lyx2lyx/lyx_1_0_0.py \ lyx2lyx/lyx_1_0_1.py \ -- 2.39.5