From 9f932ecdb2d50f99f2e71e0266418abb3703cf55 Mon Sep 17 00:00:00 2001 From: Eitan Adler Date: Wed, 2 Jul 2014 05:09:41 +0000 Subject: [PATCH] Add documentation for svnlite. PR: 191544 Reported by: eric Reviewed by: imp MFC After: 1 week --- tools/build/mk/OptionalObsoleteFiles.inc | 1 + usr.bin/svn/svn/Makefile | 6 ++++-- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/tools/build/mk/OptionalObsoleteFiles.inc b/tools/build/mk/OptionalObsoleteFiles.inc index 771354c614d..69543e6c42a 100644 --- a/tools/build/mk/OptionalObsoleteFiles.inc +++ b/tools/build/mk/OptionalObsoleteFiles.inc @@ -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 diff --git a/usr.bin/svn/svn/Makefile b/usr.bin/svn/svn/Makefile index bb823c718c9..d6944f1f23f 100644 --- a/usr.bin/svn/svn/Makefile +++ b/usr.bin/svn/svn/Makefile @@ -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