diff options
author | Yann Collet <yann.collet.73@gmail.com> | 2014-04-15 14:47:48 (GMT) |
---|---|---|
committer | Yann Collet <yann.collet.73@gmail.com> | 2014-04-15 14:47:48 (GMT) |
commit | 5b91330ce272fe39ea3b88b197e943be6a1bc490 (patch) | |
tree | 6d7731a149db2251b38b2966d6fbc18f5ec4d927 /Makefile | |
parent | 374d6ac35cf784481d60634e9b8e6ca8be7c9302 (diff) | |
download | lz4-5b91330ce272fe39ea3b88b197e943be6a1bc490.zip lz4-5b91330ce272fe39ea3b88b197e943be6a1bc490.tar.gz lz4-5b91330ce272fe39ea3b88b197e943be6a1bc490.tar.bz2 |
Added lz4c & lz4cat man pages
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -75,7 +75,8 @@ TEXT = lz4.c lz4.h lz4hc.c lz4hc.h \ $(PRGDIR)/lz4io.c $(PRGDIR)/lz4io.h \ $(PRGDIR)/bench.c $(PRGDIR)/bench.h \ $(PRGDIR)/xxhash.c $(PRGDIR)/xxhash.h \ - $(PRGDIR)/lz4.1 $(PRGDIR)/Makefile $(PRGDIR)/COPYING + $(PRGDIR)/lz4.1 $(PRGDIR)/lz4c.1 $(PRGDIR)/lz4cat.1 \ + $(PRGDIR)/Makefile $(PRGDIR)/COPYING NONTEXT = LZ4_Streaming_Format.odt SOURCES = $(TEXT) $(NONTEXT) |