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


1.4
date	2007.12.10.22.17.51;	author gioachin;	state Exp;
branches;
next	1.3;
commitid	4166475dbb064567;

1.3
date	2004.02.19.16.45.25;	author olawlor;	state Exp;
branches;
next	1.2;

1.2
date	2004.02.04.18.21.29;	author bohm;	state Exp;
branches;
next	1.1;

1.1
date	2004.02.04.17.27.53;	author bohm;	state Exp;
branches;
next	;


desc
@@


1.4
log
@added project home page
@
text
@# Stub makefile for LaTeX PPL manual
FILE=manual
TEX=$(FILE).tex 
DEST=debugger
LATEX2HTML=$(L2H) -split 5
PROJECT_LINK='<a href="http://charm.cs.uiuc.edu/research/debugger">CharmDebug Homepage</a><br>'

FIG_TARGET=build_eps_fig
FIG_CLEAN=figs/*.eps $(FIG_TARGET)

include ../Makefile.common

build_eps_fig:
	cd figs; ./convert.sh
	touch build_eps_fig
@


1.3
log
@Minor cleanup--
  1.) Generate multi-megabyte .eps files from tiny .png files
      when needed.
  2.) Remove [dvips] tag on manual, to allow pdflatex to use .png figures.
  3.) Add \maketitle, to actually have a title page like the other manuals.
@
text
@d6 1
@


1.2
log
@Fixed destination to new debugger directory.
@
text
@d7 3
d12 3
a14 2
index.tex:
	touch index.tex
@


1.1
log
@First draft of debugger manual
@
text
@d4 1
a4 1
DEST=charm++
@

