From c7c7ac60cf8b6dae5b9b8c0872dbe3d83020549d Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Sun, 4 Jun 2017 10:22:11 +0200 Subject: cleaning up use of doxygen, fixing #5057 --- Makefile.am | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index 4bbc20821..a73d4d863 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,10 +1,19 @@ # This Makefile.am is in the public domain AM_CPPFLAGS = -I$(top_srcdir)/src/include -SUBDIRS = src doc + +if DOC_ONLY + SUBDIRS = . doc +else + SUBDIRS = . src doc +endif + +@DX_RULES@ + ACLOCAL_AMFLAGS = -I m4 EXTRA_DIST = \ AUTHORS \ - contrib/coverage.sh + contrib/coverage.sh \ + Doxyfile app: mkdir -p $(PACKAGE)-$(VERSION)-app -- cgit v1.2.3