svn commit: r268135 - in head: tools/build/mk usr.bin/svn/svn

Eitan Adler eadler at FreeBSD.org
Wed Jul 2 05:09:42 UTC 2014


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>


More information about the svn-src-all mailing list