summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorYann Collet <yann.collet.73@gmail.com>2014-12-01 00:20:42 (GMT)
committerYann Collet <yann.collet.73@gmail.com>2014-12-01 00:20:42 (GMT)
commita109c91818341188d8d64096d1701c1747ed480d (patch)
tree09d2f607087a0382c94e672eb27f282d1ca67f33 /Makefile
parent9523101aff2f7d38572b22b522430b9af39df873 (diff)
downloadlz4-a109c91818341188d8d64096d1701c1747ed480d.zip
lz4-a109c91818341188d8d64096d1701c1747ed480d.tar.gz
lz4-a109c91818341188d8d64096d1701c1747ed480d.tar.bz2
Fixed : make dist
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index d8c2621..66c8c4b 100644
--- a/Makefile
+++ b/Makefile
@@ -49,15 +49,14 @@ DISTRIBNAME=lz4-$(RELEASE).tar.gz
TEXT = $(LZ4DIR)/lz4.c $(LZ4DIR)/lz4.h $(LZ4DIR)/lz4hc.c $(LZ4DIR)/lz4hc.h \
$(LZ4DIR)/lz4frame.c $(LZ4DIR)/lz4frame.h $(LZ4DIR)/xxhash.c $(LZ4DIR)/xxhash.h \
$(LZ4DIR)/liblz4.pc.in $(LZ4DIR)/Makefile $(LZ4DIR)/LICENSE \
- Makefile lz4_format_description.txt NEWS README.md \
+ Makefile lz4_block_format.txt LZ4_Frame_Format.html NEWS README.md \
cmake_unofficial/CMakeLists.txt \
$(PRGDIR)/fullbench.c $(PRGDIR)/lz4cli.c \
$(PRGDIR)/datagen.c $(PRGDIR)/fuzzer.c \
$(PRGDIR)/lz4io.c $(PRGDIR)/lz4io.h \
$(PRGDIR)/bench.c $(PRGDIR)/bench.h \
$(PRGDIR)/lz4.1 $(PRGDIR)/lz4c.1 $(PRGDIR)/lz4cat.1 \
- $(PRGDIR)/Makefile $(PRGDIR)/COPYING \
- LZ4_Framing_Format.html
+ $(PRGDIR)/Makefile $(PRGDIR)/COPYING
NONTEXT = images/image00.png images/image01.png images/image02.png \
images/image03.png images/image04.png images/image05.png \
images/image06.png