aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org.ua>2017-08-01 12:15:39 +0300
committerSergey Poznyakoff <gray@gnu.org.ua>2017-08-01 12:15:39 +0300
commit7cbce8ec30898fcc19e3ba25f367156a5859ea8c (patch)
treeed7579fd7783a215d6465d8b1617587b72f71c15
parent06d9aba172e0247ba0d37fb46c6c008e1a5fc45a (diff)
downloadacvmod-7cbce8ec30898fcc19e3ba25f367156a5859ea8c.tar.gz
acvmod-7cbce8ec30898fcc19e3ba25f367156a5859ea8c.tar.bz2
Improve makefiles
-rw-r--r--tmpl/src/Makefile.am2
-rw-r--r--top.am2
2 files changed, 3 insertions, 1 deletions
diff --git a/tmpl/src/Makefile.am b/tmpl/src/Makefile.am
index 2f83bb6..c7066b1 100644
--- a/tmpl/src/Makefile.am
+++ b/tmpl/src/Makefile.am
@@ -35,6 +35,8 @@ EXTRA_DIST = \
dist_man_MANS=vmod_%{MODULE}.3
+DISTCLEANFILES=vmod_%{MODULE}.3
+
vmod_%{MODULE}.3: vmod_%{MODULE}.man.rst
@$(abs_top_srcdir)/build-aux/missing rst2man.py \
vmod_%{MODULE}.man.rst > vmod_%{MODULE}.3
diff --git a/top.am b/top.am
index e2e5e85..9e8dbb3 100644
--- a/top.am
+++ b/top.am
@@ -6,7 +6,7 @@ EXTRA_DIST = \
.PHONY: ChangeLog
ChangeLog:
- $(AM_V_GEN)if test -d .git; then \
+ $(AM_V_at)if test -d .git; then \
$(top_srcdir)/acvmod/gencl --verbose --append-dot \
--email=$(PACKAGE_BUGREPORT) \
$(GENCL_OPTIONS); \

Return to:

Send suggestions and report system problems to the System administrator.