From 037f7201beac81393cc397e63630fde2733c4d02 Mon Sep 17 00:00:00 2001 From: Christian Decker Date: Fri, 4 Sep 2020 16:20:26 +0200 Subject: [PATCH] make: Do not delete deployable-lightning.pdf on maintainer-clean It is not part of the default documentation generation, thus will show up in the git diff every time a maintainer-clean is done. We could also add it to the default documentation generation, however it requires some rather heavy-weight latex dependencies, and the file hasn't changed in several years. --- doc/Makefile | 1 - 1 file changed, 1 deletion(-) diff --git a/doc/Makefile b/doc/Makefile index d83114a27..9d611cf12 100644 --- a/doc/Makefile +++ b/doc/Makefile @@ -100,7 +100,6 @@ check-manpages: all-programs @tools/check-manpage.sh "lightningd/lightningd --lightning-dir=/tmp/" doc/lightningd-config.5.md doc-maintainer-clean: - $(RM) doc/deployable-lightning.pdf $(RM) $(MANPAGES) doc-clean: