Makefile

changeset 65
ff03ae99323f
parent 43
f58fd8461e10
--- a/Makefile	Mon Aug 11 20:06:28 2025 +0200
+++ b/Makefile	Mon Aug 11 20:21:04 2025 +0200
@@ -21,14 +21,15 @@
 # OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
 # OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
 
-VERSION=1.1.0-dev
+VERSION=1.1.0
 
 all: compile FORCE
 
 dist: FORCE
 	mkdir -p dist/repoheat
-	cp LICENSE README configure Makefile dist/repoheat/
+	cp LICENSE README CHANGELOG configure Makefile dist/repoheat/
 	cp -R src dist/repoheat/
+	cp -R make dist/repoheat/
 	cd dist && tar -czf repoheat-$(VERSION).tar.gz repoheat
 
 clean: FORCE

mercurial