diff options
author | Hiroki Sato <hrs@FreeBSD.org> | 2012-05-17 03:23:15 +0000 |
---|---|---|
committer | Hiroki Sato <hrs@FreeBSD.org> | 2012-05-17 03:23:15 +0000 |
commit | 4fe414e55f71a98004350e582bfeb852f5758769 (patch) | |
tree | cef8e8b44236eea349b9f90e1eebcc80c56017c1 /es_ES.ISO8859-1/Makefile | |
parent | 282a032540622ef194d646326406f3349c379554 (diff) | |
download | doc-4fe414e55f71a98004350e582bfeb852f5758769.tar.gz doc-4fe414e55f71a98004350e582bfeb852f5758769.zip |
- Move developers.sgml to the language-independent directory.
- Move files under <lang>/htdocs/share to <lang>/share.
- s/WEB_PREFIX/DOC_PREFIX/
- Update the webupdate script to use the SVN repository.
Approved by: doceng (implicit)
Notes
Notes:
svn path=/head/; revision=38822
Diffstat (limited to 'es_ES.ISO8859-1/Makefile')
-rw-r--r-- | es_ES.ISO8859-1/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/es_ES.ISO8859-1/Makefile b/es_ES.ISO8859-1/Makefile index 62150c7919..e9035316f2 100644 --- a/es_ES.ISO8859-1/Makefile +++ b/es_ES.ISO8859-1/Makefile @@ -5,5 +5,5 @@ SUBDIR+= books COMPAT_SYMLINK = es -DOC_PREFIX = ${.CURDIR}/.. +DOC_PREFIX?= ${.CURDIR}/.. .include "${DOC_PREFIX}/share/mk/doc.project.mk" |