From 845be8beadf31594ad4e3ff32fd89a94d4e77a8f Mon Sep 17 00:00:00 2001 From: "Roger A. Light" Date: Wed, 2 Dec 2020 21:51:30 +0000 Subject: [PATCH] Fix dist target. --- Makefile | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/Makefile b/Makefile index ae69e05b..7efb4f86 100644 --- a/Makefile +++ b/Makefile @@ -27,20 +27,19 @@ DISTFILES= \ Makefile \ about.html \ aclfile.example \ - compiling.txt \ config.h \ config.mk \ edl-v10 \ - epl-v10 \ + epl-v20 \ libmosquitto.pc.in \ libmosquittopp.pc.in \ mosquitto.conf \ notice.html \ pskfile.example \ pwfile.example \ - README-compiling \ - README-letsencrypt \ - README-windows.md \ + README-compiling.md \ + README-letsencrypt.md \ + README-windows.txt \ README.md .PHONY : all mosquitto api docs binary check clean reallyclean test install uninstall dist sign copy localdocker