Module Name: src
Committed By: njoly
Date: Fri Feb 19 13:53:17 UTC 2010
Modified Files:
src/lib/libterminfo: Makefile
Log Message:
Do clean generated terminfo.5 file.
To generate a diff of this commit:
cvs rdiff -u -r1.9 -r1.10 src/lib/libterminfo/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/lib/libterminfo/Makefile
diff -u src/lib/libterminfo/Makefile:1.9 src/lib/libterminfo/Makefile:1.10
--- src/lib/libterminfo/Makefile:1.9 Fri Feb 12 12:18:33 2010
+++ src/lib/libterminfo/Makefile Fri Feb 19 13:53:17 2010
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.9 2010/02/12 12:18:33 roy Exp $
+# $NetBSD: Makefile,v 1.10 2010/02/19 13:53:17 njoly Exp $
USE_SHLIBDIR= yes
@@ -42,6 +42,8 @@
@echo "Generating terminfo man pages"
cd ${.CURDIR} && ${HOST_SH} ./genman >${.OBJDIR}/$@
+CLEANFILES+= terminfo.5
+
# Allow terminfo descriptions to be compiled into libterminfo
compiled_terms:
@echo "Generating compiled terminfo descriptions"