Merge branch 'master' of vc.linet-services.de:public/lx-office-erp
[kivitendo-erp.git] / doc / Makefile
1 # The Installation Documentation is being written in 'INSTALL.texi' using
2 # the texinfo syntax. Visit http://www.gnu.org/software/texinfo/ and
3 # http://mirrors.ctan.org/macros/texinfo/texinfo/doc/refcard/txirefcard.pdf
4 #
5 # In order to generate the text, HTML and PDF versions of this
6 # documentation you have to install the 'make' and 'textinfo' packages
7 # of your operating system.
8 #
9 # Usage:
10 # cd doc/
11 # make
12
13 all: INSTALL.txt Lx-Office_Installation_DE.pdf
14
15 %.txt: %.texi
16         makeinfo --html      --document-language=de_DE.UTF-8 -o $(patsubst %.txt,%.html,$@) --no-split $^
17         makeinfo --plaintext --document-language=de_DE.UTF-8 -o $@                                     $^
18
19 Lx-Office_Installation_DE.pdf: INSTALL.texi
20         texi2pdf -p -c -q -o $@ $^