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 /Makefile.devel | |
| parent | 2c73fdbdbddc4278dfc6815e49fb65d7207f6d34 (diff) | |
phtml -> html
Diffstat (limited to 'Makefile.devel')
| -rw-r--r-- | Makefile.devel | 10 |
1 files changed, 7 insertions, 3 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 |
