diff options
author | Christian Grothoff <christian@grothoff.org> | 2017-06-04 11:45:23 +0200 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2017-06-04 11:45:23 +0200 |
commit | 013210e8e73befb97fd4b63e22c842a78c743683 (patch) | |
tree | e2e62f9f6499717f3f252a611f58f3b21043cc08 /Makefile.am | |
parent | b94526abfb2faf5854d5ef5ee6682d42c0d7fb6a (diff) |
fixing #5056
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 17 |
1 files changed, 15 insertions, 2 deletions
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 |