diff --git a/LZ4_Framing_Format.html b/LZ4_Frame_Format.html
similarity index 100%
rename from LZ4_Framing_Format.html
rename to LZ4_Frame_Format.html
diff --git a/liblz4.pc.in b/liblz4.pc.in
deleted file mode 100644
index 0d05152..0000000
--- a/liblz4.pc.in
+++ /dev/null
@@ -1,14 +0,0 @@
-# LZ4 - Fast LZ compression algorithm
-# Copyright (C) 2011-2014, Yann Collet.
-# BSD 2-Clause License (http://www.opensource.org/licenses/bsd-license.php)
-
-prefix=@PREFIX@
-libdir=@LIBDIR@
-includedir=@INCLUDEDIR@
-
-Name: lz4
-Description: fast lossless compression algorithm library
-URL: http://code.google.com/p/lz4/
-Version: @VERSION@
-Libs: -L@LIBDIR@ -llz4
-Cflags: -I@INCLUDEDIR@
diff --git a/lz4_format_description.txt b/lz4_block_format.txt
similarity index 100%
rename from lz4_format_description.txt
rename to lz4_block_format.txt