diff options
author | Sebastien Helleu <flashcode@flashtux.org> | 2014-01-23 18:38:53 +0100 |
---|---|---|
committer | Sebastien Helleu <flashcode@flashtux.org> | 2014-01-23 18:38:53 +0100 |
commit | bf16399096385a6569485230b535be7d5d8a596e (patch) | |
tree | 9a7991418e8aa049f34821e8a76c4d1fffcc50a1 /doc/de/Makefile.am | |
parent | 3acdcee0d94feaf2845c3e74d323f8c5dd01d70a (diff) | |
download | weechat-bf16399096385a6569485230b535be7d5d8a596e.zip |
doc: move asciidoc attributes from command line into files
Diffstat (limited to 'doc/de/Makefile.am')
-rw-r--r-- | doc/de/Makefile.am | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/doc/de/Makefile.am b/doc/de/Makefile.am index 218f1819b..809d6029a 100644 --- a/doc/de/Makefile.am +++ b/doc/de/Makefile.am @@ -50,27 +50,27 @@ all-local: $(man_targets) $(doc_targets) weechat.1: weechat.1.de.txt cmdline_options.de.txt cp -f $(abs_top_srcdir)/doc/de/weechat.1.de.txt . cp -f $(abs_top_srcdir)/doc/de/cmdline_options.de.txt . - $(A2X) -a lang=de -a revision="WeeChat $(VERSION)" -d manpage -f manpage -L weechat.1.de.txt + $(A2X) -a revision="WeeChat $(VERSION)" -d manpage -f manpage -L weechat.1.de.txt # user's guide weechat_user.de.html: weechat_user.de.txt cmdline_options.de.txt $(wildcard autogen/user/*.txt) - $(ASCIIDOC) -a lang=de -a toc -a toclevels=4 -a revision="$(VERSION)" -a stylesheet=$(abs_top_srcdir)/doc/asciidoc.css -f $(abs_top_srcdir)/doc/asciidoc.conf -n -o weechat_user.de.html $(abs_top_srcdir)/doc/de/weechat_user.de.txt + $(ASCIIDOC) -a revision="$(VERSION)" -a stylesheet=$(abs_top_srcdir)/doc/asciidoc.css -f $(abs_top_srcdir)/doc/asciidoc.conf -n -o weechat_user.de.html $(abs_top_srcdir)/doc/de/weechat_user.de.txt # scripting guide weechat_scripting.de.html: weechat_scripting.de.txt - $(ASCIIDOC) -a lang=de -a toc -a toclevels=3 -a revision="$(VERSION)" -a stylesheet=$(abs_top_srcdir)/doc/asciidoc.css -f $(abs_top_srcdir)/doc/asciidoc.conf -n -o weechat_scripting.de.html $(abs_top_srcdir)/doc/de/weechat_scripting.de.txt + $(ASCIIDOC) -a revision="$(VERSION)" -a stylesheet=$(abs_top_srcdir)/doc/asciidoc.css -f $(abs_top_srcdir)/doc/asciidoc.conf -n -o weechat_scripting.de.html $(abs_top_srcdir)/doc/de/weechat_scripting.de.txt # FAQ weechat_faq.de.html: weechat_faq.de.txt - $(ASCIIDOC) -a lang=de -a toc -a revision="$(VERSION)" -a stylesheet=$(abs_top_srcdir)/doc/asciidoc.css -f $(abs_top_srcdir)/doc/asciidoc.conf -n -o weechat_faq.de.html $(abs_top_srcdir)/doc/de/weechat_faq.de.txt + $(ASCIIDOC) -a revision="$(VERSION)" -a stylesheet=$(abs_top_srcdir)/doc/asciidoc.css -f $(abs_top_srcdir)/doc/asciidoc.conf -n -o weechat_faq.de.html $(abs_top_srcdir)/doc/de/weechat_faq.de.txt # quickstart weechat_quickstart.de.html: weechat_quickstart.de.txt - $(ASCIIDOC) -a lang=de -a toc -a revision="$(VERSION)" -a stylesheet=$(abs_top_srcdir)/doc/asciidoc.css -f $(abs_top_srcdir)/doc/asciidoc.conf -n -o weechat_quickstart.de.html $(abs_top_srcdir)/doc/de/weechat_quickstart.de.txt + $(ASCIIDOC) -a revision="$(VERSION)" -a stylesheet=$(abs_top_srcdir)/doc/asciidoc.css -f $(abs_top_srcdir)/doc/asciidoc.conf -n -o weechat_quickstart.de.html $(abs_top_srcdir)/doc/de/weechat_quickstart.de.txt # tester's guide weechat_tester.de.html: weechat_tester.de.txt - $(ASCIIDOC) -a lang=de -a toc -a revision="$(VERSION)" -a stylesheet=$(abs_top_srcdir)/doc/asciidoc.css -f $(abs_top_srcdir)/doc/asciidoc.conf -n -o weechat_tester.de.html $(abs_top_srcdir)/doc/de/weechat_tester.de.txt + $(ASCIIDOC) -a revision="$(VERSION)" -a stylesheet=$(abs_top_srcdir)/doc/asciidoc.css -f $(abs_top_srcdir)/doc/asciidoc.conf -n -o weechat_tester.de.html $(abs_top_srcdir)/doc/de/weechat_tester.de.txt # install man/docs |