Andreas Krennmair:
[apps/madmutt.git] / Makefile.in
index 0737710..c0c684b 100644 (file)
@@ -245,7 +245,7 @@ EXTRA_DIST = COPYRIGHT GPL OPS OPS.PGP OPS.CRYPT OPS.SMIME TODO \
        rfc2231.h rfc822.h sha1.h sort.h mime.types VERSION prepare \
        nntp.h ChangeLog.nntp \
        _regex.h OPS.MIX README.SECURITY remailer.c remailer.h browser.h \
-       mbyte.h lib.h extlib.c pgpewrap.c smime_keys.pl pgplib.h Muttrc.head Muttrc \
+       mbyte.h lib.h extlib.c pgpewrap.c smime_keys.pl pgplib.h Muttngrc.head Muttngrc \
        makedoc.c stamp-doc-rc README.SSL smime.h\
        muttbug pgppacket.h depcomp ascii.h BEWARE PATCHES patchlist.sh \
        ChangeLog.old mkchangelog.sh cvslog2changelog.pl mutt_idna.h \
@@ -272,7 +272,7 @@ ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
 mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
 CONFIG_HEADER = config.h
 CONFIG_CLEAN_FILES = intl/Makefile doc/Makefile contrib/Makefile \
-       muttbug.sh Muttrc.head doc/instdoc.sh
+       muttbug.sh Muttngrc.head doc/instdoc.sh
 EXTRA_PROGRAMS = mutt_dotlock$(EXEEXT) pgpring$(EXEEXT) makedoc$(EXEEXT)
 bin_PROGRAMS = muttng$(EXEEXT) @DOTLOCK_TARGET@ @PGPAUX_TARGET@ \
        @SMIMEAUX_TARGET@
@@ -333,7 +333,7 @@ RECURSIVE_TARGETS = info-recursive dvi-recursive pdf-recursive \
        installdirs-recursive install-recursive uninstall-recursive \
        check-recursive installcheck-recursive
 DIST_COMMON = README ABOUT-NLS ChangeLog INSTALL Makefile.am \
-       Makefile.in Muttrc.head.in NEWS TODO acconfig.h aclocal.m4 \
+       Makefile.in Muttngrc.head.in NEWS TODO acconfig.h aclocal.m4 \
        config.guess config.h.in config.sub configure configure.in \
        depcomp install-sh missing mkinstalldirs muttbug.sh.in regex.c \
        snprintf.c strcasecmp.c strdup.c
@@ -384,7 +384,7 @@ contrib/Makefile: $(top_builddir)/config.status $(top_srcdir)/contrib/Makefile.i
        cd $(top_builddir) && $(SHELL) ./config.status $@
 muttbug.sh: $(top_builddir)/config.status muttbug.sh.in
        cd $(top_builddir) && $(SHELL) ./config.status $@
-Muttrc.head: $(top_builddir)/config.status Muttrc.head.in
+Muttngrc.head: $(top_builddir)/config.status Muttngrc.head.in
        cd $(top_builddir) && $(SHELL) ./config.status $@
 doc/instdoc.sh: $(top_builddir)/config.status $(top_srcdir)/doc/instdoc.sh.in
        cd $(top_builddir) && $(SHELL) ./config.status $@
@@ -903,12 +903,12 @@ mutt-dist:
 update-doc: stamp-doc-rc
        (cd doc && $(MAKE) update-doc)
 
-Muttrc: stamp-doc-rc
+Muttngrc: stamp-doc-rc
 
-stamp-doc-rc: $(srcdir)/init.h makedoc Muttrc.head
-       -rm -f Muttrc stamp-doc-rc
+stamp-doc-rc: $(srcdir)/init.h makedoc Muttngrc.head
+       -rm -f Muttngrc stamp-doc-rc
        $(CPP) $(INCLUDES) $(DEFS) $(CPPFLAGS) -D_MAKEDOC -C \
-               $(srcdir)/init.h | ./makedoc -c | cat Muttrc.head - > Muttrc
+               $(srcdir)/init.h | ./makedoc -c | cat Muttngrc.head - > Muttngrc
        touch stamp-doc-rc
 
 .PHONY: commit pclean check-security commit-real commit-changelog