Changeset 1364
- Timestamp:
- 04/03/08 12:35:59 (7 months ago)
- Files:
-
- web/Makefile (modified) (1 diff)
- web/bounties.php (added)
- web/contribute.php (added)
- web/experiments.php (added)
- web/logos.php (added)
- web/svn.php (added)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
web/Makefile
r1363 r1364 1 1 .SUFFIXES : .php .html 2 2 3 HTMLS = \ 4 index.html \ 5 downloads.html 3 HTMLS = \ 4 index.html \ 5 downloads.html \ 6 contribute.html \ 7 bounties.html \ 8 logos.html \ 9 svn.html \ 10 experiments.html 6 11 7 12 .php.html: