From 0d375308823df547263125837c70850e841bcf25 Mon Sep 17 00:00:00 2001 From: Frederic Peters Date: Mon, 3 Jan 2005 13:42:12 +0000 Subject: copy version.xml from the right location for make distcheck to work --- docs/reference/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/reference') diff --git a/docs/reference/Makefile.am b/docs/reference/Makefile.am index 84c2fee1..8988758a 100644 --- a/docs/reference/Makefile.am +++ b/docs/reference/Makefile.am @@ -34,7 +34,7 @@ SCANOBJ_FILES = lasso.hierarchy lasso.signals lasso.interfaces lasso.prerequisit # sgml: templates @echo '*** Building SGML ***' - cp $(srcdir)/*.sgml $(srcdir)/version.xml build/ + cp $(srcdir)/*.sgml version.xml build/ cd build && gtkdoc-mkdb --module=lasso \ --main-sgml-file=lasso.sgml \ --sgml-mode \ -- cgit