move mk.pdf to share/doc/mk

This commit is contained in:
markus 2003-02-16 15:13:14 +00:00
parent c4a7c09477
commit 37c44e71cf
2 changed files with 19 additions and 3 deletions

View File

@ -0,0 +1,16 @@
--- Makefile.orig Sun Feb 16 16:06:04 2003
+++ Makefile Sun Feb 16 16:07:26 2003
@@ -57,11 +57,11 @@
install: $(LIB)
test -d $(PREFIX)/man/man1 || mkdir $(PREFIX)/man/man1
- test -d $(PREFIX)/doc || mkdir $(PREFIX)/doc
+ test -d $(PREFIX)/share/doc/mk || mkdir -p $(PREFIX)/share/doc/mk
install -m 0755 mk $(PREFIX)/bin/mk
cat mk.1 | sed 's;DOCPREFIX;$(PREFIX);g' >mk.1a
install -m 0644 mk.1a $(PREFIX)/man/man1/mk.1
- install -m 0644 mk.pdf $(PREFIX)/doc/mk.pdf
+ install -m 0644 mk.pdf $(PREFIX)/share/doc/mk/mk.pdf
$(TARG): $(OFILES)

View File

@ -1,5 +1,5 @@
@comment $OpenBSD: PLIST,v 1.1.1.1 2003/02/16 15:00:31 markus Exp $
@comment $OpenBSD: PLIST,v 1.2 2003/02/16 15:13:14 markus Exp $
bin/mk
doc/mk.pdf
man/man1/mk.1
@dirrm doc
share/doc/mk/mk.pdf
@dirrm share/doc/mk