some muttbug remains
authorPierre Habouzit <madcoder@debian.org>
Wed, 8 Nov 2006 22:49:50 +0000 (23:49 +0100)
committerPierre Habouzit <madcoder@debian.org>
Wed, 8 Nov 2006 22:49:50 +0000 (23:49 +0100)
Signed-off-by: Pierre Habouzit <madcoder@debian.org>
doc/Makefile.in
doc/muttbug.man [deleted file]

index 9359fe0..bd981b3 100644 (file)
@@ -36,7 +36,6 @@ INCLUDES = -I. -I.. -I$(includedir) -I$(top_srcdir)
 MAKEDOC_CPP = $(CPP) $(INCLUDES) $(DEFS) $(CPPFLAGS) -D_MAKEDOC -C 
 
 DISTFILES = Makefile.in dotlock.man    \
-       muttbug.man                     \
        mutt.man                        \
        PGP-Notes.txt                   \
        applying-patches.txt            \
@@ -74,9 +73,6 @@ install: all instdoc
        $(top_srcdir)/mkinstalldirs $(DESTDIR)$(mandir)/man1
        $(top_srcdir)/mkinstalldirs $(DESTDIR)$(mandir)/man5
        ./instdoc madmutt.1 $(DESTDIR)$(mandir)/man1/madmutt.1
-       ./instdoc $(srcdir)/muttbug.man $(DESTDIR)$(mandir)/man1/madmutt-flea.1
-       echo ".so $(mandir)/man1/madmutt-flea.1" > $(DESTDIR)$(mandir)/man1/madmuttbug.1
-       echo ".so $(mandir)/man1/madmutt-flea.1" > $(DESTDIR)$(mandir)/man1/fleang.1
        ./instdoc $(srcdir)/dotlock.man \
                $(DESTDIR)$(mandir)/man1/madmutt_dotlock.1
        ./instdoc muttrc.man $(DESTDIR)$(mandir)/man5/madmuttrc.5
@@ -96,7 +92,7 @@ install: all instdoc
        -$(INSTALL) -m 644 madmutt.css $(DESTDIR)$(docdir)/html || true
 
 uninstall:
-       for f in madmutt.1 mutt_dotlock.1 fleang.1 madmutt-flea.1 madmuttbug.1 ; do \
+       for f in madmutt.1 mutt_dotlock.1 madmutt-flea.1 ; do \
          rm -f $(DESTDIR)$(mandir)/man1/$$f ; \
        done
        for f in madmuttrc.5 madmutt-mbox.5  ; do \
diff --git a/doc/muttbug.man b/doc/muttbug.man
deleted file mode 100644 (file)
index ef6fef8..0000000
+++ /dev/null
@@ -1,40 +0,0 @@
-.\" -*-nroff-*-
-.\"
-.\"
-.\"     Copyright (C) 1996-2000 Thomas Roessler <roessler@does-not-exist.org>
-.\" 
-.\"     This program is free software; you can redistribute it and/or modify
-.\"     it under the terms of the GNU General Public License as published by
-.\"     the Free Software Foundation; either version 2 of the License, or
-.\"     (at your option) any later version.
-.\" 
-.\"     This program is distributed in the hope that it will be useful,
-.\"     but WITHOUT ANY WARRANTY; without even the implied warranty of
-.\"     MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
-.\"     GNU General Public License for more details.
-.\" 
-.\"     You should have received a copy of the GNU General Public License
-.\"     along with this program; if not, write to the Free Software
-.\"     Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
-.\"
-.TH fleang 1 "January 2005" Unix "User Manuals"
-.SH NAME
-fleang \- Report a bug (or rather a flea) in Madmutt. (OBSOLETE)
-.SH DESCRIPTION
-.PP
-.B fleang
-used to be a shell script which helped you to submit a bug report against the 
-.BR madmutt (1)
-mail user agent.
-.PP
-If you want to submit bugs with a web interface use:
-http://developer.berlios.de/bugs/?group_id=2853
-.PP
-.B fleang
-is now a shell script that prints a short error message and exits.
-.SH
-AUTHOR
-.PP
-.B fleang
-and this manual page were written by Thomas Roessler
-<roessler@does-not-exist.org>.