diff options
author | Isabell Long <issyl0@FreeBSD.org> | 2012-10-06 17:52:37 +0000 |
---|---|---|
committer | Isabell Long <issyl0@FreeBSD.org> | 2012-10-06 17:52:37 +0000 |
commit | 2be1e25fc2a430392e2b23bfca1c8f5403ac7096 (patch) | |
tree | a55219004cb3ecf9c074ef06153a73939e671398 /el_GR.ISO8859-7/htdocs/Makefile | |
parent | ed974d372267a26a1fea12284ecc665607ad321b (diff) | |
download | doc-2be1e25fc2a430392e2b23bfca1c8f5403ac7096.tar.gz doc-2be1e25fc2a430392e2b23bfca1c8f5403ac7096.zip |
Replace 'SGML' with 'XML' in Makefile code and comments. A consequence of
this was that 'SGMLFLAGS' had to be changed to 'XMLFLAGS' in
share/mk/doc.docbook.mk so that everything continued to build OK.
Approved by: gabor (mentor)
Notes
Notes:
svn path=/head/; revision=39665
Diffstat (limited to 'el_GR.ISO8859-7/htdocs/Makefile')
-rw-r--r-- | el_GR.ISO8859-7/htdocs/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/el_GR.ISO8859-7/htdocs/Makefile b/el_GR.ISO8859-7/htdocs/Makefile index 07d422c49c..d3647c99f8 100644 --- a/el_GR.ISO8859-7/htdocs/Makefile +++ b/el_GR.ISO8859-7/htdocs/Makefile @@ -15,7 +15,7 @@ .endif # Subdirectories -# SGML +# XML SUBDIR= FAQ .if !defined(WEB_ONLY) || empty(WEB_ONLY) SUBDIR+= doc |