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

v0.27.3
Andreas Huggel 12 years ago
parent 9bb4564a62
commit 2e3b85f620

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

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

Loading…
Cancel
Save