Skip to content

Commit

Permalink
build/Makefile.in ~~ s:g/MANDIR/MAN_DIR/ # pmichaud++
Browse files Browse the repository at this point in the history
  • Loading branch information
sorear committed Jul 29, 2010
1 parent bf19b68 commit 953ef9f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build/Makefile.in
Expand Up @@ -178,15 +178,15 @@ install: installable
$(CHMOD) 0755 $(BIN_DIR)/parrot-blizkost@exe@
-$(MKPATH) $(LIB_DIR)/languages/perl5
$(CP) perl5.pbc $(LIB_DIR)/languages/perl5/perl5.pbc
-$(MKPATH) $(MANDIR)/man1
-$(MKPATH) $(MAN_DIR)/man1
-$(MKPATH) $(DOC_DIR)/languages/perl5
$(CP) $(DOCS) $(DOC_DIR)/languages/perl5

uninstall:
$(RM_F) $(INSTALL_DIR)/$(PMC_BLIZKOST_GROUP)$(LOAD_EXT)
$(RM_F) $(BIN_DIR)/parrot-blizkost@exe@
$(RM_RF) $(LIB_DIR)/languages/perl5
$(RM_F) $(MANDIR)/man1/parrot-blizkost.1
$(RM_F) $(MAN_DIR)/man1/parrot-blizkost.1
$(RM_RF) $(DOC_DIR)/languages/perl5

win32-inno-installer: installable
Expand Down

0 comments on commit 953ef9f

Please sign in to comment.