Merging upstream version 0.9~rc2.
Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
parent
5a7d30d9fd
commit
634a6bfc0f
21 changed files with 133 additions and 71 deletions
11
Makefile.in
11
Makefile.in
|
@ -26,7 +26,7 @@ $(progname)_profiled : $(objs)
|
|||
$(CXX) $(LDFLAGS) -pg -o $@ $(objs)
|
||||
|
||||
zcat : zcat.in
|
||||
cat $(VPATH)/zcat.in > zcat
|
||||
cat $(VPATH)/zcat.in > $@
|
||||
chmod a+x zcat
|
||||
|
||||
zcmp : $(zcmp_objs)
|
||||
|
@ -36,19 +36,19 @@ zdiff : $(zdiff_objs)
|
|||
$(CXX) $(LDFLAGS) -o $@ $(zdiff_objs)
|
||||
|
||||
zegrep : zegrep.in
|
||||
cat $(VPATH)/zegrep.in > zegrep
|
||||
cat $(VPATH)/zegrep.in > $@
|
||||
chmod a+x zegrep
|
||||
|
||||
zfgrep : zfgrep.in
|
||||
cat $(VPATH)/zfgrep.in > zfgrep
|
||||
cat $(VPATH)/zfgrep.in > $@
|
||||
chmod a+x zfgrep
|
||||
|
||||
zgrep : zgrep.in
|
||||
cat $(VPATH)/zgrep.in > zgrep
|
||||
cat $(VPATH)/zgrep.in > $@
|
||||
chmod a+x zgrep
|
||||
|
||||
ztest : ztest.in
|
||||
cat $(VPATH)/ztest.in > ztest
|
||||
cat $(VPATH)/ztest.in > $@
|
||||
chmod a+x ztest
|
||||
|
||||
main.o : main.cc
|
||||
|
@ -175,6 +175,7 @@ dist : doc
|
|||
$(DISTNAME)/doc/$(pkgname).texinfo \
|
||||
$(DISTNAME)/testsuite/check.sh \
|
||||
$(DISTNAME)/testsuite/test.txt \
|
||||
$(DISTNAME)/testsuite/test.txt.tar \
|
||||
$(DISTNAME)/*.h \
|
||||
$(DISTNAME)/*.cc \
|
||||
$(DISTNAME)/z*.in
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue