about summary refs log tree commit homepage
path: root/GNUmakefile
diff options
context:
space:
mode:
Diffstat (limited to 'GNUmakefile')
-rw-r--r--GNUmakefile7
1 files changed, 3 insertions, 4 deletions
diff --git a/GNUmakefile b/GNUmakefile
index c515d83..4fe8fda 100644
--- a/GNUmakefile
+++ b/GNUmakefile
@@ -70,12 +70,11 @@ tgz-man:
         $(MAKE) -C Documentation/ install-man mandir=$(CURDIR)/man
 .PHONY: tgz-man gem-man
 
-.gem-manifest: .manifest
-        # (ls man/*.?; cat .manifest) | LC_ALL=C sort > $@+
-        LC_ALL=C sort < .manifest > $@+
+.gem-manifest: .manifest gem-man
+        (ls man/*.?; cat .manifest) | LC_ALL=C sort > $@+
         cmp $@+ $@ || mv $@+ $@; rm -f $@+
 .tgz-manifest: .manifest
-        LC_ALL=C sort < .manifest > $@+
+        (ls man/*/*; cat .manifest) | LC_ALL=C sort > $@+
         cmp $@+ $@ || mv $@+ $@; rm -f $@+
 .manifest: NEWS fix-perms
         rm -rf man