Added convenience script for generating online docs for winehq.com.
diff --git a/documentation/wine-pkg.sgml b/documentation/wine-pkg.sgml
new file mode 100644
index 0000000..3291b28
--- /dev/null
+++ b/documentation/wine-pkg.sgml
@@ -0,0 +1,17 @@
+<!doctype book PUBLIC "-//OASIS//DTD DocBook V3.1//EN" [
+
+<!-- *** Include list of authors *** -->
+<!entity % authors SYSTEM "authors.ent">
+%authors;
+
+<!entity packaging SYSTEM "packaging.sgml">
+]>
+
+<book id="index">
+ <bookinfo>
+ <title>Wine Packagers Guide</title>
+ </bookinfo>
+
+ &packaging;
+
+</book>