diff options
Diffstat (limited to 'doc/de/Makefile.am')
-rw-r--r-- | doc/de/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/de/Makefile.am b/doc/de/Makefile.am index cf66e5d5f..4b79d1556 100644 --- a/doc/de/Makefile.am +++ b/doc/de/Makefile.am @@ -44,7 +44,7 @@ weechat_scripting.de.html: weechat_scripting.de.txt # FAQ weechat_faq.de.html: weechat_faq.de.txt - $(ASCIIDOC) -a toc -a toc-title='Inhaltsverzeichnis' -a date=`date "+%F"` -a revision="$(VERSION)" -a stylesheet=`pwd`/../asciidoc.css -n -o weechat_faq.de.html weechat_faq.de.txt + $(ASCIIDOC) -a toc -a toc-title='Inhaltsverzeichnis' -a date=`date "+%F"` -a revision="$(VERSION)" -a stylesheet=`pwd`/../asciidoc.css -f `pwd`/../asciidoc.conf -n -o weechat_faq.de.html weechat_faq.de.txt # quickstart weechat_quickstart.de.html: weechat_quickstart.de.txt |