diff options
Diffstat (limited to 'doc/pl/Makefile.am')
-rw-r--r-- | doc/pl/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/pl/Makefile.am b/doc/pl/Makefile.am index c0dbb6f99..a414e34a9 100644 --- a/doc/pl/Makefile.am +++ b/doc/pl/Makefile.am @@ -31,7 +31,7 @@ all-local: weechat_faq.pl.html \ # FAQ weechat_faq.pl.html: weechat_faq.pl.txt - $(ASCIIDOC) -a toc -a toc-title='Spis treści' -a date=`date "+%F"` -a revision="$(VERSION)" -a stylesheet=`pwd`/../asciidoc.css -n -o weechat_faq.pl.html weechat_faq.pl.txt + $(ASCIIDOC) -a toc -a toc-title='Spis treści' -a date=`date "+%F"` -a revision="$(VERSION)" -a stylesheet=`pwd`/../asciidoc.css -f `pwd`/../asciidoc.conf -n -o weechat_faq.pl.html weechat_faq.pl.txt # quickstart weechat_quickstart.pl.html: weechat_quickstart.pl.txt |