Skip to content

Commit 43f34f5

Browse files
stweilzdenop
authored andcommitted
Clean Makefile.am (#1322)
Replace the doc-dummy hack with .PHONY. Signed-off-by: Stefan Weil <[email protected]>
1 parent 20b3ff8 commit 43f34f5

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

Makefile.am

+2-4
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ training:
1717
@echo "Need to reconfigure project, so there are no errors"
1818
endif
1919

20-
.PHONY: install-langs ScrollView.jar install-jars training
20+
.PHONY: doc install-langs ScrollView.jar install-jars training
2121

2222
SUBDIRS = arch ccutil viewer cutil opencl ccstruct dict classify wordrec textord lstm
2323
SUBDIRS += ccmain api . tessdata doc unittest
@@ -51,9 +51,7 @@ ScrollView.jar:
5151
install-jars:
5252
@cd "$(top_builddir)/java" && $(MAKE) $@
5353

54-
doc-dummy:
55-
56-
doc: doc-dummy
54+
doc:
5755
-srcdir="$(top_srcdir)" builddir="$(top_builddir)" \
5856
version="@PACKAGE_VERSION@" name="@PACKAGE_NAME@" \
5957
doxygen $(top_srcdir)/doc/Doxyfile

0 commit comments

Comments
 (0)