X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=doc%2FMakefile;h=1496c11dbd5ff5472e9839c45497b4ccefc3ccb0;hb=bb800c52769934354b53caa7a81ee52e88e3b4d4;hp=933a9ee1bc1e734e9b02fbea5e4f29a4ce8fabce;hpb=e055700faea1906bea6c03184ba4516b57cac887;p=kivitendo-erp.git diff --git a/doc/Makefile b/doc/Makefile index 933a9ee1b..1496c11db 100644 --- a/doc/Makefile +++ b/doc/Makefile @@ -1,4 +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: 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 + 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