Updated Makefile for 0.4.6

This commit is contained in:
Jose V Beneyto 2013-08-20 13:12:20 +02:00
parent 68fffba112
commit eb430b508f
1 changed files with 4 additions and 4 deletions

View File

@ -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}