diff options
author | Sebastien Helleu <flashcode@flashtux.org> | 2014-02-08 23:40:21 +0100 |
---|---|---|
committer | Sebastien Helleu <flashcode@flashtux.org> | 2014-02-08 23:40:21 +0100 |
commit | 2b4401339ad3a18260db60933631d2277938726c (patch) | |
tree | edfa76ce096f3284589c997060d484aeffc2a214 /doc/pl | |
parent | 7b0e01265b4453605942e26ae77e65922ea9ba7a (diff) | |
download | weechat-2b4401339ad3a18260db60933631d2277938726c.zip |
doc: clean temporary files used to build man pages (autotools)
Diffstat (limited to 'doc/pl')
-rw-r--r-- | doc/pl/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/pl/Makefile.am b/doc/pl/Makefile.am index e3076c4e2..7de5a9bab 100644 --- a/doc/pl/Makefile.am +++ b/doc/pl/Makefile.am @@ -99,4 +99,5 @@ uninstall-doc: # clean clean-local: + -rm -f weechat.1 weechat.1.pl.txt cmdline_options.pl.txt -rm -f *.html |