From c7859edf51cb1dab6b7164fd4ac996e8d2dd5f59 Mon Sep 17 00:00:00 2001 From: Harald Welte Date: Sat, 20 Aug 2011 12:54:17 +0200 Subject: consistent Doxyfile naming --- Makefile.am | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'Makefile.am') 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 -- cgit v1.2.3