[Lemon-commits] [lemon_svn] klao: r1931 - hugo/trunk/doc
Lemon SVN
svn at lemon.cs.elte.hu
Mon Nov 6 20:48:53 CET 2006
Author: klao
Date: Wed Jun 8 17:40:54 2005
New Revision: 1931
Modified:
hugo/trunk/doc/Makefile.am
Log:
Bugfix: make doc didn't work in external builddir.
Modified: hugo/trunk/doc/Makefile.am
==============================================================================
--- hugo/trunk/doc/Makefile.am (original)
+++ hugo/trunk/doc/Makefile.am Wed Jun 8 17:40:54 2005
@@ -18,7 +18,7 @@
html/index.html:
if test ${doxygen_found} = yes; then \
doxygen Doxyfile; \
- cp icons/geom/ftv2* html; \
+ cp $(srcdir)/icons/geom/ftv2* html; \
fi
## This is needed to make 'make dist' work even if the 'html' subdirectory
More information about the Lemon-commits
mailing list