summaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorFrederic Peters <fpeters@entrouvert.com>2008-07-16 09:53:22 +0000
committerFrederic Peters <fpeters@entrouvert.com>2008-07-16 09:53:22 +0000
commitf2a1ee398f631d35a9f3fd9137fdb02c40279c36 (patch)
tree84deedaecb3c319b17c14f3ab5bb42feb78a9a6f /docs
parent676634b4e446870a32b336ae3ddf5ea1c91252d3 (diff)
downloadlasso-f2a1ee398f631d35a9f3fd9137fdb02c40279c36.tar.gz
lasso-f2a1ee398f631d35a9f3fd9137fdb02c40279c36.tar.xz
lasso-f2a1ee398f631d35a9f3fd9137fdb02c40279c36.zip
don't copy gtk-doc tmpl/ files that do not longer exists
(fixes make distcheck)
Diffstat (limited to 'docs')
-rw-r--r--docs/reference/Makefile.am6
1 files changed, 1 insertions, 5 deletions
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