about summary refs log tree commit homepage
path: root/GNUmakefile
diff options
context:
space:
mode:
authorEric Wong <e@80x24.org>2015-10-30 09:50:44 +0000
committerEric Wong <e@80x24.org>2015-10-30 09:50:44 +0000
commit2d1e3c9dcb40ccf2182045924530a804b578ba9f (patch)
tree94132e143fd40f8b3c473b16435cad31bfe03fb5 /GNUmakefile
parentddddd274a6c7e413fd957e680add99ec130e6768 (diff)
downloaddtas-2d1e3c9dcb40ccf2182045924530a804b578ba9f.tar.gz
Not everybody cares for manpages.
Diffstat (limited to 'GNUmakefile')
-rw-r--r--GNUmakefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/GNUmakefile b/GNUmakefile
index 5075a67..d737b43 100644
--- a/GNUmakefile
+++ b/GNUmakefile
@@ -46,9 +46,9 @@ pkg_extra := GIT-VERSION-FILE lib/dtas/version.rb NEWS
 NEWS:
         rake -s $@
 gem-man:
-        $(MAKE) -C Documentation/ gem-man
+        -$(MAKE) -C Documentation/ gem-man
 tgz-man:
-        $(MAKE) -C Documentation/ install-man mandir=$(CURDIR)/man
+        -$(MAKE) -C Documentation/ install-man mandir=$(CURDIR)/man
 .PHONY: tgz-man gem-man
 
 .gem-manifest: .manifest gem-man