about summary refs log tree commit homepage
path: root/GNUmakefile
diff options
context:
space:
mode:
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