From 61822a58d518c5ebb3acd6a5b7243a3dffb5ee32 Mon Sep 17 00:00:00 2001 From: kuriyama Date: Fri, 9 Oct 1998 07:31:45 +0000 Subject: Cleanup junk files. --- textproc/dsssl-docbook-modular/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'textproc') diff --git a/textproc/dsssl-docbook-modular/Makefile b/textproc/dsssl-docbook-modular/Makefile index 10758f3f772a..b197d7983938 100644 --- a/textproc/dsssl-docbook-modular/Makefile +++ b/textproc/dsssl-docbook-modular/Makefile @@ -3,7 +3,7 @@ # Date created: 16 March 1998 # Whom: Jun Kuriyama # -# $Id: Makefile,v 1.5 1998/09/08 22:03:31 kuriyama Exp $ +# $Id: Makefile,v 1.6 1998/09/20 03:48:10 kuriyama Exp $ # DISTNAME= db113 @@ -33,6 +33,7 @@ INSTDIR= ${PREFIX}/share/sgml/docbook/dsssl/modular pre-install: @[ -d ${INSTDIR} ] || ${MKDIR} ${INSTDIR} @find ${WRKDIR} -name '*~' -exec ${RM} {} \; + @find ${WRKDIR} -name '*.orig' -exec ${RM} {} \; do-install: @${CP} -Rp ${WRKDIR}/docbook/* ${INSTDIR} -- cgit