don't copy gtk-doc tmpl/ files that do not longer exists

(fixes make distcheck)
This commit is contained in:
Frédéric Péters 2008-07-16 09:53:22 +00:00
parent 676634b4e4
commit f2a1ee398f
1 changed files with 1 additions and 5 deletions

View File

@ -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