From: Jean-Marc Lasgouttes Date: Fri, 10 Sep 2004 10:11:23 +0000 (+0000) Subject: install LaTeXConfig.lyx.in correctly X-Git-Tag: 1.6.10~15026 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=e54ea71b3c04025a70b19068340e3db279ac8e8e;p=features.git install LaTeXConfig.lyx.in correctly git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@8972 a592a061-630c-0410-9148-cb99ea01b6c8 --- diff --git a/lib/doc/ChangeLog b/lib/doc/ChangeLog index dc2bb7f2c2..2f2d4bae53 100644 --- a/lib/doc/ChangeLog +++ b/lib/doc/ChangeLog @@ -1,3 +1,8 @@ +2004-09-10 Jean-Marc Lasgouttes + + * Makefile.am (EXTRA_DIST): remove LaTeXConfig.lyx.in... + (docfiles): ...and put it there + 2004-08-15 Jean-Marc Lasgouttes * UserGuide.lyx: fix the fix diff --git a/lib/doc/Makefile.am b/lib/doc/Makefile.am index 1763430945..2fb563da11 100644 --- a/lib/doc/Makefile.am +++ b/lib/doc/Makefile.am @@ -2,7 +2,7 @@ include $(top_srcdir)/config/common.am DISTCLEANFILES += LyXConfig.lyx LaTeXConfig.lyx Makefile.depend -EXTRA_DIST = Depend.pl Doc_toc.pl LaTeXConfig.lyx.in LyXConfig.lyx.in README.Documentation $(docfiles) $(toc_DATA) +EXTRA_DIST = Depend.pl Doc_toc.pl LyXConfig.lyx.in README.Documentation $(docfiles) $(toc_DATA) docfiles = \ cs_TOC.lyx \ @@ -48,6 +48,7 @@ docfiles = \ it_TOC.lyx \ it_Tutorial.lyx \ it_UserGuide.lyx \ + LaTeXConfig.lyx.in \ nl_Intro.lyx \ nl_TOC.lyx \ nl_Tutorial.lyx \