JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
Make russian man page work again. From naddy.
authorMarco Peereboom <marco@conformal.com>
Thu, 16 Sep 2010 01:16:16 +0000 (01:16 +0000)
committerMarco Peereboom <marco@conformal.com>
Thu, 16 Sep 2010 01:16:16 +0000 (01:16 +0000)
Makefile

index e4034ad..f95799b 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -17,6 +17,9 @@ LDADD+=-lutil -L${X11BASE}/lib -lX11 -lXrandr
 
 MANDIR= ${PREFIX}/man/cat
 
+scrotwm_ru.cat1: scrotwm_ru.1
+        nroff -mandoc ${.CURDIR}/scrotwm_ru.1 > ${.TARGET}
+
 obj: _xenocara_obj
 
 .include <bsd.prog.mk>