Date: Mon, 18 Nov 2002 20:53:44 +0100 From: Martin Heinen <martin@sumuk.de> To: freebsd-doc@FreeBSD.ORG Subject: Moving PGP-keys into share/? Message-ID: <20021118205344.A44150@sumuk.de>
next in thread | raw e-mail | index | archive | help
I found three ways to integrate books/handbook/pgpkeys/ into the German handbook: - Duplicate all files in pgpkeys/ Keeping a copy of all files ensures that there are no dependencies to other parts of the documentation set. However, this will yield some repository bloat. - Use pgpkeys.ent from the en_US tree From book.sgml it is possible to use pgpkeys.ent from the en_US tree as done in the French handbook. This adds a build dependency on the en_US tree for translated versions. - Move PGP-keys into share/ With this approach all translations could refer to pgpkeys.ent in share/ which circumvents the dependency on the en_US tree. Adding new keys has to be done in two places now. Especially for the first commits this might be to complicated. The subject suggests that I'm biased towards the last approach, but the second one is easier to implement and much less work. What's the best way to do this? -- Marxpitn To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-doc" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20021118205344.A44150>