diff options
author | Sebastien Helleu <flashcode@flashtux.org> | 2006-07-10 13:29:42 +0000 |
---|---|---|
committer | Sebastien Helleu <flashcode@flashtux.org> | 2006-07-10 13:29:42 +0000 |
commit | cc47e94422e6c0afce2df6ab5f73a3a68c25edea (patch) | |
tree | ac08e35abaa22a5ba9c986302ba4c9b779227a64 /doc | |
parent | 70331a15b5c6f310a43107a0eefb44148141fbb0 (diff) | |
download | weechat-cc47e94422e6c0afce2df6ab5f73a3a68c25edea.zip |
Replaced weechat-html(-one).xsl by .xsl.in in EXTRA_DIST
Diffstat (limited to 'doc')
-rw-r--r-- | doc/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/Makefile.am b/doc/Makefile.am index b895b6750..6146aaeb8 100644 --- a/doc/Makefile.am +++ b/doc/Makefile.am @@ -19,7 +19,7 @@ SUBDIRS = . en fr de ru pl cs man_MANS = weechat-curses.1 -EXTRA_DIST = $(man_MANS) weechat-doc.css weechat-html-one.xsl weechat-html.xsl +EXTRA_DIST = $(man_MANS) weechat-doc.css weechat-html-one.xsl.in weechat-html.xsl.in all-local: weechat-html.xsl weechat-html-one.xsl |