From 71298cca7fa46d6d3cae12d9954dd05b5fd40c71 Mon Sep 17 00:00:00 2001 From: Angus Leeming Date: Sat, 9 Apr 2005 10:52:52 +0000 Subject: [PATCH] Add fig_copy.sh and lyxpreview_tools.py to the dist. git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@9796 a592a061-630c-0410-9148-cb99ea01b6c8 --- lib/ChangeLog | 5 +++++ lib/Makefile.am | 4 +++- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/lib/ChangeLog b/lib/ChangeLog index abd894210b..6364a7d4e0 100644 --- a/lib/ChangeLog +++ b/lib/ChangeLog @@ -1,3 +1,8 @@ +2005-04-09 Angus Leeming + + * Makefile.am (dist_scripts_DATA): add scripts/fig_copy.sh and + scripts/lyxpreview_tools.py. + 2005-04-08 Angus Leeming * generate_contributions.py: new file. Master repository of all diff --git a/lib/Makefile.am b/lib/Makefile.am index 5bd5e1c230..32459d5493 100644 --- a/lib/Makefile.am +++ b/lib/Makefile.am @@ -865,9 +865,11 @@ dist_scripts_DATA = \ scripts/fen2ascii.py \ scripts/fig2pdftex.sh \ scripts/fig2pstex.sh \ - scripts/listerrors \ + scripts/fig_copy.sh \ scripts/legacy_lyxpreview2ppm.py \ + scripts/listerrors \ scripts/lyxpreview2bitmap.py \ + scripts/lyxpreview_tools.py \ scripts/tex_copy.py templatesdir = $(pkgdatadir)/templates -- 2.39.2