Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 2 Jul 2014 05:09:41 +0000 (UTC)
From:      Eitan Adler <eadler@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r268135 - in head: tools/build/mk usr.bin/svn/svn
Message-ID:  <201407020509.s6259fmZ029357@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: eadler
Date: Wed Jul  2 05:09:41 2014
New Revision: 268135
URL: http://svnweb.freebsd.org/changeset/base/268135

Log:
  Add documentation for svnlite.
  
  PR:		191544
  Reported by:	eric
  Reviewed by:	imp
  MFC After: 	1 week

Modified:
  head/tools/build/mk/OptionalObsoleteFiles.inc
  head/usr.bin/svn/svn/Makefile

Modified: head/tools/build/mk/OptionalObsoleteFiles.inc
==============================================================================
--- head/tools/build/mk/OptionalObsoleteFiles.inc	Wed Jul  2 04:06:06 2014	(r268134)
+++ head/tools/build/mk/OptionalObsoleteFiles.inc	Wed Jul  2 05:09:41 2014	(r268135)
@@ -4716,6 +4716,7 @@ OLD_FILES+=usr/bin/svnliterdump
 OLD_FILES+=usr/bin/svnliteserve
 OLD_FILES+=usr/bin/svnlitesync
 OLD_FILES+=usr/bin/svnliteversion
+OLD_FILES+=usr/share/man/man1/svnlite.1.gz
 .endif
 
 .if ${MK_SVN} == no

Modified: head/usr.bin/svn/svn/Makefile
==============================================================================
--- head/usr.bin/svn/svn/Makefile	Wed Jul  2 04:06:06 2014	(r268134)
+++ head/usr.bin/svn/svn/Makefile	Wed Jul  2 05:09:41 2014	(r268135)
@@ -1,7 +1,5 @@
 # $FreeBSD$
 
-MAN=
-
 .include "${.CURDIR}/../Makefile.inc"
 
 .PATH:	${SVNDIR}/svn
@@ -64,4 +62,8 @@ freebsd-organization.h:
 	    > freebsd-organization.h
 .endif
 
+svnlite.1: svn.1
+	# Avoid the website
+	sed -E 's,(^| |B|`)svn,\1svnlite,g' ${SVNDIR}/svn/svn.1 > ${.OBJDIR}/svnlite.1
+
 .include <bsd.prog.mk>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201407020509.s6259fmZ029357>