head	1.1;
access;
symbols
	charm6_1:1.1
	charm_6_0_1:1.1
	charm6_0_1:1.1
	charm6_0:1.1
	ChaNGa_1-0:1.1
	charm5_9:1.1;
locks; strict;
comment	@# @;


1.1
date	2003.06.20.19.01.49;	author olawlor;	state Exp;
branches;
next	;


desc
@@


1.1
log
@Wrote the NetFEM manual.
@
text
@# Stub makefile for LaTeX PPL manual
FILE=manual
TEX=$(FILE).tex
DEST=netfem
LATEX2HTML=$(L2H) -split 3
PROJECT_LINK='<a href="http://charm.cs.uiuc.edu/research/fem">FEM Homepage</a><br>'

include ../Makefile.common

index.tex:
	touch index.tex
@
