From 1524b02c923ed573eec0c879c40f17c2d23bf8a2 Mon Sep 17 00:00:00 2001 From: Frederic Peters Date: Fri, 16 Jul 2004 12:53:52 +0000 Subject: [PATCH] removed rules that made "make dist" fails. --- docs/reference/Makefile.am | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/docs/reference/Makefile.am b/docs/reference/Makefile.am index cd05cb91..d413b96b 100644 --- a/docs/reference/Makefile.am +++ b/docs/reference/Makefile.am @@ -6,8 +6,6 @@ SOURCE_DIR=$(TOP)/lasso INCLUDE_DIR=$(TOP)/lasso EXTRA_DIST = \ - chapters \ - images \ $(NULL) # Extra options to pass to gtkdoc-scangobj. @@ -129,8 +127,8 @@ lasso-index: scan sed 's#\([^<]*\)#\1#g' > \ lasso-index.sgml -dist-hook: - @cp -p $(srcdir)/html/*.html $(srcdir)/images/*.png $(srcdir)/*.sgml $(distdir) +#dist-hook: +# @cp -p $(srcdir)/html/*.html $(srcdir)/images/*.png $(srcdir)/*.sgml $(distdir) clean: clean-sources clean-local -@rm -rf $(DOC_SOURCE_DIR)