From 911c08dadd35429528db86f710121885fea70d27 Mon Sep 17 00:00:00 2001 From: Harald Welte Date: Fri, 27 Oct 2017 21:08:12 +0200 Subject: Doxugen: s/libosmo-sccp/libosmo-sigtran/g The Doxygen annotation we have in this library, and which the Doxyfile generates is actually for the shared libosmo-sigtran, and not for the legacy libosmo-sccp. Let's correct that mistake. Change-Id: Id591695f9ac9eba53259558c657df834c331e5fa --- Makefile.am | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index 3b9f6ee..d1c3c21 100644 --- a/Makefile.am +++ b/Makefile.am @@ -23,21 +23,21 @@ html_DATA = $(top_builddir)/doc/html.tar doc: $(html_DATA) -$(html_DATA): $(top_builddir)/doc/sccp/html/index.html +$(html_DATA): $(top_builddir)/doc/sigtran/html/index.html cd $(top_builddir)/doc && tar cf html.tar */html -$(top_builddir)/doc/sccp/html/index.html: $(SOURCES) Doxyfile - @rm -rf doc/sccp - mkdir -p doc/sccp +$(top_builddir)/doc/sigtran/html/index.html: $(SOURCES) Doxyfile + @rm -rf doc/sigtran + mkdir -p doc/sigtran $(DOXYGEN) Doxyfile install-data-hook: cd $(DESTDIR)$(htmldir) && tar xf html.tar && rm -f html.tar uninstall-hook: - cd $(DESTDIR)$(htmldir) && rm -rf sccp + cd $(DESTDIR)$(htmldir) && rm -rf sigtran -DX_CLEAN = doc/sccp/html/search/* doc/sccp/{html,latex}/* doc/html.tar doc/doxygen_sqlite3.db doc/sccp/doxygen_sqlite3.db doc/*.tag +DX_CLEAN = doc/sigtran/html/search/* doc/sigtran/{html,latex}/* doc/html.tar doc/doxygen_sqlite3.db doc/sigtran/doxygen_sqlite3.db doc/*.tag endif -- cgit v1.2.3