diff options
author | Gabor Kovesdan <gabor@FreeBSD.org> | 2012-10-01 11:56:00 +0000 |
---|---|---|
committer | Gabor Kovesdan <gabor@FreeBSD.org> | 2012-10-01 11:56:00 +0000 |
commit | 77d737ee88c7ac14aead1dd70dafe270a2624ef0 (patch) | |
tree | 6c394d8308f5374809b0162fc0be16c6eff713f8 /ru_RU.KOI8-R/htdocs/ports/Makefile | |
parent | b4346b9b2dfe86a97907573086dff096850dcb1d (diff) | |
download | doc-77d737ee88c7ac14aead1dd70dafe270a2624ef0.tar.gz doc-77d737ee88c7ac14aead1dd70dafe270a2624ef0.zip |
- Rename the share/sgml directories to share/xml
- Fix build errors from the next change
Approved by: doceng (implicit)
Notes
Notes:
svn path=/head/; revision=39632
Diffstat (limited to 'ru_RU.KOI8-R/htdocs/ports/Makefile')
-rw-r--r-- | ru_RU.KOI8-R/htdocs/ports/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ru_RU.KOI8-R/htdocs/ports/Makefile b/ru_RU.KOI8-R/htdocs/ports/Makefile index 36f61c7432..d5bb91bd9b 100644 --- a/ru_RU.KOI8-R/htdocs/ports/Makefile +++ b/ru_RU.KOI8-R/htdocs/ports/Makefile @@ -62,7 +62,7 @@ packages.exists: .endif Makefile.gen: index.xml .NOTMAIN - ( ${ECHO_CMD} DOCS= *.xml;\ + ( ${ECHO_CMD} DOCS= *.xml | ${SED} 's|catalog-cwd\.xml||g';\ ${ECHO_CMD} -n "DYNAMIC_DOCS= ";\ ${ECHO_CMD} -n " master-index.xml";\ ${ECHO_CMD} -n " index.xml";\ |