Updated scripts for converting the source code to something more publishable
diff --git a/doc/ietf/config.h b/doc/ietf/config.h
new file mode 100644
index 0000000..e45bef4
--- /dev/null
+++ b/doc/ietf/config.h
@@ -0,0 +1,23 @@
+/* config.h. Generated from config.h.in by configure. */
+/* config.h.in. Generated from configure.ac by autoheader. */
+
+/* This is a build of CELT */
+#define CELT_BUILD /**/
+
+/* Version extra */
+#define CELT_EXTRA_VERSION ""
+
+/* Version major */
+#define CELT_MAJOR_VERSION 0
+
+/* Version micro */
+#define CELT_MICRO_VERSION 2
+
+/* Version minor */
+#define CELT_MINOR_VERSION 5
+
+/* Complete version string */
+#define CELT_VERSION "0.5.2"
+
+
+#define restrict