We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 20b3ff8 commit 43f34f5Copy full SHA for 43f34f5
Makefile.am
@@ -17,7 +17,7 @@ training:
17
@echo "Need to reconfigure project, so there are no errors"
18
endif
19
20
-.PHONY: install-langs ScrollView.jar install-jars training
+.PHONY: doc install-langs ScrollView.jar install-jars training
21
22
SUBDIRS = arch ccutil viewer cutil opencl ccstruct dict classify wordrec textord lstm
23
SUBDIRS += ccmain api . tessdata doc unittest
@@ -51,9 +51,7 @@ ScrollView.jar:
51
install-jars:
52
@cd "$(top_builddir)/java" && $(MAKE) $@
53
54
-doc-dummy:
55
-
56
-doc: doc-dummy
+doc:
57
-srcdir="$(top_srcdir)" builddir="$(top_builddir)" \
58
version="@PACKAGE_VERSION@" name="@PACKAGE_NAME@" \
59
doxygen $(top_srcdir)/doc/Doxyfile
0 commit comments