From b8ca0e7fd361a280ac9cde57d0cb244b8ecfc116 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Uwe=20St=C3=B6hr?= Date: Fri, 22 Oct 2010 00:10:18 +0000 Subject: [PATCH] - lyxsweave.R: set missing SVN EOL style and add missing makefile entry - lib/Makefile.am: add missing scripts git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@35769 a592a061-630c-0410-9148-cb99ea01b6c8 --- lib/Makefile.am | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/lib/Makefile.am b/lib/Makefile.am index 32943f61d2..6b936977d6 100644 --- a/lib/Makefile.am +++ b/lib/Makefile.am @@ -1200,11 +1200,10 @@ dist_layouts_DATA =\ scriptsdir = $(pkgdatadir)/scripts # Note that we "chmod 755" manually these files in install-data-hook. dist_scripts_PYTHON = \ - scripts/TeXFiles.py \ scripts/bash_completion \ scripts/clean_dvi.py \ - scripts/csv2lyx.py \ scripts/convertDefault.py \ + scripts/csv2lyx.py \ scripts/date.py \ scripts/ext_copy.py \ scripts/fen2ascii.py \ @@ -1218,7 +1217,12 @@ dist_scripts_PYTHON = \ scripts/lyxpreview-lytex2bitmap.py \ scripts/lyxpreview-platex2bitmap.py \ scripts/lyxpreview_tools.py \ - scripts/tex_copy.py + scripts/lyxsweave.R \ + scripts/prefs2prefs.py \ + scripts/prefs2prefs_lfuns.py \ + scripts/prefs2prefs_prefs.py \ + scripts/tex_copy.py \ + scripts/TeXFiles.py templatesdir = $(pkgdatadir)/templates dist_templates_DATA = \ -- 2.39.2