aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/Makefile
diff options
context:
space:
mode:
authorIngo Schwarze <schwarze@openbsd.org>2017-02-08 12:24:10 +0000
committerIngo Schwarze <schwarze@openbsd.org>2017-02-08 12:24:10 +0000
commitd12a159b67362268d5af2bc1bb1237948ea53b71 (patch)
tree9ff34b2b50e19b75d8999f395cd3273e50e4ffa6 /Makefile
parente2164c7559814f5e718eeade0103f2eaa82facad (diff)
downloadmandoc-d12a159b67362268d5af2bc1bb1237948ea53b71.tar.gz
mandoc-d12a159b67362268d5af2bc1bb1237948ea53b71.tar.zst
mandoc-d12a159b67362268d5af2bc1bb1237948ea53b71.zip
more 1.14.1 release preparations
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile10
1 files changed, 7 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index e8526b52..1e7e63d5 100644
--- a/Makefile
+++ b/Makefile
@@ -1,7 +1,7 @@
-# $Id: Makefile,v 1.496 2017/02/06 19:04:21 schwarze Exp $
+# $Id: Makefile,v 1.497 2017/02/08 12:24:10 schwarze Exp $
#
# Copyright (c) 2010, 2011, 2012 Kristaps Dzonsons <kristaps@bsd.lv>
-# Copyright (c) 2011, 2013-2016 Ingo Schwarze <schwarze@openbsd.org>
+# Copyright (c) 2011, 2013-2017 Ingo Schwarze <schwarze@openbsd.org>
#
# Permission to use, copy, modify, and distribute this software for any
# purpose with or without fee is hereby granted, provided that the above
@@ -15,7 +15,7 @@
# ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
# OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
-VERSION = 1.14.0
+VERSION = 1.14.1
# === LIST OF FILES ====================================================
@@ -481,8 +481,12 @@ mdocml.sha256: mdocml.tar.gz
sha256 mdocml.tar.gz > $@
mdocml.tar.gz: $(DISTFILES)
+ ls regress/*/*/*.mandoc_* && exit 1 || true
mkdir -p .dist/mdocml-$(VERSION)/
$(INSTALL) -m 0644 $(DISTFILES) .dist/mdocml-$(VERSION)
+ cp -pR regress .dist/mdocml-$(VERSION)
+ find .dist/mdocml-$(VERSION)/regress \
+ -type d -name CVS -print0 | xargs -0 rm -rf
chmod 755 .dist/mdocml-$(VERSION)/configure
( cd .dist/ && tar zcf ../$@ mdocml-$(VERSION) )
rm -rf .dist/