#rcsid('$Author: pleuk $',
#	'$Date: 1993/05/04 09:20:15 $',
#	'$Revision: 1.0 $',
#	'$Source: /usr/export/home/projects/ltg2/Pleuk/Distribution/Pleuk/PS/RCS/Makefile,v $',
#	'$State: Exp $').
#
#$Log: Makefile,v $
# Revision 1.0  1993/05/04  09:20:15  pleuk
# Version 1.00beta from Jo
#
# Revision 0.11  1992/04/16  13:38:13  pleuk
# revisions from SLE - April 1992
#
# Revision 0.6  1991/09/02  13:39:23  pleuk
# revisions up to SLE visit 20 August 1991
#
# Revision 0.5  1991/07/15  10:23:47  pleuk
# Changes following SLE visit 10-12 July 91
#
#
###### Makefile for postscript stuff

### The way in which we make the CMR fonts is very nasty.  We have to
### process the file genfonts using latex, and then hand edit the file
### cmr_font.ps to include the generated font information.  


### pleuk.ps contains instructions about what to insert where. 

cmr_font.ps: genfonts.tex
	latex genfonts;
	dvi2ps genfonts > _tmp
#######  hand edit here
	
all:

fb_code: all

new:

clean:

realclean: clean
