From 560fa7c327b1c17826f4675ec1377403a429bdc2 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Lars=20Gullik=20Bj=C3=B8nnes?= Date: Tue, 1 Jun 2004 23:00:12 +0000 Subject: [PATCH] make sure docs are disted git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@8796 a592a061-630c-0410-9148-cb99ea01b6c8 --- lib/doc/ChangeLog | 4 ++++ lib/doc/Makefile.am | 11 +++++++---- 2 files changed, 11 insertions(+), 4 deletions(-) diff --git a/lib/doc/ChangeLog b/lib/doc/ChangeLog index d02c0e98cd..6dad9a1e29 100644 --- a/lib/doc/ChangeLog +++ b/lib/doc/ChangeLog @@ -1,3 +1,7 @@ +2004-06-02 Lars Gullik Bjonnes + + * Makefile.am (docfiles): make sure docs are disted + 2004-06-01 Lars Gullik Bjonnes * Doc files and Changelog included form lyxdoc CVS module. diff --git a/lib/doc/Makefile.am b/lib/doc/Makefile.am index e82cdd7ee2..3ce836a360 100644 --- a/lib/doc/Makefile.am +++ b/lib/doc/Makefile.am @@ -2,10 +2,9 @@ include $(top_srcdir)/config/common.am DISTCLEANFILES += LyXConfig.lyx LaTeXConfig.lyx -EXTRA_DIST = LaTeXConfig.lyx.in LyXConfig.lyx.in +EXTRA_DIST = LaTeXConfig.lyx.in LyXConfig.lyx.in $(docfiles) -docdir = $(pkgdatadir)/doc -doc_DATA = \ +docfiles = \ cs_TOC.lyx \ da_TOC.lyx \ de_Customization.lyx \ @@ -27,7 +26,6 @@ doc_DATA = \ he_TOC.lyx \ hu_TOC.lyx \ it_TOC.lyx \ - LaTeXConfig.lyx \ nl_TOC.lyx \ no_Intro.lyx \ no_TOC.lyx \ @@ -40,3 +38,8 @@ doc_DATA = \ sv_TOC.lyx \ TOC.lyx \ UserGuide.lyx + +docdir = $(pkgdatadir)/doc +doc_DATA = \ + $(docfiles) \ + LaTeXConfig.lyx -- 2.39.2