pick up configuration from the right spot

This commit is contained in:
Love Hornquist Astrand
2009-10-05 22:48:03 -07:00
parent 75a61b8842
commit ded5608c0b

View File

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