Modified Makefiles to use bin/taglist when building the doc.

This commit is contained in:
Andreas Huggel 2013-09-20 14:26:02 +00:00
parent 9bb4564a62
commit 2e3b85f620
2 changed files with 1 additions and 2 deletions

View File

@ -68,7 +68,6 @@ doxygen:
doxygen $(top_srcdir)/config/Doxyfile
tags:
cp -f $(top_srcdir)/bin/taglist $(top_srcdir)/src
mkdir -p $(top_srcdir)/doc/html
cd $(top_srcdir)/doc/templates && $(MAKE) all
cp -f $(top_srcdir)/doc/templates/*.html $(top_srcdir)/doc/html/

View File

@ -137,7 +137,7 @@ SCHEMA = xmp_dc \
xmp_MPReg \
xmp_mwg-rs
TAGLIST = ../../src/taglist
TAGLIST = ../../bin/taglist
# **********************************************************************
# ======================================================================