summaryrefslogtreecommitdiffstats
path: root/doc/Makefile.in
diff options
context:
space:
mode:
authorThomas Roessler <roessler@does-not-exist.org>2000-07-25 16:30:20 +0000
committerThomas Roessler <roessler@does-not-exist.org>2000-07-25 16:30:20 +0000
commita40395fd890563348ba526e26325721d9fb079f6 (patch)
tree93c751b084db0608a4a5634a5a9622400cbf6b00 /doc/Makefile.in
parent270264df205ad46abc8992964749f304383582ee (diff)
Install muttbug.man als flea.1.
Diffstat (limited to 'doc/Makefile.in')
-rw-r--r--doc/Makefile.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/Makefile.in b/doc/Makefile.in
index c608dfc5..a8dd64f5 100644
--- a/doc/Makefile.in
+++ b/doc/Makefile.in
@@ -71,7 +71,8 @@ install: all
$(top_srcdir)/mkinstalldirs $(DESTDIR)$(mandir)/man1
$(top_srcdir)/mkinstalldirs $(DESTDIR)$(mandir)/man5
$(INSTALL) -m 644 $(srcdir)/mutt.man $(DESTDIR)$(mandir)/man1/mutt.1
- $(INSTALL) -m 644 $(srcdir)/muttbug.man $(DESTDIR)$(mandir)/man1/muttbug.1
+ $(INSTALL) -m 644 $(srcdir)/muttbug.man $(DESTDIR)$(mandir)/man1/flea.1
+ echo ".so $(mandir)/man1/flea.1" > $(DESTDIR)$(mandir)/man1/muttbug.1
$(INSTALL) -m 644 $(srcdir)/dotlock.man \
$(DESTDIR)$(mandir)/man1/mutt_dotlock.1
$(INSTALL) -m 644 muttrc.man $(DESTDIR)$(mandir)/man5/muttrc.5
@@ -95,7 +96,6 @@ uninstall:
-rm -rf $(DESTDIR)$(docdir)
check:
-
manual.txt: manual.sgml
if sgml2txt -c latin manual ; then \
uniq < manual.txt | expand > _manual.txt ; \