diff options
author | Daniel Baumann <mail@daniel-baumann.ch> | 2015-11-07 15:35:56 +0000 |
---|---|---|
committer | Daniel Baumann <mail@daniel-baumann.ch> | 2015-11-07 15:35:56 +0000 |
commit | 68e0e5c64ebe512f6b2e48893763ab38879ed84e (patch) | |
tree | eaf9638c29d1039bf9adcda8f9aa669291e208f3 /Makefile.in | |
parent | Adding debian version 1.1~pre1-1. (diff) | |
download | plzip-68e0e5c64ebe512f6b2e48893763ab38879ed84e.tar.xz plzip-68e0e5c64ebe512f6b2e48893763ab38879ed84e.zip |
Merging upstream version 1.1.
Signed-off-by: Daniel Baumann <mail@daniel-baumann.ch>
Diffstat (limited to 'Makefile.in')
-rw-r--r-- | Makefile.in | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/Makefile.in b/Makefile.in index 4c78781..f072079 100644 --- a/Makefile.in +++ b/Makefile.in @@ -49,8 +49,7 @@ $(VPATH)/doc/$(pkgname).info : $(VPATH)/doc/$(pkgname).texinfo man : $(VPATH)/doc/$(progname).1 $(VPATH)/doc/$(progname).1 : $(progname) - help2man -n 'reduces the size of files' \ - -o $@ ./$(progname) + help2man -n 'reduces the size of files' -o $@ ./$(progname) Makefile : $(VPATH)/configure $(VPATH)/Makefile.in ./config.status |