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

Commit

Permalink
re-run mk_language_shell.pl
Browse files Browse the repository at this point in the history
  • Loading branch information
fperrad committed Feb 28, 2009
1 parent 3c4ec28 commit cc9fcad
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Expand Up @@ -4,13 +4,14 @@ Makefile
*.o
*.obj
*.exe
*.tmp
*.iss

wmlsi
wmlsd
installable_*

man
*.tmp

src/*.pbc
src/opcode.pir
Expand Down
8 changes: 6 additions & 2 deletions config/makefiles/root.in
Expand Up @@ -249,8 +249,8 @@ win32-inno-installer: installable
pod2html --infile wmlsd.pir --outfile man/html/parrot-wmlsd.html
$(CP) installable_wmlsi@exe@ parrot-wmlsi.exe
$(CP) installable_wmlsd@exe@ parrot-wmlsd.exe
cd @build_dir@ && $(PERL) tools/dev/mk_inno_language.pl wmlscript
cd @build_dir@ && iscc parrot-wmlscript.iss
$(PERL) @build_dir@/tools/dev/mk_inno_language.pl wmlscript
iscc parrot-wmlscript.iss

TEST_CLEANERS := \
"t/pmc/*.pir" \
Expand All @@ -272,17 +272,21 @@ BUILD_CLEANERS := \
wmlsd@exe@ installable_wmlsd@exe@ \
#IF(win32): parrot-wmlsi.exe \
#IF(win32): parrot-wmlsd.exe \
#IF(win32): parrot-wmlscript.iss \
#IF(win32): "setup-parrot-*.exe" \
"library/*.pbc"

clean:
$(MAKE) $(OPS_DIR) clean
$(MAKE) $(PMC_DIR) clean
$(RM_F) $(TEST_CLEANERS) $(BUILD_CLEANERS)
$(RM_RF) man

realclean:
$(MAKE) $(OPS_DIR) realclean
$(MAKE) $(PMC_DIR) realclean
$(RM_F) $(TEST_CLEANERS) $(BUILD_CLEANERS) Makefile
$(RM_RF) man *.tmp

distclean: realclean

Expand Down

0 comments on commit cc9fcad

Please sign in to comment.