mirror of
https://github.com/bspeice/libcvautomation
synced 2025-07-01 05:46:33 -04:00
Integrate documentation into the build process
This commit is contained in:
1259
docs/Doxyfile.in
Normal file
1259
docs/Doxyfile.in
Normal file
File diff suppressed because it is too large
Load Diff
44
docs/Makefile.am
Normal file
44
docs/Makefile.am
Normal 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
|
||||
|
BIN
docs/images/print-helpbutton.png
Normal file
BIN
docs/images/print-helpbutton.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 925 B |
BIN
docs/images/print-printbutton1.png
Normal file
BIN
docs/images/print-printbutton1.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 847 B |
BIN
docs/images/print-printbutton2.png
Normal file
BIN
docs/images/print-printbutton2.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 733 B |
Reference in New Issue
Block a user