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 /tr_TR.ISO8859-9/htdocs | |
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 'tr_TR.ISO8859-9/htdocs')
-rw-r--r-- | tr_TR.ISO8859-9/htdocs/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tr_TR.ISO8859-9/htdocs/Makefile b/tr_TR.ISO8859-9/htdocs/Makefile index df5cf8ccda..9304602607 100644 --- a/tr_TR.ISO8859-9/htdocs/Makefile +++ b/tr_TR.ISO8859-9/htdocs/Makefile @@ -27,7 +27,7 @@ DEPENDSET.index=transtable mirrors news press events \ #DATA+= vendors.html # Subdirectories -# SGML +# XML #SUBDIR= security #SUBDIR+= commercial #SUBDIR+= docproj @@ -62,7 +62,7 @@ SUBDIR= doc #SUBDIR+= tutorials #.endif -# Non-SGML +# Non-XML #SUBDIR+= gifs #SUBDIR+= cgi |