Fix doxygen out-of-tree build errors

Release_1.3_Bugfix
Bradlee Speice 2012-07-20 14:15:57 -04:00
parent 77beb217d3
commit 249c582a9e
1 changed files with 3 additions and 3 deletions

View File

@ -4,7 +4,7 @@ EXTRA_DIST = html
install-data-local:
$(mkdir_p) $(DESTDIR)$(datadir)/$(PACKAGE)/html
for f in html/*; do \
$(INSTALL_DATA) $(srcdir)/$$f \
$(INSTALL_DATA) $$f \
$(DESTDIR)$(datadir)/$(PACKAGE)/html; done
uninstall-local:
@ -25,8 +25,8 @@ clean-local:
endif
if BUILD_MAN
directory_1 = $(top_srcdir)/docs/man/man1
directory_3 = $(top_srcdir)/docs/man/man3
directory_1 = man/man1
directory_3 = man/man3
dist_man_MANS = $(directory_3)/cvaPoint.3 $(directory_3)/libcvautomation.h.3 $(directory_3)/libcvautomation-xlib.h.3 $(directory_3)/libcvautomation_search_methods.3 $(directory_3)/xtest_key_strings.3 $(directory_3)/cvautomationList.3 $(directory_3)/libcvautomation-opencv.h.3 $(directory_3)/libcvautomation-xtest.h.3 $(directory_3)/xtest_command_strings.3 $(directory_3)/libcvautomation.3 $(directory_3)/writing_app_tests.3 $(directory_1)/cva-match.1 $(directory_1)/cva-input.1