diff options
author | David Smith <dsmith@redhat.com> | 2009-06-16 12:22:32 -0500 |
---|---|---|
committer | David Smith <dsmith@redhat.com> | 2009-06-16 12:22:32 -0500 |
commit | bdbb4549b459294ed9bddb819e5602fb894313f7 (patch) | |
tree | 9d242348f8e2776c0d4841d0586d3b9b8d34ef7c /doc/Language_Reference_Guide/README | |
parent | d05b7a1c363c30c7fcd9d163f457c1ed80d28f19 (diff) | |
parent | 96b190d404d24eb7349adae6e2d57eb5c9f6c26a (diff) | |
download | systemtap-steved-bdbb4549b459294ed9bddb819e5602fb894313f7.tar.gz systemtap-steved-bdbb4549b459294ed9bddb819e5602fb894313f7.tar.xz systemtap-steved-bdbb4549b459294ed9bddb819e5602fb894313f7.zip |
Merge commit 'origin/master' into pr7043
Conflicts:
runtime/transport/transport.c
Diffstat (limited to 'doc/Language_Reference_Guide/README')
-rw-r--r-- | doc/Language_Reference_Guide/README | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/doc/Language_Reference_Guide/README b/doc/Language_Reference_Guide/README index d3175ae3..c99027db 100644 --- a/doc/Language_Reference_Guide/README +++ b/doc/Language_Reference_Guide/README @@ -14,3 +14,15 @@ The main source of the Language Reference Guide is in: As such, any revisions to this document should be applied to ../langref.tex, not to the source in this directory. + +IMPORTANT: +The publicanize-langref.sh script uses latexml to create the raw XML files +from langref.tex first before cleaning it up for Publican. You will need +LaTeXML along with all its required perl modules to use publicanize-langref.sh. + +For more information on building from source, downloading, and installing LaTeXML, +refer to the following URLs: + +http://dlmf.nist.gov/LaTeXML/download.html +http://dlmf.nist.gov/LaTeXML/install.html + |