diff options
| author | David Aspinall | 2000-09-28 15:41:13 +0000 |
|---|---|---|
| committer | David Aspinall | 2000-09-28 15:41:13 +0000 |
| commit | e48a680b983e8d4844c78c0dff6720addf772177 (patch) | |
| tree | f0fe39b7d53112230ec5b51e1ed8b03abc0237ed | |
| parent | 2c73fdbdbddc4278dfc6815e49fb65d7207f6d34 (diff) | |
phtml -> html
| -rw-r--r-- | Makefile.devel | 10 | ||||
| -rw-r--r-- | todo | 4 |
2 files changed, 9 insertions, 5 deletions
diff --git a/Makefile.devel b/Makefile.devel index fa2a3ceb..229e9d4a 100644 --- a/Makefile.devel +++ b/Makefile.devel @@ -26,6 +26,10 @@ ## make distinstall - install distribution build by 'make dist' ## into DISTINSTALLDIR. ## +## make links - add some links which help testing web pages +## from the html directory, and ensure that the +## +## ## make releaseclean - clean up after 'make dist' 'make rpmrelease'. ## ## @@ -36,7 +40,7 @@ ## ## No facility to edit html to make a full release in this makefile. ## Too much effort for infrequenty used function. -## Must edit download.phtml and doc.phtml by hand, then run +## Must edit download.html and doc.html by hand, then run ## ## make releaseall VERSION=2.0 ## @@ -77,8 +81,8 @@ PRERELEASE_PREFIX=3\.2pre PRERELEASE_TAG=3.2pre$(shell date "+%y%m%d") PREREL_TAG_FILE=prereltag.txt -DOWNLOADHTML=develdownload.phtml -DOWNLOADINFOHTML=devel.phtml +DOWNLOADHTML=develdownload.html +DOWNLOADINFOHTML=devel.html # This is used for full releases to control the tag name # and distribution name. No editing of html is done @@ -776,8 +776,8 @@ B Keybindings for processing theory in thy mode gone?? *** C Reduce text size and front page image, for 1024x768 screens. *** D Restructure so that page titles are different to help - browsing. (Move links_arr from header.phtml somewhere new, - and set $pg_title appropriately before head.phtml is included). + browsing. (Move links_arr from header.html somewhere new, + and set $pg_title appropriately before head.html is included). *** C Add etc/announce somewhere. |
