Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/lib/libterminfo Do clean generated terminfo.5 file.



details:   https://anonhg.NetBSD.org/src/rev/6fda828f0483
branches:  trunk
changeset: 752202:6fda828f0483
user:      njoly <njoly%NetBSD.org@localhost>
date:      Fri Feb 19 13:53:17 2010 +0000

description:
Do clean generated terminfo.5 file.

diffstat:

 lib/libterminfo/Makefile |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (18 lines):

diff -r 32cec4e5ed32 -r 6fda828f0483 lib/libterminfo/Makefile
--- a/lib/libterminfo/Makefile  Fri Feb 19 12:40:47 2010 +0000
+++ b/lib/libterminfo/Makefile  Fri Feb 19 13:53:17 2010 +0000
@@ -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"



Home | Main Index | Thread Index | Old Index