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

Commit

Permalink
remove Configure & Makefiles
Browse files Browse the repository at this point in the history
  • Loading branch information
fperrad committed Nov 19, 2009
1 parent c693665 commit 867f3fb
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 567 deletions.
58 changes: 0 additions & 58 deletions Configure.pir

This file was deleted.

288 changes: 0 additions & 288 deletions Makefile.in

This file was deleted.

17 changes: 8 additions & 9 deletions doc/running.pod
Expand Up @@ -27,15 +27,14 @@ Retrieve WMLScript

perl tools/dev/fetch_languages.pl --lang=wmlscript

Configure & build WMLScript
Build WMLScript

cd languages/wmlscript
parrot Configure.pir
make
parrot setup.pir build

=head2 Running the whole test suite

make test
parrot setup.pir test

=head2 Compiling your own code

Expand All @@ -49,23 +48,23 @@ Configure & build WMLScript

=head2 Disassembling

../../parrot wmlsd.pir example.wmlsc
parrot wmlsd.pbc example.wmlsc

=head2 Translating

../../parrot wmls2pir.pir example.wmlsc
parrot wmls2pir.pir example.wmlsc

../../parrot wmls2pbc.pir example.wmlsc
parrot wmls2pbc.pir example.wmlsc

=head2 Interpreting

../../parrot wmlsi.pir example.wmlsc main
parrot wmlsi.pbc example.wmlsc main

=head2 Bugs & Limitations

=head2 See Also

F<languages/WMLScript/doc/status.pod>
F<doc/status.pod>

=head2 Author

Expand Down

0 comments on commit 867f3fb

Please sign in to comment.