X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/7b642ce61e73d9694e23771ca2bea78143996f0f..7328cbd6ab400a613f6c160beffbdb3abb44c8ad:/doc/Makefile diff --git a/doc/Makefile b/doc/Makefile index d401fbdf9..1496c11db 100644 --- a/doc/Makefile +++ b/doc/Makefile @@ -1,3 +1,18 @@ +# The Installation Documentation is being written in 'INSTALL.texi' using +# the texinfo syntax. Visit http://www.gnu.org/software/texinfo/ and +# http://cvs.savannah.gnu.org/viewvc/*checkout*/texinfo/doc/refcard/txirefcard-a4.pdf?root=texinfo +# +# In order to generate the files INSTALL.txt and the HTML files under +# INSTALL/ you have to install the 'make' and 'textinfo' packages of +# your operating system. +# Possibly a 'Lx-Office_Installation_DE.pdf' will generated too. +# +# Usage: +# cd doc/ +# make + all: - makeinfo --html --document-language=de_DE INSTALL.texi - makeinfo --plaintext --document-language=de_DE -o INSTALL.txt INSTALL.texi + rm -f INSTALL/*.html + makeinfo --html --document-language=de_DE.UTF-8 INSTALL.texi + makeinfo --plaintext --document-language=de_DE.UTF-8 -o INSTALL.txt INSTALL.texi + texi2pdf -p -c -q -o Lx-Office_Installation_DE.pdf INSTALL.texi