Nico Golde:
[apps/madmutt.git] / doc / Makefile.in
index 260a384..c391a46 100644 (file)
@@ -1,4 +1,4 @@
-# $Id: Makefile.in,v 3.4 2004/04/30 06:49:37 roessler Exp $
+# $Id: Makefile.in,v 3.6 2005/03/16 02:49:33 brendan Exp $
 
 SHELL = /bin/sh
 
@@ -21,6 +21,7 @@ VPATH = @srcdir@
 INSTALL = @INSTALL@
 CC = @CC@
 CPP = @CPP@
+EXEEXT = @EXEEXT@
 XCPPFLAGS = -I. @CPPFLAGS@
 CFLAGS = @CFLAGS@ $(XCPPFLAGS)
 LDFLAGS = @LDFLAGS@
@@ -76,7 +77,8 @@ install: all instdoc
        $(top_srcdir)/mkinstalldirs $(DESTDIR)$(mandir)/man5
        ./instdoc $(srcdir)/mutt.man $(DESTDIR)$(mandir)/man1/muttng.1
        ./instdoc $(srcdir)/muttbug.man $(DESTDIR)$(mandir)/man1/muttng-flea.1
-       echo ".so $(mandir)/man1/flea.1" > $(DESTDIR)$(mandir)/man1/muttngbug.1
+       echo ".so $(mandir)/man1/muttng-flea.1" > $(DESTDIR)$(mandir)/man1/muttngbug.1
+       echo ".so $(mandir)/man1/muttng-flea.1" > $(DESTDIR)$(mandir)/man1/fleang.1
        ./instdoc $(srcdir)/dotlock.man \
                $(DESTDIR)$(mandir)/man1/muttng_dotlock.1
        ./instdoc muttrc.man $(DESTDIR)$(mandir)/man5/muttngrc.5
@@ -149,7 +151,7 @@ dist distdir: Makefile $(DISTFILES)
        done
 
 ../makedoc: $(top_srcdir)/makedoc.c
-       (cd .. && $(MAKE) makedoc)
+       (cd .. && $(MAKE) makedoc$(EXEEXT))
 
 # hack around autoconf mixing up patterns.
 at = @