summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorYann Collet <yann.collet.73@gmail.com>2014-04-15 14:47:48 (GMT)
committerYann Collet <yann.collet.73@gmail.com>2014-04-15 14:47:48 (GMT)
commit5b91330ce272fe39ea3b88b197e943be6a1bc490 (patch)
tree6d7731a149db2251b38b2966d6fbc18f5ec4d927 /Makefile
parent374d6ac35cf784481d60634e9b8e6ca8be7c9302 (diff)
downloadlz4-5b91330ce272fe39ea3b88b197e943be6a1bc490.zip
lz4-5b91330ce272fe39ea3b88b197e943be6a1bc490.tar.gz
lz4-5b91330ce272fe39ea3b88b197e943be6a1bc490.tar.bz2
Added lz4c & lz4cat man pages
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index f71cdd1..58f56a2 100644
--- a/Makefile
+++ b/Makefile
@@ -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)