Skip to content

Commit

Permalink
Explicitly set --name for perl6.1 man page
Browse files Browse the repository at this point in the history
Signed-off-by: Moritz Lenz <moritz@faui2k3.org>
  • Loading branch information
gerd authored and moritz committed Jun 5, 2010
1 parent 7c83e65 commit 09314df
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build/Makefile.in
Expand Up @@ -287,8 +287,8 @@ install: all
$(MKPATH) $(DESTDIR)$(DOCDIR)/rakudo
$(CP) $(DOCS) $(DESTDIR)$(DOCDIR)/rakudo
$(MKPATH) $(DESTDIR)$(MANDIR)/man1
-$(POD2MAN) docs/running.pod > $(DESTDIR)$(MANDIR)/man1/perl6.1
-$(POD2MAN) docs/running.pod > $(DESTDIR)$(MANDIR)/man1/rakudo.1
-$(POD2MAN) docs/running.pod --name=perl6 > $(DESTDIR)$(MANDIR)/man1/perl6.1
-$(POD2MAN) docs/running.pod --name=rakudo > $(DESTDIR)$(MANDIR)/man1/rakudo.1

xmas: $(PERL6_EXE)

Expand Down

0 comments on commit 09314df

Please sign in to comment.