From c9784fb76a27f0a2a4c0bfb303ab25da49ed8846 Mon Sep 17 00:00:00 2001 From: Erich Eckner Date: Tue, 25 Oct 2016 13:34:04 +0200 Subject: split stage 3 into two (generate; sort) in backupStatistics --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 90b42c1..3090227 100644 --- a/Makefile +++ b/Makefile @@ -34,7 +34,7 @@ all: man.commons backup backup.1 lastBackups lastBackups.1 backupStatistics back s/#VERSION#/$(VERSION)/; \ s@#BINDIR#@$(BINDIR)@; \ s@#ETCDIR#@$(ETCDIR)@; \ - s@#NUMSTAGES#@5@; \ + s@#NUMSTAGES#@6@; \ s@#HELPTEXT#\(\s\+\)#@ --help \1display this help and exit\n --version\1display version and exit@; \ " $< > $@ && \ ( [[ "$@" = *.* ]] || chmod +x "$@" ) -- cgit v1.2.3-54-g00ecf