ICU-1476 put dependencies in the make doc target.

X-SVN-Rev: 7768
This commit is contained in:
Yves Arrouye 2002-02-25 08:11:57 +00:00
parent 311b469bc6
commit 236afa0ac8
2 changed files with 4 additions and 2 deletions

View file

@ -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

View file

@ -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