summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am4
1 files changed, 4 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am
index eeb7e3d4..20ffe0c9 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -105,3 +105,7 @@ EXTRA_DIST += \
snap:
$(MAKE) dist distdir=$(PACKAGE)-SNAP-`date +"%Y%m%d"`
+
+dist-nodoc:
+ $(MAKE) dist distdir=$(PACKAGE)-$(VERSION)-nodoc \
+ SUBDIRS="codegen gobject . gtk examples tests"