[Wisp-cvs] wisp/doc frer.1,NONE,1.1 Makefile.am,1.22,1.23
Status: Alpha
Brought to you by:
digg
From: <di...@us...> - 2003-02-08 14:30:14
|
Update of /cvsroot/wisp/wisp/doc In directory sc8-pr-cvs1:/tmp/cvs-serv22762 Modified Files: Makefile.am Added Files: frer.1 Log Message: wrote a manual page for frer(1) --- NEW FILE: frer.1 --- .\" frer.1 - the frer(1) manual page .\" .\" Copyleft © 2003 by Andres Soolo (di...@us...) .\" This file is licensed under the GNU GPL v2. If you .\" don't know what that means, please do read the GPL. .\" .\" @(#) $Id: frer.1,v 1.1 2003/02/08 14:30:10 digg Exp $ .\" .TH worth 1 "8 Feb 2003" "0.9.9" "Wisp software suite" .SH NAME frer \- FRER compiler .SH SYNOPSIS .B frer .RI [ option ".\|.\|.] " filename .SH DESCRIPTION .I Frer reads the specified file using the .B read procedure of Wisp repeatedly, then writes the resulting object into an output file in the FRER-format for fast reading. The FRER-format preparsed modules are mostly used by the Wisp's module system. .SH OPTIONS .TP \fB\-o\fP, \fB\-\-output\fP=\fIname\fP Specifies name for the resulting FRER-file. .SH AUTHOR This manual page frer written by Andres Soolo <di...@us...>. Index: Makefile.am =================================================================== RCS file: /cvsroot/wisp/wisp/doc/Makefile.am,v retrieving revision 1.22 retrieving revision 1.23 diff -u -d -r1.22 -r1.23 --- Makefile.am 8 Feb 2003 13:20:59 -0000 1.22 +++ Makefile.am 8 Feb 2003 14:30:10 -0000 1.23 @@ -9,12 +9,12 @@ AUTOMAKE_OPTIONS = no-texinfo.tex EXTRA_DIST = .cvsignore \ - wisp.1 worth.1 was.1 \ + wisp.1 worth.1 was.1 frer.1 \ wisp.texi.ewisp \ depends.txt paw.txt \ wisp.vim wispstruc.vim ewisp.vim worth.vim wid.vim texi-ewisp.vim -man_MANS = wisp.1 worth.1 was.1 +man_MANS = wisp.1 worth.1 was.1 frer.1 info_TEXINFOS = wisp.texi txt_DATA = paw.txt |