]> granicus.if.org Git - neomutt/commitdiff
"make check" cosmetics.
authorThomas Roessler <roessler@does-not-exist.org>
Mon, 26 Jun 2000 21:53:20 +0000 (21:53 +0000)
committerThomas Roessler <roessler@does-not-exist.org>
Mon, 26 Jun 2000 21:53:20 +0000 (21:53 +0000)
contrib/Makefile.in
doc/Makefile.in

index 97658df9e0a4384472017cf987b295f9fad5aae5..35888505c3690ebbba183eabfc76d89f9937230f 100644 (file)
@@ -33,6 +33,8 @@ all clean:
 distclean:
        -rm -f Makefile
 
+check:
+
 install:
        $(top_srcdir)/mkinstalldirs $(DESTDIR)$(docdir)/samples
        for f in $(SAMPLES) ; do \
index 20284c138caa7da896e2a1dc0174fe0064c12898..5825e61a07e93001cdd2f6271d0090b47306bad7 100644 (file)
@@ -92,6 +92,8 @@ uninstall:
        -rm -f $(DESTDIR)$(mandir)/man5/muttrc.5
        -rm -rf $(DESTDIR)$(docdir)
 
+check:
+
 manual.txt: manual.sgml
        if sgml2txt -c latin manual ; then \
                uniq < manual.txt | expand > _manual.txt ; \