From 013210e8e73befb97fd4b63e22c842a78c743683 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Sun, 4 Jun 2017 11:45:23 +0200 Subject: fixing #5056 --- Makefile.am | 17 +++++++++++++++-- 1 file changed, 15 insertions(+), 2 deletions(-) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index 5f796c57..fdab91e4 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,12 +1,25 @@ # This Makefile is in the public domain -SUBDIRS = src +if DOC_ONLY + SUBDIRS = . doc +else + SUBDIRS = . src if WITH_DOC SUBDIRS += doc endif +endif + +@DX_RULES@ ACLOCAL_AMFLAGS = -I m4 -EXTRA_DIST = AUTHORS COPYING.GPL COPYING.AGPL COPYING.LGPL +EXTRA_DIST = \ + AUTHORS \ + COPYING.GPL \ + COPYING.AGPL \ + COPYING.LGPL \ + contrib/gnunet.tag \ + contrib/microhttpd.tag \ + Doxyfile app: mkdir -p $(PACKAGE)-frontend-$(VERSION)-app -- cgit v1.2.3