Revision e08c98d4
Von Moritz Bunkus vor mehr als 13 Jahren hinzugefügt
doc/Makefile | ||
---|---|---|
2 | 2 |
# the texinfo syntax. Visit http://www.gnu.org/software/texinfo/ and |
3 | 3 |
# http://cvs.savannah.gnu.org/viewvc/*checkout*/texinfo/doc/refcard/txirefcard-a4.pdf?root=texinfo |
4 | 4 |
# |
5 |
# In order to generate the files INSTALL.txt and the HTML files under |
|
6 |
# INSTALL/ you have to install the 'make' and 'textinfo' packages of |
|
7 |
# your operating system. |
|
8 |
# Possibly a 'Lx-Office_Installation_DE.pdf' will generated too. |
|
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. |
|
9 | 8 |
# |
10 | 9 |
# Usage: |
11 | 10 |
# cd doc/ |
12 | 11 |
# make |
13 | 12 |
|
14 |
all: |
|
15 |
rm -f INSTALL/*.html |
|
16 |
makeinfo --html --document-language=de_DE.UTF-8 INSTALL.texi |
|
17 |
makeinfo --plaintext --document-language=de_DE.UTF-8 -o INSTALL.txt INSTALL.texi |
|
18 |
texi2pdf -p -c -q -o Lx-Office_Installation_DE.pdf INSTALL.texi |
|
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 $@ $^ |
Auch abrufbar als: Unified diff
HTML-Version von INSTALL.texi von multiplen Dateien auf eine Datei umgestellt