aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile7
1 files changed, 4 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index 66c733d..c6fca92 100644
--- a/Makefile
+++ b/Makefile
@@ -45,11 +45,12 @@ $(ERLANG_MK_TMP)/groff/$1: | $(ERLANG_MK_TMP)/groff
$(verbose) git clone -q --depth 1 -- $(call dep_repo,$1) $$@
$(verbose) mkdir $$@/deps
$(verbose) ln -s $(CURDIR) $$@/deps/asciideck
+ $(verbose) touch $$@/deps/ci.erlang.mk
$(verbose) cp $(CURDIR)/erlang.mk $$@/
-groff-$1: $(ERLANG_MK_TMP)/groff/$1
- $(gen_verbose) $(MAKE) -C $$^ asciidoc-manual
- $(verbose) for f in $$^/doc/man*/*.gz; do \
+groff-$1: $(ERLANG_MK_TMP)/groff/$1 app
+ $(gen_verbose) $(MAKE) -C $$< asciidoc-manual MAKEFLAGS= DEPS_DIR=$$</deps ERL_LIBS=$$</deps
+ $(verbose) for f in $$</doc/man*/*.gz; do \
echo " GROFF " `basename "$$$$f"`; \
zcat "$$$$f" | groff -man -rD1 -z -ww; \
done