[= AutoGen5 Template -*- Mode: html -*- html # Time-stamp: "2007-07-04 11:41:17 bkorb" # Version: "$Revision: 4.14 $ ## ## This file is part of AutoGen. ## AutoGen copyright (c) 1992-2007 Bruce Korb - all rights reserved ## ## AutoGen is free software: you can redistribute it and/or modify it ## under the terms of the GNU General Public License as published by the ## Free Software Foundation, either version 3 of the License, or ## (at your option) any later version. ## ## AutoGen is distributed in the hope that it will be useful, but ## WITHOUT ANY WARRANTY; without even the implied warranty of ## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. ## See the GNU General Public License for more details. ## ## You should have received a copy of the GNU General Public License along ## with this program. If not, see . =] [=(dne " == " " [= title =] - GNU Project - Free Software Foundation (FSF)

[= project =] version [= version =] - Table of Contents

Free Software Foundation
last updated [=`date '+%B %e, %Y'`=]

The manual for the [= project =] project is available in the following formats:

[= (define fnam "") (define fsiz 0) (define (compute-size dir sfx) (begin (set! fnam (string-append dir "/" package sfx)) (set! fsiz (if (access? fnam R_OK) (stat:size (stat fnam)) 0 )) (shellf "fsiz='%d' if test ${fsiz} -lt 4096 then echo ${fsiz} else fsiz=`expr ${fsiz} / 1024` if test ${fsiz} -lt 2048 then echo ${fsiz}K else fsiz=`expr ${fsiz} / 1024` echo ${fsiz}M fi fi" fsiz) ) ) =]

(This page generated by the autogen program in conjunction with a fairly simple template.)