sphinx needs docutils libs for man file generation; typo on french version
svn: r20765
This commit is contained in:
parent
d6b6d09577
commit
159d683ed7
@ -276,19 +276,19 @@ gramps(1) 4.0.0 gramps(1)
|
|||||||
Donald Allingham <don@gramps-project.org>
|
Donald Allingham <don@gramps-project.org>
|
||||||
http://gramps-project.org/
|
http://gramps-project.org/
|
||||||
|
|
||||||
Cette page man a d'abord été écrite par:
|
Cette page man a d'abord été écrite par :
|
||||||
Brandon L. Griffith <brandon@debian.org>
|
Brandon L. Griffith <brandon@debian.org>
|
||||||
pour Debian GNU/Linux système.
|
pour Debian GNU/Linux système.
|
||||||
|
|
||||||
Cette page man est maintenue par:
|
Cette page man est maintenue par :
|
||||||
Gramps project <xxx@gramps-project.org>
|
Gramps project <xxx@gramps-project.org>
|
||||||
|
|
||||||
La traduction française:
|
La traduction française :
|
||||||
Jérôme Rapinat <romjerome@yahoo.fr>
|
Jérôme Rapinat <romjerome@yahoo.fr>
|
||||||
|
|
||||||
|
|
||||||
**DOCUMENTATION**
|
**DOCUMENTATION**
|
||||||
La documentation-utilisateur est disponible par via un navigateur
|
La documentation-utilisateur est disponible par un navigateur
|
||||||
standard sous la forme du manuel Gramps.
|
standard sous la forme du manuel Gramps.
|
||||||
|
|
||||||
La documentation pour développeur est disponible sur le site
|
La documentation pour développeur est disponible sur le site
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
.TH "GRAMPS" "1" "03 December 2012" "4.0" "Gramps"
|
.TH "GRAMPS" "1" "04 December 2012" "4.0" "Gramps"
|
||||||
.SH NAME
|
.SH NAME
|
||||||
gramps \- Gramps Documentation
|
gramps \- Gramps Documentation
|
||||||
.
|
.
|
||||||
@ -318,18 +318,18 @@ besoins
|
|||||||
Donald Allingham <\fI\%don@gramps-project.org\fP>
|
Donald Allingham <\fI\%don@gramps-project.org\fP>
|
||||||
\fI\%http://gramps-project.org/\fP
|
\fI\%http://gramps-project.org/\fP
|
||||||
.sp
|
.sp
|
||||||
Cette page man a d\(aqabord été écrite par:
|
Cette page man a d\(aqabord été écrite par :
|
||||||
Brandon L. Griffith <\fI\%brandon@debian.org\fP>
|
Brandon L. Griffith <\fI\%brandon@debian.org\fP>
|
||||||
pour Debian GNU/Linux système.
|
pour Debian GNU/Linux système.
|
||||||
.sp
|
.sp
|
||||||
Cette page man est maintenue par:
|
Cette page man est maintenue par :
|
||||||
Gramps project <\fI\%xxx@gramps-project.org\fP>
|
Gramps project <\fI\%xxx@gramps-project.org\fP>
|
||||||
.sp
|
.sp
|
||||||
La traduction française:
|
La traduction française :
|
||||||
Jérôme Rapinat <\fI\%romjerome@yahoo.fr\fP>
|
Jérôme Rapinat <\fI\%romjerome@yahoo.fr\fP>
|
||||||
.TP
|
.TP
|
||||||
.B \fBDOCUMENTATION\fP
|
.B \fBDOCUMENTATION\fP
|
||||||
La documentation\-utilisateur est disponible par via un navigateur
|
La documentation\-utilisateur est disponible par un navigateur
|
||||||
standard sous la forme du manuel Gramps.
|
standard sous la forme du manuel Gramps.
|
||||||
.sp
|
.sp
|
||||||
La documentation pour développeur est disponible sur le site
|
La documentation pour développeur est disponible sur le site
|
||||||
|
@ -130,6 +130,7 @@ def build():
|
|||||||
|
|
||||||
os.system('''%(program)s -b html . _build/html''' % {'program': sphinxCmd})
|
os.system('''%(program)s -b html . _build/html''' % {'program': sphinxCmd})
|
||||||
os.system('''%(program)s -b htmlhelp . _build/htmlhelp''' % {'program': sphinxCmd})
|
os.system('''%(program)s -b htmlhelp . _build/htmlhelp''' % {'program': sphinxCmd})
|
||||||
|
if DOCUTILS:
|
||||||
os.system('''%(program)s -b man . .''' % {'program': sphinxCmd})
|
os.system('''%(program)s -b man . .''' % {'program': sphinxCmd})
|
||||||
os.system('''%(program)s -b text . _build/text''' % {'program': sphinxCmd})
|
os.system('''%(program)s -b text . _build/text''' % {'program': sphinxCmd})
|
||||||
os.system('''%(program)s -b changes . _build/changes''' % {'program': sphinxCmd})
|
os.system('''%(program)s -b changes . _build/changes''' % {'program': sphinxCmd})
|
||||||
@ -141,6 +142,7 @@ def build():
|
|||||||
% {'lang': lang, 'program': sphinxCmd})
|
% {'lang': lang, 'program': sphinxCmd})
|
||||||
os.system('''%(program)s -b htmlhelp -D language="%(lang)s" master_doc="%(lang)s" %(lang)s %(lang)s'''
|
os.system('''%(program)s -b htmlhelp -D language="%(lang)s" master_doc="%(lang)s" %(lang)s %(lang)s'''
|
||||||
% {'lang': lang, 'program': sphinxCmd})
|
% {'lang': lang, 'program': sphinxCmd})
|
||||||
|
if DOCUTILS:
|
||||||
os.system('''%(program)s -b man %(lang)s %(lang)s'''
|
os.system('''%(program)s -b man %(lang)s %(lang)s'''
|
||||||
% {'lang': lang, 'program': sphinxCmd})
|
% {'lang': lang, 'program': sphinxCmd})
|
||||||
os.system('''%(program)s -b text -D language="%(lang)s" master_doc="%(lang)s" %(lang)s %(lang)s'''
|
os.system('''%(program)s -b text -D language="%(lang)s" master_doc="%(lang)s" %(lang)s %(lang)s'''
|
||||||
|
Loading…
Reference in New Issue
Block a user