Skip to content

Commit a64c9d2

Browse files
committed
minor fix
1 parent 8a25b51 commit a64c9d2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ $(DESTDIR)$(bindir)/git-archive-all: git-archive-all $(DESTDIR)$(bindir)
5757
install -m755 $< $(DESTDIR)$(bindir)
5858

5959
$(DESTDIR)$(man1dir)/git-archive-all.1.gz: git-archive-all $(DESTDIR)$(man1dir)
60-
pod2man -r "" -c "Git Manual" $< > $(basename $@) && gzip -9fn $(basename $@)
60+
pod2man -r "" -c "Git Manual" $< | gzip -9cn > $@
6161

6262
$(DESTDIR)$(bindir) $(DESTDIR)$(man1dir):
6363
mkdir -p $@

0 commit comments

Comments
 (0)