From 25e4f2ee7f346595b9ad7f0accc0da35bb8b2776 Mon Sep 17 00:00:00 2001 From: H.G.Muller Date: Thu, 30 Oct 2014 15:16:49 +0100 Subject: [PATCH] Pack Windows icon with distro tar ball --- Makefile | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/Makefile b/Makefile index 6adf5c6..9804676 100644 --- a/Makefile +++ b/Makefile @@ -30,7 +30,7 @@ dist-clean: dist: install -d -m0755 UCI2WB rm -f uci2wb.tar uci2wb.tar.gz - cp UCI2WB.c uci2wb.pod Makefile README.txt UCI2WB + cp UCI2WB.c UCI2WB.rc rosetta.ico uci2wb.pod Makefile README.txt UCI2WB md5sum UCI2WB/* > UCI2WB/md5sums tar -cvvf uci2wb-$(VERSION).tar UCI2WB gzip uci2wb-$(VERSION).tar -- 1.7.0.4