Changeset 1391 for branches/GNU/src/gcc/maintainer-scripts
- Timestamp:
- Apr 27, 2004, 8:39:34 PM (21 years ago)
- Location:
- branches/GNU/src/gcc
- Files:
-
- 9 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/GNU/src/gcc
- Property svn:ignore
-
old new 26 26 configure.vr 27 27 configure.vrs 28 dir.info 28 29 Makefile 29 dir.info30 30 lost+found 31 31 update.out
-
- Property svn:ignore
-
branches/GNU/src/gcc/maintainer-scripts/ChangeLog
-
Property cvs2svn:cvs-rev
changed from
1.1
to1.1.1.2
r1390 r1391 1 2003-02-05 Release Manager 2 3 * GCC 3.2.2 Released. 4 5 2002-11-19 Release Manager 6 7 * GCC 3.2.1 Released. 8 9 2002-11-19 Release Manager 10 11 * GCC 3.2.1 Released. 12 13 2002-11-18 Release Manager 14 15 * GCC 3.2.1 Released. 16 17 2002-08-14 Release Manager 18 19 * GCC 3.2 Released. 20 21 2002-07-25 Release Manager 22 23 * GCC 3.1.1 Released. 1 2004-02-14 Release Manager 2 3 * GCC 3.3.3 Released. 4 5 2003-10-16 Release Manager 6 7 * GCC 3.3.2 Released. 8 9 2003-08-08 Mark Mitchell <mark@codesourcery.com> 10 11 * gcc_release: Correct logic for updating version.c. Put 12 prereleases into a subdirectory. 13 14 2003-08-04 Release Manager 15 16 * GCC 3.3.1 Released. 17 18 2003-08-04 Release Manager 19 20 * GCC 3.3.1 Released. 21 22 2003-06-29 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at> 23 24 * gcc_release: Command "all" now creates .bz2 files only for 25 releases and pre-releases. 26 27 2003-06-27 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at> 28 29 * gcc_release (build_sources): Do not include gnats.html any longer. 30 Make an error message more descriptive. 31 32 2003-06-18 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at> 33 34 * gcc_release: Do not update gcc_latest_snapshot tag any longer. 35 36 2003-06-02 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at> 37 38 * gcc_release (build_diffs): Add diagnostics in case we cannot 39 generate a specific diff file. 40 41 2003-05-20 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at> 42 43 * gcc_release (upload_files): Put diff files into a "diffs" 44 subdirectory. 45 46 2003-05-18 Nathanael Nerode <neroden@gcc.gnu.org> 47 48 * gcc_release: GNU CC -> GCC. 49 50 2003-05-13 Release Manager 51 52 * GCC 3.3 Released. 53 54 2002-09-23 Zack Weinberg <zack@codesourcery.com> 55 56 * update_version: Do not check in files which are unchanged. 57 * gcc_release: Only update the version in gcc/version.c. 58 59 2002-09-17 Joseph S. Myers <jsm@polyomino.org.uk> 60 61 * update_web_docs (MANUALS): Add fastjar. 62 63 2002-09-08 Joseph S. Myers <jsm@polyomino.org.uk> 64 65 * gcc_release: Make snapshots come from the mainline. 66 * snapshot-README: Update. 67 68 2002-08-28 Joseph S. Myers <jsm@polyomino.org.uk> 69 70 * update_web_docs: Remove support for generating g77_news.html and 71 g77_bugs.html. 72 * update_web_docs_old: Likewise. Remove support for generating 73 thanks.html. 74 75 2002-07-28 Andreas Jaeger <aj@suse.de> 76 77 * gcc_release: Update comment. 78 79 * snapshot-README: Snapshots are taken from GCC 3.2 branch. 80 81 2002-07-28 Mark Mitchell <mark@codesourcery.com> 82 83 * gcc_release: Use the 3.2 branch for snapshots. 84 85 2002-05-31 Florian Weimer <fw@deneb.enyo.de> 86 87 * update_web_docs (MANUALS): Include various flavours of the GNAT 88 User Guide. 89 90 2002-05-27 Joseph S. Myers <jsm28@cam.ac.uk> 91 92 * update_version (textstring_FILES): Change gcc/ada/gnatvsn.ads to 93 gcc/gcc/ada/gnatvsn.ads. 24 94 25 95 2002-05-26 Joseph S. Myers <jsm28@cam.ac.uk> … … 27 97 * gcc_release: Add gcc/ada/gnatvsn.ads to list of files in which 28 98 release status is updated. 29 30 2002-05-14 Release Manager 31 32 * GCC 3.1 Released. 33 34 2002-05-14 Release Manager 35 36 * GCC 3.1 Released. 99 * update_version (textstring_FILES): Add gcc/ada/gnatvsn.ads. 100 101 2002-05-21 Joseph S. Myers <jsm28@cam.ac.uk> 102 103 * gcc_release: Do upload files when local. 104 105 * snapshot-README, snapshot-index.html: Remove chill. 37 106 38 107 2002-05-08 Mark Mitchell <mark@codesourcery.com> … … 42 111 2002-04-22 Mark Mitchell <mark@codesourcery.com> 43 112 44 * gcc_release: Merge from mainline. 113 * gcc_release (build_diffs): Remove reference to Chill. 114 115 2002-04-21 Joseph S. Myers <jsm28@cam.ac.uk> 116 117 * update_web_docs (MANUALS): Remove chill. Add gnat_rm. 45 118 46 119 2002-04-19 Kelley R. Cook (kelly.r.cook@gm.com) … … 52 125 * gcc_release (build_tarfiles): Do not build Chill tarfiles. 53 126 (CHILL_DIRS): Remove. 127 128 2002-03-10 Joseph S. Myers <jsm28@cam.ac.uk> 129 130 * gcc_release: Build diffs for ada and chill. Make "bzip2" a new 131 major mode. 132 133 2002-03-06 Phil Edwards <pme@gcc.gnu.org> 134 135 * update_version: Don't indent the version string. 136 137 2002-03-05 Joseph S. Myers <jsm28@cam.ac.uk> 138 139 * snapshot-README: Note that snapshots come from the 3.1 branch. 140 Update list of files. 141 142 2002-03-03 Joseph S. Myers <jsm28@cam.ac.uk> 143 144 * gcc_release: Make snapshots come from the 3.1 branch. 145 146 2002-02-25 Mark Mitchell <mark@codesourcery.com> 147 148 * update_version: Automatically update version files on all 149 branches. 150 * crontab: Only invoke update_version once. 54 151 55 152 2002-02-23 Joseph S. Myers <jsm28@cam.ac.uk> … … 155 252 2001-06-08 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at> 156 253 157 * update_web_docs: Only update the install documentation for the 254 * update_web_docs: Only update the install documentation for the 158 255 CVS HEAD. 159 256 -
Property cvs2svn:cvs-rev
changed from
-
branches/GNU/src/gcc/maintainer-scripts/crontab
-
Property cvs2svn:cvs-rev
changed from
1.1
to1.1.1.2
r1390 r1391 1 1 16 0 * * * sh /home/gccadmin/scripts/update_version 2 16 0 * * * sh /home/gccadmin/scripts/update_version -rgcc-3_0-branch3 2 50 0 * * * sh /home/gccadmin/scripts/update_web_docs 4 3 55 0 * * * sh /home/gccadmin/scripts/update_web_docs_libstdcxx -
Property cvs2svn:cvs-rev
changed from
-
branches/GNU/src/gcc/maintainer-scripts/gcc_release
-
Property cvs2svn:cvs-rev
changed from
1.1
to1.1.1.2
r1390 r1391 12 12 # Copyright (c) 2001, 2002 Free Software Foundation. 13 13 # 14 # This file is part of G NUCC.15 # 16 # G NUCC is free software; you can redistribute it and/or modify14 # This file is part of GCC. 15 # 16 # GCC is free software; you can redistribute it and/or modify 17 17 # it under the terms of the GNU General Public License as published by 18 18 # the Free Software Foundation; either version 2, or (at your option) 19 19 # any later version. 20 20 # 21 # G NUCC is distributed in the hope that it will be useful,21 # GCC is distributed in the hope that it will be useful, 22 22 # but WITHOUT ANY WARRANTY; without even the implied warranty of 23 23 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the … … 25 25 # 26 26 # You should have received a copy of the GNU General Public License 27 # along with G NUCC; see the file COPYING. If not, write to27 # along with GCC; see the file COPYING. If not, write to 28 28 # the Free Software Foundation, 59 Temple Place - Suite 330, 29 29 # Boston, MA 02111-1307, USA. … … 127 127 done 128 128 129 # Update `gcc/version.c'. There are other version files 130 # as well, which should have release status updated. 129 # Update `gcc/version.c'. 131 130 for x in gcc/version.c; do 132 131 y=`basename ${x}` 133 132 (changedir `dirname ${SOURCE_DIRECTORY}/${x}` && \ 134 sed -e 's|= \".*\"|= \"'${RELEASE}'\"|g' < ${y} > ${y}.new && \ 135 mv ${y}.new ${y} && \ 136 ${CVS} ci -m 'Update version' ${y}) || \ 137 error "Could not update ${x}" 138 done 139 for x in gcc/ada/gnatvsn.ads gcc/f/version.c libf2c/libF77/Version.c \ 140 libf2c/libI77/Version.c libf2c/libU77/Version.c; do 141 y=`basename ${x}` 142 (changedir `dirname ${SOURCE_DIRECTORY}/${x}` && \ 143 sed -e 's/experimental\|prerelease/release/g' < ${y} > ${y}.new && \ 133 sed -e 's|version_string\[\] = \".*\"|version_string\[\] = \"'${RELEASE}'\"|g' < ${y} > ${y}.new && \ 144 134 mv ${y}.new ${y} && \ 145 135 ${CVS} ci -m 'Update version' ${y}) || \ … … 175 165 inform "Retrieving HTML documentation" 176 166 changedir "${WORKING_DIRECTORY}" 177 for x in bugs gnatsfaq; do167 for x in bugs faq; do 178 168 (${CVS} export -r HEAD wwwdocs/htdocs/${x}.html && \ 179 169 cp ${WORKING_DIRECTORY}/wwwdocs/htdocs/${x}.html \ … … 189 179 | sed -e "s#file://localhost`/bin/pwd`\(.*\)#http://gcc.gnu.org\1#g" \ 190 180 > $newfile) || \ 191 error "Could not regenerate documentation"181 error "Could not generate text-only version of ${file}" 192 182 done 193 183 … … 303 293 old_tar=${old_dir}/${f}-${old_vers}.tar.gz 304 294 new_tar=${WORKING_DIRECTORY}/${f}-${RELEASE}.tar.gz 305 if [ -e $old_tar ] && [ -e $new_tar ]; then 295 if [ ! -e $old_tar ]; then 296 inform "$old_tar not found; not generating diff file" 297 elif [ ! -e $new_tar ]; then 298 inform "$new_tar not found; not generating diff file" 299 else 306 300 build_diff $old_tar gcc-${old_vers} $new_tar gcc-${RELEASE} \ 307 301 ${f}-${old_vers}-${RELEASE}.diff.gz … … 337 331 # Make sure the directory exists on the server. 338 332 if [ $LOCAL -eq 0 ]; then 339 ${SSH} -l ${GCC_USERNAME} ${GCC_HOSTNAME} mkdir ${FTP_PATH} 333 ${SSH} -l ${GCC_USERNAME} ${GCC_HOSTNAME} \ 334 mkdir -p "${FTP_PATH}/diffs" 340 335 UPLOAD_PATH="${GCC_USERNAME}@${GCC_HOSTNAME}:${FTP_PATH}" 341 336 else 342 mkdir -p "${FTP_PATH} " \337 mkdir -p "${FTP_PATH}/diffs" \ 343 338 || error "Could not create \`${FTP_PATH}'" 344 339 UPLOAD_PATH=${FTP_PATH} 345 340 fi 346 341 342 # Then copy files to their respective (sub)directories. 347 343 for x in gcc*.gz gcc*.bz2; do 348 344 if [ -e ${x} ]; then … … 350 346 chmod a+r ${x} 351 347 # Copy it. 352 if [ $LOCAL -eq 0 ]; then 353 ${SCP} ${x} ${UPLOAD_PATH} || error "Could not upload ${x}" 354 fi 348 case ${x} in 349 *.diff.*) 350 SUBDIR="diffs/"; 351 ;; 352 *) 353 SUBDIR=""; 354 esac 355 ${SCP} ${x} ${UPLOAD_PATH}/${SUBDIR} \ 356 || error "Could not upload ${x}" 355 357 fi 356 358 done … … 514 516 if [ ${FINAL} -ne 1 ]; then 515 517 RELEASE="${RELEASE}-${DATE}" 516 FTP_PATH="${FTP_PATH}/ snapshots/"518 FTP_PATH="${FTP_PATH}/prerelease-${RELEASE}/" 517 519 else 518 520 FTP_PATH="${FTP_PATH}/releases/gcc-${RELEASE}/" … … 520 522 else 521 523 RELEASE=$DATE 522 # For now snapshots come from the 3.1 branch.523 BRANCH= gcc-3_1-branch524 # For now snapshots come from the mainline. 525 BRANCH=HEAD 524 526 FTP_PATH="${FTP_PATH}/snapshots/${LONG_DATE}" 525 527 TAG=gcc_ss_${DATE} … … 573 575 tarfiles) MODE_TARFILES=1;; 574 576 upload) MODE_UPLOAD=1;; 575 all) MODE_SOURCES=1; MODE_TARFILES=1; MODE_DIFFS=1; MODE_BZIP2=1; MODE_UPLOAD=1;; 577 all) MODE_SOURCES=1; MODE_TARFILES=1; MODE_DIFFS=1; MODE_UPLOAD=1; 578 if [ $SNAPSHOT -ne 1 ]; then 579 # Only for releases and pre-releases. 580 MODE_BZIP2=1; 581 fi 582 ;; 576 583 *) error "Unknown mode $1";; 577 584 esac … … 633 640 echo $DATE >.snapshot_date 634 641 635 # Update gcc_latest_snapshot tag.636 ${CVS} rtag -d gcc_latest_snapshot gcc637 ${CVS} rtag -rgcc_ss_${DATE} gcc_latest_snapshot gcc638 639 642 # Announce the snapshot. 640 643 export QMAILHOST=gcc.gnu.org -
Property cvs2svn:cvs-rev
changed from
-
branches/GNU/src/gcc/maintainer-scripts/snapshot-README
-
Property cvs2svn:cvs-rev
changed from
1.1
to1.1.1.2
r1390 r1391 3 3 and on various mirrors, see http://gcc.gnu.org/mirrors.html for details. 4 4 5 This snapshot has been generated from the current development mainline 6 which is going to become GCC 3.1. 5 This snapshot has been generated from the GCC CVS HEAD. 7 6 8 7 You'll find: … … 13 12 gcc-core-@DATE@.tar.gz Just the C front end and core compiler. 14 13 15 gcc-tests -@DATE@.tar.gzThe GCC testsuite.14 gcc-testsuite-@DATE@.tar.gz The GCC testsuite. 16 15 17 16 gcc-ada-@DATE@.tar.gz The Ada language and runtime. … … 19 18 gcc-g++-@DATE@.tar.gz The g++ language and runtime. 20 19 21 gcc-g++-tests-@DATE@.tar.gz The testsuite for G++.22 23 20 gcc-g77-@DATE@.tar.gz The g77 language and runtime. 24 25 gcc-g77-testsuite-@DATE@.tar.gz The testsuite for G77.26 21 27 22 gcc-objc-@DATE@.tar.gz The Objective-C front end and runtime. 28 23 29 24 gcc-java-@DATE@.tar.gz The Java front end. 30 31 gcc-chill-@DATE@.tar.gz The Chill front end and runtime.32 25 33 26 Diffs from @LAST_DATE@ are available. -
Property cvs2svn:cvs-rev
changed from
-
branches/GNU/src/gcc/maintainer-scripts/snapshot-index.html
-
Property cvs2svn:cvs-rev
changed from
1.1
to1.1.1.2
r1390 r1391 59 59 up to gcc-java-@DATE@. 60 60 61 <p> <a href="@LONG_DATE@/gcc-chill-@DATE@.tar.gz">62 gcc-chill</a> @TEXT_DATE@ snapshot, includes just the Chill63 front end and runtime.64 65 <p> <a href="@LONG_DATE@/gcc-chill-@LAST_DATE@-@DATE@.diff.gz">66 gcc-chill-@LAST_DATE@-@DATE@</a> patch file to bring gcc-chill-@LAST_DATE@67 up to gcc-chill-@DATE@.68 69 61 <p> <a href="@LONG_DATE@/gcc-objc-@DATE@.tar.gz"> 70 62 gcc-objc</a> @TEXT_DATE@ snapshot, includes just the Objective-C -
Property cvs2svn:cvs-rev
changed from
-
branches/GNU/src/gcc/maintainer-scripts/update_version
-
Property cvs2svn:cvs-rev
changed from
1.1
to1.1.1.2
r1390 r1391 2 2 3 3 # Run this from /tmp. 4 CVSROOT= /cvs/gcc4 CVSROOT=${CVSROOT:-/cvs/gcc} 5 5 export CVSROOT 6 6 /bin/rm -rf /tmp/$$ … … 8 8 cd /tmp/$$ 9 9 10 # The path to cvs. 11 CVS=${CVS:-/usr/local/bin/cvs} 12 13 # Compute the branches which we should update. 14 $CVS co gcc/ChangeLog 15 BRANCHES=`$CVS status -v gcc/ChangeLog \ 16 | awk '{print $1;}' \ 17 | egrep 'gcc-[0-9]+_[0-9]+-branch$'` 18 # Always update the mainline. 19 BRANCHES="${BRANCHES} HEAD" 20 10 21 # ARGS is passed to 'cvs co' 11 ARGS="$*"12 22 CURR_DATE=`/bin/date +"%Y%m%d"` 13 23 14 24 # version is contained within a char* 15 textstring_FILES="gcc/gcc/version.c gcc/gcc/ f/version.c gcc/libf2c/libF77/Version.c gcc/libf2c/libI77/Version.c gcc/libf2c/libU77/Version.c"25 textstring_FILES="gcc/gcc/version.c gcc/gcc/ada/gnatvsn.ads gcc/gcc/f/version.c gcc/libf2c/libF77/Version.c gcc/libf2c/libI77/Version.c gcc/libf2c/libU77/Version.c" 16 26 17 27 # version is contained within a #define 18 28 cppdefine_FILES="gcc/libstdc++-v3/include/bits/c++config" 19 29 20 /usr/local/bin/cvs co $ARGS $textstring_FILES $cppdefine_FILES 30 # Assume all will go well. 31 RESULT=0 21 32 22 for file in $textstring_FILES; do 23 OLD_VERSION=`/bin/cat $file` 24 /bin/sed -e "s/\(.*\"[^ ]*\) [0-9][0-9][0-9][0-9][0-9][0-9][0-9][0-9]/\1 ${CURR_DATE}/" >${file} <<HERE 25 $OLD_VERSION 26 HERE 33 for BRANCH in $BRANCHES; do 34 # Check out the files on the branch. HEAD is a special case; if 35 # you check out files with -r HEAD, CVS will not let you check 36 # in changes. 37 if test "$BRANCH" = HEAD; then 38 ${CVS} co $textstring_FILES $cppdefine_FILES 39 else 40 ${CVS} co -r $BRANCH $textstring_FILES $cppdefine_FILES 41 fi 42 43 # There are no files to commit yet. 44 COMMIT_FILES="" 45 46 for file in $textstring_FILES; do 47 if test -f $file; then 48 /bin/sed <$file >$file.new -e \ 49 "s/\(.*\"[^ ]*\) [0-9][0-9][0-9][0-9][0-9][0-9][0-9][0-9]/\1 ${CURR_DATE}/" 50 51 if /usr/bin/cmp -s $file $file.new; then 52 rm -f $file.new 53 else 54 mv -f $file.new $file 55 COMMIT_FILES="$COMMIT_FILES $file" 56 fi 57 fi 58 done 59 60 for file in $cppdefine_FILES; do 61 if test -f $file; then 62 /bin/sed <$file >$file.new -e \ 63 "s/\(#.*\) [0-9][0-9][0-9][0-9][0-9][0-9][0-9][0-9]/\1 ${CURR_DATE}/" 64 65 if /usr/bin/cmp -s $file $file.new; then 66 rm -f $file.new 67 else 68 mv -f $file.new $file 69 COMMIT_FILES="$COMMIT_FILES $file" 70 fi 71 fi 72 done 73 74 if test -n "$COMMIT_FILES" \ 75 && ! ${CVS} commit -m "Daily bump." $COMMIT_FILES; then 76 # If we could not commit the files, indicate failure. 77 RESULT=1 78 fi 79 80 # Remove the files. 81 rm -rf gcc 27 82 done 28 83 29 for file in $cppdefine_FILES; do 30 OLD_VERSION=`/bin/cat $file` 31 /bin/sed -e "s/\(#.*\) [0-9][0-9][0-9][0-9][0-9][0-9][0-9][0-9]/\1 ${CURR_DATE}/" >${file} <<HERE 32 $OLD_VERSION 33 HERE 34 done 84 /bin/rm -rf /tmp/$$ 85 exit $RESULT 35 86 36 /usr/local/bin/cvs commit -m "Daily bump." $textstring_FILES $cppdefine_FILES37 commit_results=$?38 39 /bin/rm -rf /tmp/$$40 exit $commit_results41 -
Property cvs2svn:cvs-rev
changed from
-
branches/GNU/src/gcc/maintainer-scripts/update_web_docs
-
Property cvs2svn:cvs-rev
changed from
1.1
to1.1.1.2
r1390 r1391 95 95 includedir=gcc/gcc/doc/include 96 96 97 MANUALS="cpp c hill cppinternals gcc gccint gcj g77 gnat-stylelibiberty porting"97 MANUALS="cpp cppinternals fastjar gcc gccint gcj g77 gnat_ug_unx gnat_ug_vms gnat_ug_vxw gnat_ug_wnt gnat-style gnat_rm libiberty porting" 98 98 99 99 # Now convert the relevant files from texi to HTML and PostScript. … … 138 138 done 139 139 140 news_file=g77/News.html141 bugs_file=g77/Trouble.html142 143 140 cd $DOCSDIR 144 145 rm -f g77_news.html146 rm -f g77_bugs.html147 rm -f g77_news.html.gz148 rm -f g77_bugs.html.gz149 ln $news_file g77_news.html150 ln $bugs_file g77_bugs.html151 ln ${news_file}.gz g77_news.html.gz152 ln ${bugs_file}.gz g77_bugs.html.gz153 141 154 142 # Finally, generate the installation documentation (but only for CVS HEAD). -
Property cvs2svn:cvs-rev
changed from
-
branches/GNU/src/gcc/maintainer-scripts/update_web_docs_old
-
Property cvs2svn:cvs-rev
changed from
1.1
to1.1.1.2
r1390 r1391 75 75 if [ -z "$RELEASE" ]; then 76 76 RELEASE=HEAD 77 DO_THANKS_HTML=y78 else79 DO_THANKS_HTML=n80 77 fi 81 78 … … 138 135 done 139 136 140 news_file=`grep "News About GNU Fortran" $DOCSDIR/g77_toc.html | sed -e '/HREF=.*[^.]/ s#^.*HREF="##g' | sed -e 's%#SEC.*%%g'`141 bugs_file=`grep "Known Causes of Trouble with GNU Fortran" $DOCSDIR/g77_toc.html | sed -e '/HREF=.*[^.]/ s#^.*HREF="##g' | sed -e 's%#SEC.*%%g'`142 contrib_file=`grep "Contributors to GCC" $DOCSDIR/gcc_toc.html | sed -e '/HREF=.*[^.]/ s#^.*HREF="##g' | sed -e 's%#SEC.*%%g'`143 144 137 cd $DOCSDIR 145 146 rm -f g77_news.html147 rm -f g77_bugs.html148 rm -f g77_news.html.gz149 rm -f g77_bugs.html.gz150 ln $news_file g77_news.html151 ln $bugs_file g77_bugs.html152 ln ${news_file}.gz g77_news.html.gz153 ln ${bugs_file}.gz g77_bugs.html.gz154 155 if [ "$DO_THANKS_HTML" = y ]; then156 cd $WWWBASE157 rm -f thanks.html158 rm -f thanks.html.gz159 ln onlinedocs/$contrib_file thanks.html160 ln onlinedocs/${contrib_file}.gz thanks.html.gz161 fi162 138 163 139 # Finally, generate the installation documentation (but only for CVS HEAD). -
Property cvs2svn:cvs-rev
changed from
Note:
See TracChangeset
for help on using the changeset viewer.