diff options
author | Juergen Daubert <jue@jue.li> | 2017-05-08 13:07:31 +0200 |
---|---|---|
committer | Juergen Daubert <jue@jue.li> | 2017-05-08 13:30:41 +0200 |
commit | 684ccf4a2e3b3b137347763b4512fead6f14d8fa (patch) | |
tree | b4d211bacfa93f1a0e1a41151ee3cab3454bacc7 | |
parent | d511d7bab008523d2d8303453b028380930a7243 (diff) | |
download | prt-utils-684ccf4a2e3b3b137347763b4512fead6f14d8fa.tar.gz prt-utils-684ccf4a2e3b3b137347763b4512fead6f14d8fa.tar.xz |
Makefile: bump version to 1.1.1, small improvement
-rw-r--r-- | Makefile | 7 |
1 files changed, 3 insertions, 4 deletions
@@ -1,5 +1,5 @@ NAME = prt-utils -VERSION = 1.1 +VERSION = 1.1.1 TOOLS = prtcreate prtrej prtsweep prtcheck prtwash pkgexport pkgsize \ prtorphan prtcheckmissing oldfiles finddeps dllist \ @@ -13,8 +13,7 @@ BINDIR = $(PREFIX)/bin LIBDIR = $(PREFIX)/lib CONFDIR = /etc -all: - @echo "Use 'make install' to install prt-utils" +all: prtverify revdep/revdep install-man: if [ ! -d $(DESTDIR)$(MANDIR)/man1 ]; then \ @@ -58,7 +57,7 @@ prtverify: revdep/revdep: @make -C revdep -install: prtverify revdep/revdep install-man install-bin install-lib # install-conf +install: install-man install-bin install-lib # install-conf clean: @rm -f prtverify |