Modified Makefiles to use bin/taglist when building the doc.
This commit is contained in:
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/
|
||||
|
||||
2
doc/templates/Makefile
vendored
2
doc/templates/Makefile
vendored
@ -137,7 +137,7 @@ SCHEMA = xmp_dc \
|
||||
xmp_MPReg \
|
||||
xmp_mwg-rs
|
||||
|
||||
TAGLIST = ../../src/taglist
|
||||
TAGLIST = ../../bin/taglist
|
||||
|
||||
# **********************************************************************
|
||||
# ======================================================================
|
||||
|
||||
Loading…
Reference in New Issue
Block a user