doc: create the skeleton to have a documentation for Internationalisation
commit6efbb812b0835fbf18507c7690ec004de0b5dbd7
authorChristophe CURIS <christophe.curis@free.fr>
Tue, 20 Jan 2015 21:03:55 +0000 (20 22:03 +0100)
committerCarlos R. Mafra <crmafra@gmail.com>
Tue, 20 Jan 2015 21:29:24 +0000 (20 21:29 +0000)
tree24a9000b72614d3830b5262da24a7bd0b6b3c80d
parentbb544439f483dba2e35f45fc45cd06ad659fc05c
doc: create the skeleton to have a documentation for Internationalisation

The source of the documentation is in Texinfo format to have the
possibility someday to distribute in more format that just plain text;

There is a new Makefile to generate automatically the plain text file to be
distributed from the source; this doc is also generated by 'autogen.sh'
because a user would expect to find it before compiling the program, so
even before the 'configure' script have been generated, in the case he is
compiling from a git checkout;

There is a new script to generate the documentation, because from the way
we generate it we cannot assume that 'texi2any' is available  and working
on the user's computer; it is also the opportunity to generate a better
looking document (see the description at the beginning of the script);

In this commit, the documentation only contains the base skeleton, it does
not contain yet any useful content because it is worth it's own commit.

Signed-off-by: Christophe CURIS <christophe.curis@free.fr>
.gitignore
Makefile.am
autogen.sh
configure.ac
doc/Makefile.am
doc/build/Makefile.am [new file with mode: 0644]
doc/build/Readme [new file with mode: 0644]
doc/build/Translations.texi [new file with mode: 0644]
script/generate-txt-from-texi.sh [new file with mode: 0755]