freebsd-dev/share/doc/psd/15.yacc/Makefile
Ed Maste ea168d383d Rename documentation source files to avoid filesystem case and restricted
filename issues when checking out the source on other operating systems.

I've verified the generated paper.ascii is identical before and after the
change.
2010-07-16 17:01:36 +00:00

17 lines
342 B
Makefile

# @(#)Makefile 8.1 (Berkeley) 8/14/93
# $FreeBSD$
VOLUME= psd/15.yacc
SRCS= stubs ss_ ss0 ss1 ss2 ss3 ss4 ss5 ss6 ss7 ss8 ss9 \
ss10 ss11 ssa ssb ssc ssd
EXTRA= ref.bib
MACROS= -ms
USE_REFER=
CLEANFILES= stubs
stubs:
@(echo .R1; echo database ${.CURDIR}/ref.bib; \
echo accumulate; echo .R2) > ${.TARGET}
.include <bsd.doc.mk>