Makefile 676 Bytes
#
# Makefile for the Developer's Doc.
#
# Targets to update the FrameMaker book file and create
# .ps versions.
#
# These targets DO NOT check in the updated files; this could
# mean that the checked-in files need to be 'generated'. If you
# print the .ps version built here, you should have no problem,
# however.
#

default:	all


#
# update the book
#
update:
	p_tupdate
	chmod ug+w *.book *.doc
	/usr/frame/bin/fmbatch scripts/update.script
	chmod ug-w *.book *.doc

#
# create PRdev.ps
#
ps:
	p_tupdate
	chmod ug+w *.book *.doc
	/usr/frame/bin/fmbatch scripts/ps.script
	chmod ug-w *.book *.doc

#
# do everything
#
all:	update ps

clobber:
	/bin/rm -f *.ps *.backup *~