diff options
author | Harald Welte <laforge@gnumonks.org> | 2011-08-20 12:54:17 +0200 |
---|---|---|
committer | Harald Welte <laforge@gnumonks.org> | 2011-08-20 17:39:58 +0200 |
commit | c7859edf51cb1dab6b7164fd4ac996e8d2dd5f59 (patch) | |
tree | 6afa23a97d05fc631b04206b74fb88aea486afee | |
parent | 09b4c2275e4782ea684c8265da2fb144d4119713 (diff) |
consistent Doxyfile naming
-rw-r--r-- | Doxyfile.core.in (renamed from Doxyfile.in) | 0 | ||||
-rw-r--r-- | Makefile.am | 6 | ||||
-rw-r--r-- | configure.ac | 2 |
3 files changed, 4 insertions, 4 deletions
diff --git a/Doxyfile.in b/Doxyfile.core.in index 18eb2265..18eb2265 100644 --- a/Doxyfile.in +++ b/Doxyfile.core.in diff --git a/Makefile.am b/Makefile.am index f5c6be7c..e1bf86f8 100644 --- a/Makefile.am +++ b/Makefile.am @@ -29,10 +29,10 @@ $(doc_html_DATA): $(top_builddir)/doc/core/html/index.html \ $(top_builddir)/doc/codec/html/index.html cd $(top_builddir)/doc && tar cf html.tar */html -$(top_builddir)/doc/core/html/index.html: $(SOURCES) Doxyfile +$(top_builddir)/doc/core/html/index.html: $(SOURCES) Doxyfile.core @rm -rf doc/core mkdir -p doc/core - $(DOXYGEN) Doxyfile + $(DOXYGEN) Doxyfile.core $(top_builddir)/doc/gsm/html/index.html: $(SOURCES) Doxyfile.gsm @rm -rf doc/gsm @@ -53,6 +53,6 @@ install-data-hook: cd $(DESTDIR)$(doc_htmldir) && tar xf html.tar && rm -f html.tar uninstall-hook: - cd $(DESTDIR)$(doc_htmldir) && rm -rf * + cd $(DESTDIR)$(doc_htmldir) && rm -rf {core,gsm,vty,codec} endif diff --git a/configure.ac b/configure.ac index a77e3e89..ef4b0aa5 100644 --- a/configure.ac +++ b/configure.ac @@ -124,7 +124,7 @@ AC_OUTPUT( tests/ussd/Makefile tests/smscb/Makefile utils/Makefile - Doxyfile + Doxyfile.core Doxyfile.gsm Doxyfile.vty Doxyfile.codec |