diff options
author | Hiroki Sato <hrs@FreeBSD.org> | 2012-05-17 19:12:14 +0000 |
---|---|---|
committer | Hiroki Sato <hrs@FreeBSD.org> | 2012-05-17 19:12:14 +0000 |
commit | 35babe0ae5c23c16f907986da4967475b3af2696 (patch) | |
tree | 486665ef5f0cb809aae4bd68fe4da0dc86f72ae0 /pt_BR.ISO8859-1/htdocs | |
parent | b884ae4ab115e45da57adb81a3e616b387b43201 (diff) | |
download | doc-35babe0ae5c23c16f907986da4967475b3af2696.tar.gz doc-35babe0ae5c23c16f907986da4967475b3af2696.zip |
- Set svn:ketwords and svn:mime-type. Note that application/octet-stream is
set on some files as a workaround for binary check.
- Fix pathname for svn co in the webupdate script.
Approved by: doceng (implicit)
Notes
Notes:
svn path=/head/; revision=38826
Diffstat (limited to 'pt_BR.ISO8859-1/htdocs')
-rw-r--r-- | pt_BR.ISO8859-1/htdocs/FAQ/Makefile | 2 | ||||
-rw-r--r-- | pt_BR.ISO8859-1/htdocs/FAQ/index.html | 2 | ||||
-rw-r--r-- | pt_BR.ISO8859-1/htdocs/Makefile | 2 | ||||
-rw-r--r-- | pt_BR.ISO8859-1/htdocs/doc/Makefile | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/pt_BR.ISO8859-1/htdocs/FAQ/Makefile b/pt_BR.ISO8859-1/htdocs/FAQ/Makefile index ce2f017afc..f483fca968 100644 --- a/pt_BR.ISO8859-1/htdocs/FAQ/Makefile +++ b/pt_BR.ISO8859-1/htdocs/FAQ/Makefile @@ -3,7 +3,7 @@ # # Original version: 1.8 # -# $FreeBSD: www/pt_BR/FAQ/Makefile,v 1.1 2002/10/05 16:03:59 lioux Exp $ +# $FreeBSD$ # # Build the FreeBSD FAQ *outside* of the www tree, and install it # in to the right place as necessary. diff --git a/pt_BR.ISO8859-1/htdocs/FAQ/index.html b/pt_BR.ISO8859-1/htdocs/FAQ/index.html index 1d6b7df6ab..5c014a523f 100644 --- a/pt_BR.ISO8859-1/htdocs/FAQ/index.html +++ b/pt_BR.ISO8859-1/htdocs/FAQ/index.html @@ -3,7 +3,7 @@ The FreeBSD Brazilian Portuguese Documentation Project Original revision: 1.1 - $FreeBSD: www/pt_BR/FAQ/index.html,v 1.2 2004/01/06 00:33:00 lioux Exp $ + $FreeBSD$ --> <html> <head> diff --git a/pt_BR.ISO8859-1/htdocs/Makefile b/pt_BR.ISO8859-1/htdocs/Makefile index 0948800265..0c24b9d865 100644 --- a/pt_BR.ISO8859-1/htdocs/Makefile +++ b/pt_BR.ISO8859-1/htdocs/Makefile @@ -3,7 +3,7 @@ # # Based on: 1.105 # -# $FreeBSD: www/pt_BR/Makefile,v 1.2 2004/01/05 03:02:25 lioux Exp $ +# $FreeBSD$ .if exists(Makefile.conf) .include "Makefile.conf" diff --git a/pt_BR.ISO8859-1/htdocs/doc/Makefile b/pt_BR.ISO8859-1/htdocs/doc/Makefile index f73e292c24..d4f60401f2 100644 --- a/pt_BR.ISO8859-1/htdocs/doc/Makefile +++ b/pt_BR.ISO8859-1/htdocs/doc/Makefile @@ -3,7 +3,7 @@ # # Original version: 1.8 # -# $FreeBSD: www/pt_BR/doc/Makefile,v 1.1 2004/01/05 03:05:24 lioux Exp $ +# $FreeBSD$ # # Build the FreeBSD documentation *outside* of the www tree, and install it # in to the right place as necessary. |