| 1 | 1) make without arguments is supposed to build parrot and documentation, but it also builds parrot_utils (except parrot-prove), so we may think that all and world targets are the same. Maybe, we can remove parrot_utils from make help or make 'world' the default target |
|---|
| 2 | 2) Targets not listed in make help: |
|---|
| 3 | miniparrot |
|---|
| 4 | cagecritic |
|---|
| 5 | some pasm examples (cat,fact,trace) <-- add them to 'Examples' |
|---|
| 6 | parrot-prove, ops2c (in parrot_utils) |
|---|
| 7 | configure_tests <-- may be usable for Parrot devs |
|---|
| 8 | 3)make archclean doesn't clean some *.o files, but object files are arch-dependant, aren't they? |
|---|
| 9 | 4)make 'distclean' and 'realclean' targets do the same thing. |
|---|
| 10 | 5)make installable can be described better in make help |
|---|
| 11 | *6)circular dependencies: |
|---|
| 12 | docs-clean <-> clean |
|---|
| 13 | docs <-> docs-dummy |
|---|
| 14 | html <-> html-dummy |
|---|
| 15 | htmlhelp <-> htmlhelp-dummy |
|---|
| 16 | *7)html-clean,pdf depend on themselves |
|---|
| 17 | 8)Fix 6),7) and add htmlhelp-clean and pdf-clean to docs-clean |
|---|
| 18 | *]Maybe, these are features, not bugs :). I've run configure.pl on Ubuntu 10.04 , Perl v5.10.1, perldoc --version reports "Perldoc v3.14_04, under perl v5.010001 for linux" |
|---|