diff options
author | Sébastien Helleu <flashcode@flashtux.org> | 2016-05-03 21:31:55 +0200 |
---|---|---|
committer | Sébastien Helleu <flashcode@flashtux.org> | 2016-05-14 09:42:57 +0200 |
commit | 220bd837aea2fac67594b8b62291f306f70a6230 (patch) | |
tree | 47d3f583bdccfbba4a15e234bbef8d3a50f5d0e6 /doc/Makefile.am | |
parent | f3163aa271b3f1b45244ec09ba4c566450a07a24 (diff) | |
download | weechat-220bd837aea2fac67594b8b62291f306f70a6230.zip |
doc: use asciidoctor instead of asciidoc (issue #722)
Diffstat (limited to 'doc/Makefile.am')
-rw-r--r-- | doc/Makefile.am | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/doc/Makefile.am b/doc/Makefile.am index 1470839da..05c0aeefc 100644 --- a/doc/Makefile.am +++ b/doc/Makefile.am @@ -21,13 +21,7 @@ SUBDIRS = . en fr it de pl es ru ja cs EXTRA_DIST = docgen.py \ - CMakeLists.txt \ - asciidoc.conf \ - asciidoc_toc.css \ - asciidoc_toc2.css + CMakeLists.txt uninstall-hook: -rmdir $(DESTDIR)$(datadir)/doc/$(PACKAGE) - -clean-local: - -rm -f asciidoc_toc.css asciidoc_toc2.css |