We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8a25b51 commit a64c9d2Copy full SHA for a64c9d2
Makefile
@@ -57,7 +57,7 @@ $(DESTDIR)$(bindir)/git-archive-all: git-archive-all $(DESTDIR)$(bindir)
57
install -m755 $< $(DESTDIR)$(bindir)
58
59
$(DESTDIR)$(man1dir)/git-archive-all.1.gz: git-archive-all $(DESTDIR)$(man1dir)
60
- pod2man -r "" -c "Git Manual" $< > $(basename $@) && gzip -9fn $(basename $@)
+ pod2man -r "" -c "Git Manual" $< | gzip -9cn > $@
61
62
$(DESTDIR)$(bindir) $(DESTDIR)$(man1dir):
63
mkdir -p $@
0 commit comments