diff options
author | Sébastien Helleu <flashcode@flashtux.org> | 2015-01-24 17:26:47 +0100 |
---|---|---|
committer | Sébastien Helleu <flashcode@flashtux.org> | 2015-01-24 17:26:47 +0100 |
commit | 9f8034f890941c2039e3393f0c31319af0fdaff7 (patch) | |
tree | 3b8a1562494506fb7c22647a02c1d2b67952fb1e | |
parent | a6327bc6f20252481366406580bab9d60e6b5725 (diff) | |
download | weechat-9f8034f890941c2039e3393f0c31319af0fdaff7.zip |
core: fix name of asciidoc CSS files (autotools)
-rw-r--r-- | doc/Makefile.am | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/Makefile.am b/doc/Makefile.am index 68c32820d..44e50c9d8 100644 --- a/doc/Makefile.am +++ b/doc/Makefile.am @@ -23,8 +23,8 @@ SUBDIRS = . en fr it de pl es ru ja EXTRA_DIST = docgen.py \ CMakeLists.txt \ asciidoc.conf \ - asciidoc.css \ - toc2.css + asciidoc_toc.css \ + asciidoc_toc2.css uninstall-hook: -rmdir $(DESTDIR)$(datadir)/doc/$(PACKAGE) |