serverguide-pdf: ubuntu font instead of serif/monospace/symbol
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Ubuntu Server Guide |
Won't Fix
|
Undecided
|
Unassigned | ||
ubuntu-ru-docs |
Triaged
|
Critical
|
Unassigned |
Bug Description
I have created a bzr patch to create the serverguide pdf using the Ubuntu font.
Using the Greek translation I get "#" characters with the current makefile.
Here's how I use the patch for the greek (el) translation:
sudo apt-get install bzr bzrtools fop xsltproc docbook-xsl gnome-doc-utils yelp-tools
bzr branch lp:serverguide
cd serverguide
mkdir po
https:/
Request the .po fuke (PO format). Θα σταλεί στο email.
Rename the po file as "el.po" and place it in po/ folder.
Patch the bzr tree:
wget http://
bzr patch bzrpatch.diff
For html: make serverguide-html LN=el
For pdf: make serverguide-pdf LN=el
tags: | added: patch |
Changed in serverguide: | |
status: | New → Confirmed |
tags: | added: serverguide |
Ping! Refreshed patch.