summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorBertrand Garrigues <bertrand.garrigues@laposte.net>2018-11-24 01:05:01 +0100
committerBertrand Garrigues <bertrand.garrigues@laposte.net>2018-11-24 01:05:01 +0100
commit7898c0a9971f16ae3b52c02ee747403d07c77c8a (patch)
treea64428f42d1ce5c3b69ce6fc544ee221fdbdaa1a /Makefile.am
parenta828035c84b1a186ebdbd5c8070b0e9516b67e83 (diff)
downloadgroff-git-7898c0a9971f16ae3b52c02ee747403d07c77c8a.tar.gz
Fix tarball generation: script 'makevarescape.sed' was missing.
* Makefile.am (EXTRA_DIST): add it.
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am4
1 files changed, 3 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index f95bf1cbf..f23038f58 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -867,7 +867,8 @@ EXTRA_DIST += \
PROJECTS \
README.MinGW \
arch/djgpp \
- font/util/make-Rproto
+ font/util/make-Rproto \
+ makevarescape.sed
MOSTLYCLEANFILES += $(prefixexecbin_SCRIPTS) $(bin_SCRIPTS) \
$(man1_MANS) $(man5_MANS) $(man7_MANS) \
@@ -902,6 +903,7 @@ MOSTLYCLEANFILES += $(prefixexecbin_SCRIPTS) $(bin_SCRIPTS) \
# characters in Makefile variables in other aspects of the groff build
# are offered.
makevarescape=$(top_srcdir)/makevarescape.sed
+
SUFFIXES += .man
.man:
$(AM_V_GEN)rm -f $@ \