mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-07 06:25:30 +00:00
ICU-1476 put dependencies in the make doc target.
X-SVN-Rev: 7768
This commit is contained in:
parent
311b469bc6
commit
236afa0ac8
2 changed files with 4 additions and 2 deletions
|
@ -297,7 +297,7 @@ WARN_LOGFILE =
|
|||
# directories like "/usr/src/myproject". Separate the files or directories
|
||||
# with spaces.
|
||||
|
||||
INPUT = @srcdir@/common/unicode @srcdir@/i18n/unicode @srcdir@/layout/unicode
|
||||
INPUT = ./common/unicode @srcdir@/common/unicode @srcdir@/i18n/unicode @srcdir@/layout/unicode
|
||||
|
||||
# If the value of the INPUT tag contains directories, you can use the
|
||||
# FILE_PATTERNS tag to specify one or more wildcard pattern (like *.cpp
|
||||
|
|
|
@ -71,7 +71,9 @@ doc:
|
|||
@echo you need Doxygen to generate documentation. Doxygen can be found on the Web
|
||||
@echo at http://www.doxygen.org/
|
||||
else
|
||||
doc: Doxyfile
|
||||
doc: doc/html/index.html
|
||||
|
||||
doc/html/index.html: Doxyfile $(wildcard ./common/unicode/*.h $(srcdir)/common/unicode/*.h $(srcdir)/i18n/unicode/*.h $(srcdir)/layout/unicode/*.h)
|
||||
$(DOXYGEN)
|
||||
|
||||
Doxyfile: $(srcdir)/Doxyfile.in
|
||||
|
|
Loading…
Add table
Reference in a new issue