added man pages

git-svn-id: trunk@17717 -
This commit is contained in:
mattias 2008-12-07 22:49:50 +00:00
parent fa43353907
commit bd13f3946a
5 changed files with 154 additions and 0 deletions

4
.gitattributes vendored
View File

@ -3258,7 +3258,11 @@ install/lazarus.desktop svneol=native#text/plain
install/man/Makefile svneol=native#text/plain
install/man/man1/lazarus-ide.1 svneol=native#text/plain
install/man/man1/lazbuild.1 svneol=native#text/plain
install/man/man1/lazres.1 svneol=native#text/plain
install/man/man1/lrstolfm.1 svneol=native#text/plain
install/man/man1/startlazarus.1 svneol=native#text/plain
install/man/man1/svn2revisioninc.1 svneol=native#text/plain
install/man/man1/updatepofiles.1 svneol=native#text/plain
languages/README.txt svneol=native#text/plain
languages/installerstrconsts.de.po svneol=native#text/plain
languages/installerstrconsts.es.po svneol=native#text/plain

34
install/man/man1/lazres.1 Normal file
View File

@ -0,0 +1,34 @@
.TH "lazres" "1" "07 December 2008" "Lazarus" "Lazarus Resource Builder"
.SH "NAME"
lazres \- The Lazarus resource builder.
.SH "SYNOPSIS"
.B lazres
.I resourcefilename filename1 [filename2 ... filenameN]
.br
.B lazres
.I resourcefilename @filelist
.SH "DESCRIPTION"
.B lazres
builds resources for a Lazarus project or package.
.SH "OPTIONS"
.TP
.BI "\-h"
Displays a short help message.
.SH "SEE ALSO"
.IP
.BR lazarus\-ide (1)
.BR startlazarus (1)
.BR lazbuild (1)
.BR fpc (1)
.BR ld (1)
.BR fpcmake (1)
.BR make (1)
.SH "Websites"
.IP
.BR http://www.lazarus.freepascal.org

View File

@ -0,0 +1,29 @@
.TH "lrstolfm" "1" "07 December 2008" "Lazarus" "Lazarus Resource Translator"
.SH "NAME"
lrstolfm \- The Lazarus resource Translator.
.SH "SYNOPSIS"
.B lrstolfm
.I resourcefilename [resourcename]
.SH "DESCRIPTION"
.B lrstolfm
Creates an LFM file from resources for a Lazarus project or package (LRS).
.SH "OPTIONS"
No option. If called without any argument it gives a short help message.
.SH "SEE ALSO"
.IP
.BR lazarus\-ide (1)
.BR startlazarus (1)
.BR lazbuild (1)
.BR fpc (1)
.BR ld (1)
.BR fpcmake (1)
.BR make (1)
.SH "Websites"
.IP
.BR http://www.lazarus.freepascal.org

View File

@ -0,0 +1,58 @@
.TH "svn2revisioninc" "1" "07 December 2008" "Lazarus" "Utility to create revision.inc file from SVN repository"
.SH "NAME"
svn2revisioninc \- The Lazarus utility to create revision.inc file from SVN repository.
.SH "SYNOPSIS"
.B svn2revisioninc
.br
.B svn2revisioninc
.I [Options] <repository path> <output file>
.br
.B svn2revisioninc
.I <repository path> [Options] <output file>
.SH "DESCRIPTION"
.B svn2revisioninc
is used by
.B Lazarus
build system to create revision.inc file from SVN repository.
.SH "NOTES"
.TP
1st switchless parameter = <repository path> (default is current directory)
.TP
2nd switchless parameter = <output file> (default is default revision.inc)
.SH "OPTIONS"
.TP
.BI "\-h"
Displays a short help message.
.TP
.BI "\-\-o"
Output file. This overrides <output file>
.TP
.BI "\-\-c=<name>"
Name of constant (default
.B "RevisionStr"
).
.TP
.BI "\-\-s"
write revision to stdout, do not create inc file
.TP
.BI "\-\-v"
Be verbose
.SH "SEE ALSO"
.IP
.BR lazarus\-ide (1)
.BR startlazarus (1)
.BR lazbuild (1)
.BR fpc (1)
.BR ld (1)
.BR fpcmake (1)
.BR make (1)
.SH "Websites"
.IP
.BR http://www.lazarus.freepascal.org

View File

@ -0,0 +1,29 @@
.TH "updatepofiles" "1" "07 December 2008" "Lazarus" "Lazarus Translation Tool"
.SH "NAME"
updatepofiles \- The Lazarus resource builder.
.SH "SYNOPSIS"
.B updatepofiles
.I filename1.po [filename2.po ... filenameN.po]
.SH "DESCRIPTION"
.B updatepofiles
Update internationalization files.
.SH "OPTIONS"
No option. If called without any argument it gives a short help message.
.SH "SEE ALSO"
.IP
.BR lazarus\-ide (1)
.BR startlazarus (1)
.BR lazbuild (1)
.BR fpc (1)
.BR ld (1)
.BR fpcmake (1)
.BR make (1)
.SH "Websites"
.IP
.BR http://www.lazarus.freepascal.org