summaryrefslogtreecommitdiffstats
path: root/doc/Language_Reference_Guide/README
diff options
context:
space:
mode:
Diffstat (limited to 'doc/Language_Reference_Guide/README')
-rw-r--r--doc/Language_Reference_Guide/README16
1 files changed, 16 insertions, 0 deletions
diff --git a/doc/Language_Reference_Guide/README b/doc/Language_Reference_Guide/README
new file mode 100644
index 00000000..d3175ae3
--- /dev/null
+++ b/doc/Language_Reference_Guide/README
@@ -0,0 +1,16 @@
+This is an automated source build of the Language Reference Guide,
+used to build it in Publican.
+
+To build the source, run:
+
+ bash publicanize-langref.sh
+
+This will copy the LaTeX source of the Language Reference Guide and
+convert it to DocBook XML. You can now build it in pdf, html, etc
+using Publican.
+
+The main source of the Language Reference Guide is in:
+ ../langref.tex
+
+As such, any revisions to this document should be applied to ../langref.tex,
+not to the source in this directory.