Skip to content

Commit

Permalink
[build] missing pod2man should not be fatal
Browse files Browse the repository at this point in the history
  • Loading branch information
moritz committed May 13, 2010
1 parent 70795ca commit 7e0aa33
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build/Makefile.in
Expand Up @@ -314,8 +314,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 > $(DESTDIR)$(MANDIR)/man1/perl6.1
-$(POD2MAN) docs/running.pod > $(DESTDIR)$(MANDIR)/man1/rakudo.1

xmas: $(PERL6_EXE)

Expand Down

0 comments on commit 7e0aa33

Please sign in to comment.