]> granicus.if.org Git - neomutt/commitdiff
autosetup: delete makedoc on 'make clean' (#891)
authorRichard Russon <rich@flatcap.org>
Mon, 23 Oct 2017 07:53:51 +0000 (08:53 +0100)
committerPietro Cerutti <gahr@gahr.ch>
Mon, 23 Oct 2017 07:53:51 +0000 (08:53 +0100)
Now that makedoc is always built, alter the 'make clean' target to
delete it.

doc/Makefile.autosetup

index 8d63c01337bff9636e5bbf13ca148ab62aad0765..a262343406eef61c81d96752f47b307560a3ce8d 100644 (file)
@@ -154,7 +154,7 @@ sortcheck-doc: doc/manual.xml
 all-doc: doc/neomuttrc
 
 clean-doc:
-       $(RM) doc/neomuttrc
+       $(RM) doc/neomuttrc doc/makedoc$(EXEEXT)
 
 install-doc: all-doc
        $(MKDIR_P) $(DESTDIR)$(sysconfdir)