Updated Makefile for 0.4.6
This commit is contained in:
parent
68fffba112
commit
eb430b508f
8
Makefile
8
Makefile
@ -1,5 +1,5 @@
|
||||
NAME=pkg-get
|
||||
VERSION="0.4.5"
|
||||
VERSION="0.4.6"
|
||||
|
||||
PREFIX=/usr
|
||||
CFGDIR=/etc
|
||||
@ -8,9 +8,9 @@ all:
|
||||
@echo "Use 'make install' to install pkg-get"
|
||||
|
||||
man:
|
||||
makeman doc/pkg-get.8.txt
|
||||
makeman doc/pkg-repgen.8.txt
|
||||
man2ps doc/pkg-get.8 | ps2pdf14 - > doc/pkg-get.pdf
|
||||
#makeman doc/pkg-get.8.txt
|
||||
#makeman doc/pkg-repgen.8.txt
|
||||
#man2ps doc/pkg-get.8 | ps2pdf14 - > doc/pkg-get.pdf
|
||||
|
||||
dist: man
|
||||
rm -rf ${NAME}-${VERSION}
|
||||
|
Loading…
Reference in New Issue
Block a user