Add documentation for svnlite.

PR:		191544
Reported by:	eric
Reviewed by:	imp
MFC After: 	1 week
This commit is contained in:
Eitan Adler 2014-07-02 05:09:41 +00:00
parent 73f28b23c4
commit 9f932ecdb2
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=268135
2 changed files with 5 additions and 2 deletions

View File

@ -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

View File

@ -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>