From 2b4401339ad3a18260db60933631d2277938726c Mon Sep 17 00:00:00 2001 From: Sebastien Helleu Date: Sat, 8 Feb 2014 23:40:21 +0100 Subject: [PATCH] doc: clean temporary files used to build man pages (autotools) --- doc/de/Makefile.am | 2 +- doc/en/Makefile.am | 2 +- doc/fr/Makefile.am | 2 +- doc/it/Makefile.am | 2 +- doc/ja/Makefile.am | 2 +- doc/pl/Makefile.am | 1 + 6 files changed, 6 insertions(+), 5 deletions(-) diff --git a/doc/de/Makefile.am b/doc/de/Makefile.am index 809d6029a..3173aafcb 100644 --- a/doc/de/Makefile.am +++ b/doc/de/Makefile.am @@ -99,5 +99,5 @@ uninstall-doc: # clean clean-local: - -rm -f weechat.1 + -rm -f weechat.1 weechat.1.de.txt cmdline_options.de.txt -rm -f *.html diff --git a/doc/en/Makefile.am b/doc/en/Makefile.am index a8817706b..4a50b4fad 100644 --- a/doc/en/Makefile.am +++ b/doc/en/Makefile.am @@ -118,5 +118,5 @@ uninstall-doc: # clean clean-local: - -rm -f weechat.1 + -rm -f weechat.1 weechat.1.en.txt cmdline_options.en.txt -rm -f *.html diff --git a/doc/fr/Makefile.am b/doc/fr/Makefile.am index 2403e2fc8..a6d20803c 100644 --- a/doc/fr/Makefile.am +++ b/doc/fr/Makefile.am @@ -118,5 +118,5 @@ uninstall-doc: # clean clean-local: - -rm -f weechat.1 + -rm -f weechat.1 weechat.1.fr.txt cmdline_options.fr.txt -rm -f *.html diff --git a/doc/it/Makefile.am b/doc/it/Makefile.am index ca82baf5f..b8fc07772 100644 --- a/doc/it/Makefile.am +++ b/doc/it/Makefile.am @@ -105,5 +105,5 @@ uninstall-doc: # clean clean-local: - -rm -f weechat.1 + -rm -f weechat.1 weechat.1.it.txt cmdline_options.it.txt -rm -f *.html diff --git a/doc/ja/Makefile.am b/doc/ja/Makefile.am index 3e55422c2..50599c0b5 100644 --- a/doc/ja/Makefile.am +++ b/doc/ja/Makefile.am @@ -111,5 +111,5 @@ uninstall-doc: # clean clean-local: - -rm -f weechat.1 + -rm -f weechat.1 weechat.1.ja.txt cmdline_options.ja.txt -rm -f *.html 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