From f2a1ee398f631d35a9f3fd9137fdb02c40279c36 Mon Sep 17 00:00:00 2001 From: Frederic Peters Date: Wed, 16 Jul 2008 09:53:22 +0000 Subject: don't copy gtk-doc tmpl/ files that do not longer exists (fixes make distcheck) --- docs/reference/Makefile.am | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'docs/reference') diff --git a/docs/reference/Makefile.am b/docs/reference/Makefile.am index 5094a72d..aa5a9a5c 100644 --- a/docs/reference/Makefile.am +++ b/docs/reference/Makefile.am @@ -69,11 +69,7 @@ sgml: templates # don't rebuild templates if tmpl is not in srcdir templates: scan @echo '*** Building TMPL ***' - if test $(top_builddir) != $(top_srcdir); then \ - cp -R $(srcdir)/tmpl/ . ; \ - chmod +w tmpl/ ; \ - chmod +w tmpl/*.sgml ; \ - else \ + if test $(top_builddir) = $(top_srcdir); then \ (cd build && gtkdoc-mktmpl --module=lasso --output-dir=../tmpl/) ; \ fi -- cgit