Add doc to SUBDIR
This commit is contained in:
parent
98f978a585
commit
23a4e9ded7
@ -1,4 +1,4 @@
|
||||
# $Id: Makefile,v 1.16 1994/11/01 17:32:46 ache Exp $
|
||||
# $Id: Makefile,v 1.17 1994/12/06 03:15:02 ache Exp $
|
||||
|
||||
|
||||
CFLAGS+= -I${.CURDIR} -DVOID_SIGHANDLER -DHAVE_CONFIG_H
|
||||
@ -12,6 +12,8 @@ MAN3= readline.3
|
||||
DPADD+= $(LIBTERMCAP)
|
||||
LDADD+= -ltermcap
|
||||
|
||||
SUBDIR+= doc
|
||||
|
||||
beforeinstall:
|
||||
@-if [ ! -d ${DESTDIR}/usr/include/readline ]; then \
|
||||
mkdir ${DESTDIR}/usr/include/readline; \
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $Header: /home/ncvs/src/gnu/lib/libregex/Makefile,v 1.9 1994/09/15 19:52:50 bde Exp $
|
||||
# $Header: /home/ncvs/src/gnu/lib/libregex/Makefile,v 1.11 1995/01/11 06:12:01 ache Exp $
|
||||
|
||||
|
||||
LIB= gnuregex
|
||||
@ -6,6 +6,8 @@ CFLAGS+=-I${.CURDIR} -DHAVE_STRING_H=1 -DSTDC_HEADERS=1
|
||||
SRCS= regex.c
|
||||
NOMAN= noman
|
||||
|
||||
SUBDIR+= doc
|
||||
|
||||
afterinstall:
|
||||
install -c -o ${BINOWN} -g ${BINGRP} -m 444 \
|
||||
${.CURDIR}/regex.h ${DESTDIR}/usr/include/gnuregex.h
|
||||
|
Loading…
Reference in New Issue
Block a user