]> git.sur5r.net Git - bacula/docs/blobdiff - docs/tools/README
This patch fix the bug referenced as https://bugs.baculasystems.com/view.php?id=23...
[bacula/docs] / docs / tools / README
index 5d2982e73799cd04daf0c1c8ff481c78ab1d2650..3de3f89ea4e000ccbf8340d74c60676981f947d7 100644 (file)
@@ -7,6 +7,7 @@ htmls.sh
 For each manual, the htmls.sh script is designed to achieve those steps:
 a) Build and isolates the menu
 b) Interpret the latex2html HTML files located into docs/manuals/en/www-{manual} and rewrite all HTML files for the manual and put them to the expected directory (docs/manuals/en/{manual}/{manual})
+c) Find and note all the <a name="..."> tags into a file named list-of-anchors
 
 
 translatedoc.pl
@@ -16,6 +17,14 @@ This script is called for each HTML file, read the it and convert it:
 - includes the whole menu file
 - add some "class=" and "<div>" ... tags
 - do some comestics stuff.
+- note all anchors defined into the HTML files.
+
+
+handle-xr-references.pl
+-----------------------
+This script is designed to read the anchors found when reading original HTML files (see above)
+and then replace all the __XRANCHOR_ built during the latex2html process (see docs/README.pct)
+into <a href...> tag.
 
 TODO:
 -----