From d72ec39d79effae08011e13faf5870fa7e80fa54 Mon Sep 17 00:00:00 2001 From: "Roger A. Light" Date: Mon, 10 Jul 2017 23:45:13 +0100 Subject: [PATCH] Don't clean man pages with 'clean' target. --- man/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/man/Makefile b/man/Makefile index 502a78c6..635df3e9 100644 --- a/man/Makefile +++ b/man/Makefile @@ -5,6 +5,9 @@ include ../config.mk all : mosquitto.8 mosquitto-tls.7 mosquitto.conf.5 mosquitto_passwd.1 mosquitto_pub.1 mosquitto_sub.1 mqtt.7 libmosquitto.3 clean : + +reallyclean : clean + -rm -f *.orig -rm -f libmosquitto.3 -rm -f mosquitto.8 -rm -f mosquitto.conf.5 @@ -14,9 +17,6 @@ clean : -rm -f mosquitto-tls.7 -rm -f mqtt.7 -reallyclean : clean - -rm -f *.orig - dist : mosquitto.8 mosquitto-tls.7 mosquitto.conf.5 mosquitto_passwd.1 mosquitto_pub.1 mosquitto_sub.1 mqtt.7 libmosquitto.3 install :