* admin/make-tarball.txt, admin/release-process: Refcard tweaks.

This commit is contained in:
Glenn Morris 2018-07-07 12:34:16 -04:00
parent d3e0fdc24f
commit e8c8b5923a
2 changed files with 6 additions and 6 deletions

View file

@ -87,9 +87,9 @@ General steps (for each step, check for possible errors):
make -C etc/refcards make -C etc/refcards
make -C etc/refcards clean make -C etc/refcards clean
If etc/refcards does not build you may need to downgrade or If some of the non-English etc/refcards fail to build, you
upgrade your TeX installation, or do that part of the build by probably need to install some TeX foreign language packages.
hand. For clues, search for the string "refcard" in the file For more information, search for the string "refcard" in the file
admin/release-process. admin/release-process.
5. Copy lisp/loaddefs.el to lisp/ldefs-boot.el. 5. Copy lisp/loaddefs.el to lisp/ldefs-boot.el.

View file

@ -166,9 +166,9 @@ emacs.pdf' (e.g., enable "smallbook").
What paper size are the English versions supposed to be on? What paper size are the English versions supposed to be on?
On Debian testing, the packages texlive-lang-czechslovak and On Debian testing, the packages texlive-lang-czechslovak and
texlive-lang-polish will let you generate the cs-* and sk-* pdfs. texlive-lang-polish will let you generate the cs-* and sk-* pdfs.
(You may need texlive-lang-cyrillic, texlive-lang-german for others.) (You may need texlive-lang-cyrillic, texlive-lang-german,
The Makefile rules did not work for me, I had to use something like: and texlive-fonts-extra for others.) On Fedora-like systems,
csplain -output-format=pdf cs-refcard texlive-lh may help.
** Ask maintainers of refcard translations to update them. ** Ask maintainers of refcard translations to update them.