|
|
|
@ -68,8 +68,15 @@ doxygen:
|
|
|
|
|
doxygen $(top_srcdir)/config/Doxyfile
|
|
|
|
|
|
|
|
|
|
tags:
|
|
|
|
|
cd $(top_srcdir)/doc/templates && $(MAKE) all
|
|
|
|
|
cp -f $(top_srcdir)/doc/templates/*.html $(top_srcdir)/doc/html/
|
|
|
|
|
cp -f $(top_srcdir)/src/bin/taglist $(top_srcdir)/src
|
|
|
|
|
mkdir -p $(top_srcdir)/doc/html
|
|
|
|
|
rm -rf $(top_srcdir)/doc/html
|
|
|
|
|
mkdir -p $(top_srcdir)/doc/html
|
|
|
|
|
cd $(top_srcdir)/doc/templates && $(MAKE) all
|
|
|
|
|
cp -f $(top_srcdir)/doc/templates/*.html $(top_srcdir)/doc/html/
|
|
|
|
|
@echo "*****************************"
|
|
|
|
|
@echo "*** if you got lots of errors, try modifying" $(realpath $(top_srcdir)/config/Doxyfile) "***"
|
|
|
|
|
@echo "*****************************"
|
|
|
|
|
|
|
|
|
|
mostlyclean clean:
|
|
|
|
|
$(RM) *~ *.bak *#
|
|
|
|
|