summaryrefslogtreecommitdiff
path: root/docs/README
diff options
context:
space:
mode:
authorSebastian Kuzminsky <seb@highlab.com>2011-12-05 23:11:08 -0700
committerSebastian Kuzminsky <seb@highlab.com>2011-12-05 23:11:08 -0700
commit5e759accf6829db4f680325fc6385a527dd438c4 (patch)
tree777f2a4a02aa3728f996d631f383c68355bf7735 /docs/README
parentab83f1b8de45fb70afa835c19c2108cfc2d8ea29 (diff)
downloadlinuxcnc-5e759accf6829db4f680325fc6385a527dd438c4.tar.gz
linuxcnc-5e759accf6829db4f680325fc6385a527dd438c4.zip
Add missing build dependencies
We added a bunch of translation languages to our docs, but forgot to add build-dependencies on the texlive language packages for the new languages. The docs seem to build fine without the texlive localization packages, but i think they add things like language-specific kerning and hyphenation rules, that might make for even prettier output. This commit adds the missing build dependencies, and adds a note to the docs/README to help remind us to add the extra build-dependency next time we add a language.
Diffstat (limited to 'docs/README')
-rw-r--r--docs/README2
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/README b/docs/README
index 4a533dcdf..c9aa01c2a 100644
--- a/docs/README
+++ b/docs/README
@@ -141,6 +141,8 @@ doc package to the or-list of the Recommends line of the emc2/emc2-sim
package.
Add the new language to the DOCS_PACKAGES variable in debian/configure.
+If there is a texlive-lang-$NEWLANGUAGE package for your new language,
+add it to all the appropriate EXTRA_BUILD lines in debian/configure.
Add the 'emc2-doc-$NEWLANG.files.in' file for the new package, probably
by copying and editing "debian/emc2-doc-en.files.in".