diff options
author | Christian Grothoff <christian@grothoff.org> | 2019-12-20 20:37:05 +0100 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2019-12-20 20:37:05 +0100 |
commit | 4a7e8a155522d87e27ebbfc651d1fb3387703934 (patch) | |
tree | 9b64cddb7020906f72c55d84253ec3085da530ab /Makefile.am | |
parent | 07fd080529742ff424e49d00c0d08c001c45317a (diff) |
fix 'make dist' target, bump version
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/Makefile.am b/Makefile.am index 9309390b..ab67ba64 100644 --- a/Makefile.am +++ b/Makefile.am @@ -23,8 +23,7 @@ EXTRA_DIST = \ COPYING.AGPL \ COPYING.LGPL \ contrib/gnunet.tag \ - contrib/microhttpd.tag \ - Doxyfile + contrib/microhttpd.tag app: mkdir -p $(PACKAGE)-frontend-$(VERSION)-app |