mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2024-12-23 18:14:56 +01:00
Don't add ${DOC}.ascii* to CLEANFILES twice.
This commit is contained in:
parent
5efd9b894a
commit
6c36f075fe
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=33801
@ -1,5 +1,5 @@
|
||||
# from: @(#)bsd.doc.mk 5.3 (Berkeley) 1/2/91
|
||||
# $Id: bsd.doc.mk,v 1.40 1997/11/02 18:50:53 wosch Exp $
|
||||
# $Id: bsd.doc.mk,v 1.41 1997/11/09 15:03:11 wosch Exp $
|
||||
#
|
||||
# The include file <bsd.doc.mk> handles installing BSD troff documents.
|
||||
#
|
||||
@ -96,13 +96,13 @@ print: ${DFILE}
|
||||
.endif
|
||||
.endif
|
||||
|
||||
CLEANFILES+= ${DOC}.${PRINTERDEVICE} \
|
||||
${DOC}.${PRINTERDEVICE}${DCOMPRESS_EXT} \
|
||||
${DOC}.ascii ${DOC}.ascii${DCOMPRESS_EXT} \
|
||||
.if ${PRINTERDEVICE} != "ascii" && ${PRINTERDEVICE} != "ps"
|
||||
CLEANFILES+= ${DOC}.${PRINTERDEVICE} ${DOC}.${PRINTERDEVICE}${DCOMPRESS_EXT}
|
||||
.endif
|
||||
CLEANFILES+= ${DOC}.ascii ${DOC}.ascii${DCOMPRESS_EXT} \
|
||||
${DOC}.ps ${DOC}.ps${DCOMPRESS_EXT} \
|
||||
${DOC}.html ${DOC}-*.html
|
||||
|
||||
|
||||
FILES?= ${SRCS}
|
||||
realinstall:
|
||||
.if ${PRINTERDEVICE} == "html"
|
||||
|
Loading…
Reference in New Issue
Block a user