summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChangZhuo Chen (陳昌倬) <czchen@debian.org>2018-11-04 21:34:10 +0800
committerPaul Gevers <elbrus@debian.org>2020-12-10 09:24:21 +0100
commit5ff0f50a2ecee9120602b4ad35663a6dd23b180f (patch)
tree13fd4efd825458d7913e4721ac9fc4f119ce21c4
parent51007e9ba2e7c5d0499c16f6d20f1c271a06e071 (diff)
patch Makefile to always generate the manpage.
Forwarded: not-needed Last-Update: 2014-06-21 Gbp-Pq: Name enable-manpages.patch
-rw-r--r--Makefile.am2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am
index 6344b4e..5337577 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -126,6 +126,8 @@ TESTS_ENVIRONMENT = NO_VALGRIND=$(NO_VALGRIND)
### Building the manpage
man_MANS = jq.1
+.PHONY: real_docs
+ENABLE_DOCS=1
if ENABLE_DOCS
jq.1: $(srcdir)/docs/content/3.manual/manual.yml
$(AM_V_GEN) ( cd ${abs_srcdir}/docs; '$(BUNDLER)' exec rake manpage ) > $@ || { rm -f $@; false; }