diff options
author | Ingo Schwarze <schwarze@openbsd.org> | 2019-03-06 16:08:41 +0000 |
---|---|---|
committer | Ingo Schwarze <schwarze@openbsd.org> | 2019-03-06 16:08:41 +0000 |
commit | 098c0b99417e4a5d0ceee1c29b24b097fb210e3b (patch) | |
tree | dfd7b4ee46e9df162cd37269f7277644ea5a5054 /Makefile | |
parent | d4895fe89b117092b8bb820cd710742ae433044d (diff) | |
download | mandoc-098c0b99417e4a5d0ceee1c29b24b097fb210e3b.tar.gz |
new dist-install maintainer target
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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 |