Integrate documentation into the build process

This commit is contained in:
Bradlee Speice
2012-07-11 14:34:26 -04:00
parent 2f7864d344
commit eddd689c29
10 changed files with 397 additions and 10 deletions

1259
docs/Doxyfile.in Normal file

File diff suppressed because it is too large Load Diff

44
docs/Makefile.am Normal file
View File

@ -0,0 +1,44 @@
if BUILD_DOXYGEN
EXTRA_DIST = html
install-data-local:
$(MKDIR_P) $(DESTDIR)$(datadir)/$(PACKAGE)/html
for f in html/*; do \
$(INSTALL_DATA) $(srcdir)/$$f \
$(DESTDIR)$(datadir)/$(PACKAGE)/html; done
uninstall-local:
rm $(DESTDIR)$(datadir)/$(PACKAGE)/html/*
-rmdir $(DESTDIR)$(datadir)/$(PACKAGE)/html
doxyfile.stamp:
$(Doxygen) Doxyfile
echo Timestamp > doxyfile.stamp
CLEANFILES = doxyfile.stamp
all-local: doxyfile.stamp
clean-local:
rm -rf $(top_srcdir)/docs/man $(top_srcdir)/docs/html $(top_srcdir)/docs/latex
endif
if BUILD_MAN
directory = $(top_srcdir)/docs/man/man3
dist_man_MANS = $(directory)/cvaPoint.3 $(directory)/libcvautomation.h.3 $(directory)/libcvautomation-xlib.h.3 $(directory)/libcv_search_methods.3 $(directory)/XTest_key_strings.3 $(directory)/cvautomationList.3 $(directory)/libcvautomation-opencv.h.3 $(directory)/libcvautomation-xtest.h.3 $(directory)/XTest_command_strings.3 $(directory)/libcvautomation.3 $(directory)/writing_app_tests.3
$(directory)/cvaPoint.3: doxyfile.stamp
$(directory)/libcvautomation.h.3: doxyfile.stamp
$(directory)/libcvautomation-xlib.h.3: doxyfile.stamp
$(directory)/libcv_search_methods.3: doxyfile.stamp
$(directory)/XTest_key_strings.3: doxyfile.stamp
$(directory)/cvautomationList.3: doxyfile.stamp
$(directory)/libcvautomation-opencv.h.3: doxyfile.stamp
$(directory)/libcvautomation-xtest.h.3: doxyfile.stamp
$(directory)/XTest_command_strings.3: doxyfile.stamp
$(directory)/libcvautomation.3: doxyfile.stamp
$(directory)/writing_app_tests.3: doxyfile.stamp
endif

Binary file not shown.

After

Width:  |  Height:  |  Size: 925 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 847 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 733 B