diff options
author | Sebastien Helleu <flashcode@flashtux.org> | 2011-05-15 09:05:11 +0200 |
---|---|---|
committer | Sebastien Helleu <flashcode@flashtux.org> | 2011-05-15 09:05:11 +0200 |
commit | 6068f7d268e26e28e57bbd6e4ea8dd40d6b7e6a4 (patch) | |
tree | e82c71c5a15394a856e25e7bda6b2bbb075eb494 /doc/ja | |
parent | 267b82199c2fe20cce099f0698dac219b52c5c5f (diff) | |
download | weechat-6068f7d268e26e28e57bbd6e4ea8dd40d6b7e6a4.zip |
core: fix compilation of doc in standalone package
Diffstat (limited to 'doc/ja')
-rw-r--r-- | doc/ja/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/ja/Makefile.am b/doc/ja/Makefile.am index 87cba0243..04f6f10b1 100644 --- a/doc/ja/Makefile.am +++ b/doc/ja/Makefile.am @@ -26,7 +26,7 @@ all-local: weechat_quickstart.ja.html # quickstart weechat_quickstart.ja.html: weechat_quickstart.ja.txt - $(ASCIIDOC) -a toc -a toc-title='目次' -a date=`date "+%F"` -a revision="$(VERSION)" -a stylesheet=`pwd`/../asciidoc.css -n -o weechat_quickstart.ja.html weechat_quickstart.ja.txt + $(ASCIIDOC) -a toc -a toc-title='目次' -a date=`date "+%F"` -a revision="$(VERSION)" -a stylesheet=$(abs_top_srcdir)/doc/asciidoc.css -n -o weechat_quickstart.ja.html weechat_quickstart.ja.txt # install docs |