summaryrefslogtreecommitdiffstats
path: root/doc/language.tpl
diff options
context:
space:
mode:
authoralbert-github <albert.tests@gmail.com>2020-08-16 11:14:23 (GMT)
committeralbert-github <albert.tests@gmail.com>2020-08-16 11:14:23 (GMT)
commitf7bd440af03ef881d1b4b8ec891cebf9e9728eed (patch)
tree72a533cfcbb8f7d7644dd98048e349322fcda09a /doc/language.tpl
parent9d7090da21fd190b7396624b42814eb66310271c (diff)
downloadDoxygen-f7bd440af03ef881d1b4b8ec891cebf9e9728eed.zip
Doxygen-f7bd440af03ef881d1b4b8ec891cebf9e9728eed.tar.gz
Doxygen-f7bd440af03ef881d1b4b8ec891cebf9e9728eed.tar.bz2
Building documentation after changing language files
- make `GLOB` for language files consistent with `GLOB` usage in e.g. `src` - make building of `language.doc ` depending on the language files as well - don't copy translator and other input files and handle this also in translator.py - update documentation (Found after Swedish language was updated and tried to build documentation on a non new directory)
Diffstat (limited to 'doc/language.tpl')
-rw-r--r--doc/language.tpl28
1 files changed, 6 insertions, 22 deletions
diff --git a/doc/language.tpl b/doc/language.tpl
index 9e334c6..adabb9a 100644
--- a/doc/language.tpl
+++ b/doc/language.tpl
@@ -106,28 +106,12 @@ Just follow the following steps:
See the HTML specification for the codes.
</ul>
</ul>
-<li>
- <ul>
- <li>On *nix systems:<br>
- <ul>
- <li>Rerun the `configure` script from the root (i.e. in the \c doxygen directory) so
- that it generates `doxygen/src/lang_cfg.h`.
- This file should now contain a \c \#define for your language code.<br>
- <li>Run \c make again from the root (i.e. in the \c doxygen
- directory) of the distribution, in order to regenerate the `Makefile`s.
- </ul>
- <li> On Windows:<br>
- <ul>
- <li>stop Visual Stdio<br>
- <li>open a command window<br>
- <li>goto the directory `doxygen\src`<br>
- <li>give the command `python languages.py > ..\winbuild\Languages.rules`<br>
- <li>close the command window<br>
- <li>start Visual Studio again<br>
- <li>Your language should now be selectable in the `General` part of the `Settings` of the `Properties`
- window of `lang_cfg.py`, by default Your language will be `on`. Rebuild `doxygen` (and `doxywizard`) now.
- </ul>
- </ul>
+<li>Edit <code>doxygen/doc/maintainers.txt</code> and add yourself to the list of maintaners like:
+ \code
+ TranslatorYourLanguage
+ <your name>: <your dot email at your dot domain>
+ \endcode
+<li>Build the documentation by giving the appropriate build command (like: `make docs`).
<li>Now you can use <code>OUTPUT_LANGUAGE = your_language_name</code>
in the config file to generate output in your language.
<li>Send <code>translator_xx.h</code> to me so I can add it to doxygen.