« Auto-éditer un wikilivre/Annexer (Version internationalisée)/cp-src2bin.sh » : différence entre les versions

Contenu supprimé Contenu ajouté
m →‎Manuel : !
→‎Manuel : Ajout du manuel
Ligne 345 :
== Manuel ==
<pre style="color:white;background-color:black;">
compil2bin(1) Linux User's Manual compil2bin(1)
 
NAME
compi2bin - compilation program consists of eliminating the tags of
Documentation, Manual, Organization-charts, Programmers-doc Tests-doc
and producing .pot .po files for the translations, can also update .mo
files.
 
SYNOPSIS
compil2bin $(SRC) [$(BIN)|$(SBIN)|$(LIB)] [files-list] in Makefile
compil2bin [--v|srcdir] [bindir|sbindir|libdir] [files-list] [--t]
in Add-appendix software
 
DESCRIPTION
This manual page explains the compil2bin program. The compil2bin pro‐
gram is included in Makefile to install sources files in binary direc‐
tories such as bin lib sbin and product .pot .po .mo files to lang
resources directories. If you are edit and saved po files you can copy
.mo files to /usr/share/locale/lang/LC_MESSAGES/.
 
OPTIONS
- [--v]
Print the compil2bin version
 
- $(SRC) and srcdir
This variable is used in makefile example: SRC=/usr/local/src or
srcdir=$Workdir/src in Add_appendix software
 
- [$(BIN)|$(SBIN)|$(LIB)] and [bindir|sbindir|libdir]
This variables are used in makefile example: SBIN=/usr/lo‐
cal/sbin or bindir=$Bindir sbindir=$Sbindir libdir=$Libdir in
Add_appendix software
 
- [file-list]
This arguments list are list of files to convert and install to
$(BIN) or $(SBIN) or $(LIB)
 
- [--t]
Print the compil2bin variables in current command execution
 
EXAMPLES
compil2bin $Srcdir $Bindir
compil2bin $Currentdir/src $Currentdir/bin $Parameters
Variable $Parameters content the list of files to convert
 
NOTES
To complete your information: https://fr.wikibooks.org/wiki/An‐
nexes_de_wikibooks#Makefile_proposé_aux_essais
 
SEE ALSO
addapendix packages
 
compil2bin(1) 5 nov 2021 compil2bin(1)
 
</pre>