From ded5608c0bd2e4286a791f7c4cdd668551dc1067 Mon Sep 17 00:00:00 2001 From: Love Hornquist Astrand Date: Mon, 5 Oct 2009 22:48:03 -0700 Subject: [PATCH] pick up configuration from the right spot --- doc/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/Makefile.am b/doc/Makefile.am index ec21fcd71..da2d530cc 100644 --- a/doc/Makefile.am +++ b/doc/Makefile.am @@ -75,7 +75,7 @@ dist-hook: doxygen install-doxygen-manpage: for a in $(PROJECTS) ; do \ - f="$(srcdir)/doyxgen/$$a/manpages" ; \ + f="$(srcdir)/doxyout/$$a/manpages" ; \ test -f $$f || continue ; \ echo "install $$a manual pages" ; \ while read x ; do \ -- 2.11.4.GIT