diff options
author | Marc Fonvieille <blackend@FreeBSD.org> | 2003-05-08 10:07:51 +0000 |
---|---|---|
committer | Marc Fonvieille <blackend@FreeBSD.org> | 2003-05-08 10:07:51 +0000 |
commit | 1ace5592194a07c28a039d426eb35d2f52c9ab60 (patch) | |
tree | 7e2b08e5624a1ae8aeda6655f7112c4cf6cb5566 /it_IT.ISO8859-15 | |
parent | 5a5ac784a89243b3d139ea6f10e84fbac49b38c2 (diff) |
Notes
Diffstat (limited to 'it_IT.ISO8859-15')
-rw-r--r-- | it_IT.ISO8859-15/books/handbook/book.sgml | 2 | ||||
-rw-r--r-- | it_IT.ISO8859-15/books/handbook/pgpkeys/Makefile | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/it_IT.ISO8859-15/books/handbook/book.sgml b/it_IT.ISO8859-15/books/handbook/book.sgml index 98f1553613..2491bef93a 100644 --- a/it_IT.ISO8859-15/books/handbook/book.sgml +++ b/it_IT.ISO8859-15/books/handbook/book.sgml @@ -65,7 +65,7 @@ <!ENTITY % chap.index "IGNORE"> <!ENTITY % chap.colophon "IGNORE"> -<!ENTITY % pgpkeys SYSTEM "../../../en_US.ISO8859-1/books/handbook/pgpkeys/pgpkeys.ent"> +<!ENTITY % pgpkeys SYSTEM "../../../share/pgpkeys/pgpkeys.ent"> %pgpkeys; ]> diff --git a/it_IT.ISO8859-15/books/handbook/pgpkeys/Makefile b/it_IT.ISO8859-15/books/handbook/pgpkeys/Makefile index 0e7ebb48f8..dec9fbe096 100644 --- a/it_IT.ISO8859-15/books/handbook/pgpkeys/Makefile +++ b/it_IT.ISO8859-15/books/handbook/pgpkeys/Makefile @@ -7,7 +7,7 @@ CHAPTERS= pgpkeys/chapter.sgml PGPKEYS!= perl -ne 'm/\"([\w-]+.key)\"/ && print "$$1\n"' \ - ${.CURDIR}/../../../../en_US.ISO8859-1/books/handbook/pgpkeys/pgpkeys.ent + ${DOC_PREFIX}/share/pgpkeys/pgpkeys.ent SRCS+= ${PGPKEYS} VPATH= .. |