Add documentation for svnlite.
PR: 191544 Reported by: eric Reviewed by: imp MFC After: 1 week
This commit is contained in:
parent
73f28b23c4
commit
9f932ecdb2
@ -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
|
||||
|
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user