diff options
author | Gabor Kovesdan <gabor@FreeBSD.org> | 2013-02-05 09:14:34 +0000 |
---|---|---|
committer | Gabor Kovesdan <gabor@FreeBSD.org> | 2013-02-05 09:14:34 +0000 |
commit | a06603e1e8c43dac65e769d0577e15561dde3acb (patch) | |
tree | 56789ede4270141e038c244e602fe2503127b62f /es_ES.ISO8859-1/books | |
parent | 5be98520031882d40220ca83d603138abb7ef89a (diff) | |
parent | fbf79ce9835e43f0e5de684052af39c914b817ab (diff) | |
download | doc-a06603e1e8c43dac65e769d0577e15561dde3acb.tar.gz doc-a06603e1e8c43dac65e769d0577e15561dde3acb.zip |
- MFH
Notes
Notes:
svn path=/projects/xml-tools/; revision=40889
Diffstat (limited to 'es_ES.ISO8859-1/books')
-rw-r--r-- | es_ES.ISO8859-1/books/faq/Makefile | 4 | ||||
-rwxr-xr-x | es_ES.ISO8859-1/books/handbook/Makefile | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/es_ES.ISO8859-1/books/faq/Makefile b/es_ES.ISO8859-1/books/faq/Makefile index 9785978664..0290c60668 100644 --- a/es_ES.ISO8859-1/books/faq/Makefile +++ b/es_ES.ISO8859-1/books/faq/Makefile @@ -14,11 +14,11 @@ INSTALL_COMPRESSED?= gz INSTALL_ONLY_COMPRESSED?= # -# SRCS lists the individual SGML files that make up the document. Changes +# SRCS lists the individual XML files that make up the document. Changes # to any of these files will force a rebuild # -# SGML content +# XML content SRCS= book.xml DOC_PREFIX?= ${.CURDIR}/../../.. diff --git a/es_ES.ISO8859-1/books/handbook/Makefile b/es_ES.ISO8859-1/books/handbook/Makefile index 397a8d5803..4b13f0b455 100755 --- a/es_ES.ISO8859-1/books/handbook/Makefile +++ b/es_ES.ISO8859-1/books/handbook/Makefile @@ -151,11 +151,11 @@ IMAGES_LIB+= callouts/9.png IMAGES_LIB+= callouts/10.png # -# SRCS lists the individual SGML files that make up the document. Changes +# SRCS lists the individual XML files that make up the document. Changes # to any of these files will force a rebuild # -# SGML content +# XML content SRCS+= audit/chapter.xml SRCS+= book.xml SRCS+= colophon.xml @@ -201,7 +201,7 @@ SYMLINKS= ${DESTDIR} index.html handbook.html # Turn on all the chapters. CHAPTERS?= ${SRCS:M*chapter.xml} -SGMLFLAGS+= ${CHAPTERS:S/\/chapter.xml//:S/^/-i chap./} +XMLFLAGS+= ${CHAPTERS:S/\/chapter.xml//:S/^/-i chap./} pgpkeyring: pgpkeys/chapter.xml @${JADE} -V nochunks ${JADEOPTS} -d ${DSLPGP} -t sgml ${MASTERDOC} |