From 9926c4fea8dfa6b301e3f01296d991b360af5011 Mon Sep 17 00:00:00 2001 From: Thomas Adam Date: Mon, 7 Jun 2021 20:46:15 +0100 Subject: [PATCH] release: remove dev-docs from release tarball Don't include dev-docs/ in the release tarball as these documents are only useful for on-going development. --- Makefile.am | 1 - configure.ac | 1 - dev-docs/Makefile.am | 4 ---- 3 files changed, 6 deletions(-) delete mode 100644 dev-docs/Makefile.am diff --git a/Makefile.am b/Makefile.am index 26badb733..bf1e76f7d 100644 --- a/Makefile.am +++ b/Makefile.am @@ -13,7 +13,6 @@ SUBDIRS = \ utils \ $(FVWM_PERLLIB) \ doc \ - dev-docs \ $(POSUB) ## --------------------------------------------------------------------------- diff --git a/configure.ac b/configure.ac index f454a1d12..d70a429cd 100644 --- a/configure.ac +++ b/configure.ac @@ -1498,7 +1498,6 @@ dnl perllib/FVWM/Module.pm default-config/Makefile doc/Makefile - dev-docs/Makefile po/Makefile dnl modules/FvwmAnimate/Makefile diff --git a/dev-docs/Makefile.am b/dev-docs/Makefile.am deleted file mode 100644 index 2bd8760bc..000000000 --- a/dev-docs/Makefile.am +++ /dev/null @@ -1,4 +0,0 @@ -## This is a -*- Makefile -*- -## Process this file with automake to create Makefile.in - -EXTRA_DIST = COMMANDS DEVELOPERS.md PARSING.md TODO.md INSTALL.md