From 098c0b99417e4a5d0ceee1c29b24b097fb210e3b Mon Sep 17 00:00:00 2001 From: Ingo Schwarze Date: Wed, 6 Mar 2019 16:08:41 +0000 Subject: new dist-install maintainer target --- Makefile | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Makefile b/Makefile index c0e0139c..38327fc1 100644 --- a/Makefile +++ b/Makefile @@ -585,6 +585,10 @@ mandoc-$(VERSION).tar.gz: $(DISTFILES) ( cd .dist/ && tar zcf ../$@ mandoc-$(VERSION) ) rm -rf .dist/ +dist-install: dist + $(INSTALL_DATA) mandoc-$(VERSION).tar.gz mandoc-$(VERSION).sha256 \ + $(HTDOCDIR)/snapshots + # === SUFFIX RULES ===================================================== .SUFFIXES: .1 .3 .5 .7 .8 .h -- cgit