summaryrefslogtreecommitdiffstats
path: root/usr.bin/svn
diff options
context:
space:
mode:
authoreadler <eadler@FreeBSD.org>2014-07-02 05:09:41 +0000
committereadler <eadler@FreeBSD.org>2014-07-02 05:09:41 +0000
commit2adf2a899a3bb16e62bcbb524a7145b569283191 (patch)
treea45d937f525c3a3eb649449eb421c48cacc1a918 /usr.bin/svn
parent29eef13a4608728bb2f4b91cfd9ee669058413bd (diff)
downloadFreeBSD-src-2adf2a899a3bb16e62bcbb524a7145b569283191.zip
FreeBSD-src-2adf2a899a3bb16e62bcbb524a7145b569283191.tar.gz
Add documentation for svnlite.
PR: 191544 Reported by: eric Reviewed by: imp MFC After: 1 week
Diffstat (limited to 'usr.bin/svn')
-rw-r--r--usr.bin/svn/svn/Makefile6
1 files changed, 4 insertions, 2 deletions
diff --git a/usr.bin/svn/svn/Makefile b/usr.bin/svn/svn/Makefile
index bb823c7..d6944f1 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 <bsd.prog.mk>
OpenPOWER on IntegriCloud