Skip to content
This repository has been archived by the owner on Jun 9, 2018. It is now read-only.

Commit

Permalink
fix Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
fperrad committed Feb 21, 2009
1 parent c2387c3 commit 497a299
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions config/makefiles/root.in
Expand Up @@ -12,7 +12,7 @@ VERSION = @versiondir@
BIN_DIR = @bin_dir@
LIB_DIR = @lib_dir@$(VERSION)
DOC_DIR = @doc_dir@$(VERSION)
MANDIR = @mandir@@$(VERSION)
MANDIR = @mandir@$(VERSION)
PARROT_DYNEXT = $(BUILD_DIR)/runtime/parrot/dynext

## Setup some commands
Expand All @@ -38,8 +38,6 @@ OPSDIR = ops

SRM=Stack

DOCS = MAINTAINER README

PMCS = \
wmlsinteger \
wmlsfloat \
Expand Down Expand Up @@ -238,7 +236,8 @@ install: installable
$(POD2MAN) wmlsi.pir > $(MANDIR)/man1/parrot-wmlsi.1
$(POD2MAN) wmlsd.pir > $(MANDIR)/man1/parrot-wmlsd.1
-$(MKPATH) $(DOC_DIR)/languages/wmlscript
$(CP) $(DOCS) $(DOC_DIR)/languages/wmlscript
$(CP) README $(DOC_DIR)/languages/wmlscript
$(CP) MAINTAINER $(DOC_DIR)/languages/wmlscript

win32-inno-installer: installable
-$(MKPATH) man/man1
Expand Down

0 comments on commit 497a299

Please sign in to comment.