From: Lars Gullik Bjønnes Date: Sun, 12 Jan 2003 22:13:25 +0000 (+0000) Subject: distcheck fix X-Git-Tag: 1.6.10~17705 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=ff3c0dec4b760ce78c1bb60c560f0e6894694a9f;p=features.git distcheck fix git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@5935 a592a061-630c-0410-9148-cb99ea01b6c8 --- diff --git a/lib/ChangeLog b/lib/ChangeLog index 07e7b27ac9..e62ec176f5 100644 --- a/lib/ChangeLog +++ b/lib/ChangeLog @@ -1,3 +1,7 @@ +2003-01-12 Lars Gullik Bjønnes + + * Makefile.am (EXTRA_DIST): fix for distcheck + 2003-01-06 Angus Leeming * configure.m4: added a few graphics formats (gif, jpg etc). @@ -7,9 +11,9 @@ 2003-01-10 Martin Vermeer - * layouts/jgrga.layout: + * layouts/jgrga.layout: * layouts/aguplus.inc: new class for the AGU Journal of - Geophysical Research + Geophysical Research 2003-01-08 José Abílio Oliveira Matos @@ -18,7 +22,7 @@ 2003-01-07 Jean-Marc Lasgouttes - * bind/xemacs.bind: + * bind/xemacs.bind: * bind/emacs.bind: move keypad bindings later so that the binding for "copy" shown in menus is not C-KP_Insert @@ -50,8 +54,8 @@ 2002-12-23 Jean-Marc Lasgouttes - * layouts/cl2emult.layout: - * layouts/broadway.layout: + * layouts/cl2emult.layout: + * layouts/broadway.layout: * layouts/hollywood.layout: remove spurious spaces 2002-12-20 Dekel Tsur @@ -94,18 +98,18 @@ 2002-11-20 John Levon * images/math/: implement missing math icons - + 2002-11-20 John Levon * images/math/: renames for stupid OSes - + 2002-11-15 Jean-Marc Lasgouttes * lib/ru_splash.lyx: update from Vitaly Lipatov 2002-11-04 Lars Gullik Bjønnes - * configure.m4 (removing font links): use -f not -r + * configure.m4 (removing font links): use -f not -r 2002-11-01 Dekel Tsur diff --git a/lib/Makefile.am b/lib/Makefile.am index 59e808ec6f..77f4db0b32 100644 --- a/lib/Makefile.am +++ b/lib/Makefile.am @@ -34,8 +34,9 @@ LYXLIBDIRS = bind clipart doc examples help images images/math kbd layouts lyx2l templates tex ui EXTRA_DIST = CREDITS chkconfig.ltx configure.cmd lyxrc.example \ - external_templates $(LYXLIBDIRS) \ - encodings languages symbols configure configure.m4 + external_templates bind clipart doc examples help images \ + kbd layouts lyx2lyx scripts templates tex ui encodings \ + languages symbols configure configure.m4 $(srcdir)/configure: $(srcdir)/configure.m4 $(M4) $< > $@