Don't clean man pages with 'clean' target.

pull/403/merge v1.4.14
Roger A. Light 8 years ago
parent 1fa4d74278
commit d72ec39d79

@ -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 :

Loading…
Cancel
Save