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


1.6
date	2004.06.10.16.08.51;	author wilmarth;	state Exp;
branches;
next	1.5;

1.5
date	2003.12.13.21.27.09;	author gzheng;	state Exp;
branches;
next	1.4;

1.4
date	2003.12.13.11.03.24;	author gioachin;	state Exp;
branches;
next	1.3;

1.3
date	2002.10.23.20.40.27;	author wilmarth;	state Exp;
branches;
next	1.2;

1.2
date	2002.06.05.04.19.20;	author wilmarth;	state Exp;
branches;
next	1.1;

1.1
date	2002.06.04.21.26.10;	author wilmarth;	state Exp;
branches;
next	;


desc
@@


1.6
log
@Updated and expanded the POSE manual.
@
text
@# Stub makefile for LaTeX PPL manual
FILE=manual
TEX=$(FILE).tex 
DEST=pose
LATEX2HTML=$(L2H) -split 5
PROJECT_LINK='<a href="http://charm.cs.uiuc.edu/research/pose">POSE Homepage</a><br>'

include ../Makefile.common

index.tex:
	touch index.tex
@


1.5
log
@fixed DEST in all these Makefiles to prevent them from all copying to charm++/
@
text
@a3 1

d6 1
@


1.4
log
@uniformed all manuals make to delegate to Makefile.common all the work
in this way, fixed also bug of wrong permissions on file generated by some
makefiles
@
text
@d5 1
a5 1
DEST=charm++
@


1.3
log
@Fixed all Makefiles to point to the correct web dir path.
@
text
@d1 3
a3 2
DOCDIR=..
WEBDIR=/expand8/www/ppl_manuals
d5 2
a6 1
all: ps pdf html
d8 1
a8 4
ps:
	latex manual.tex
	latex manual.tex
	dvips -o manual.ps manual.dvi
d10 2
a11 34
html:
	-@@ln -s ../pplmanual.* .
	latex manual.tex
	latex manual.tex
	latex2html -local_icons manual.tex

pdf:
	pdflatex manual.tex
	pdflatex manual.tex

doc:
	make all
	if [ ! -d $(DOCDIR) ] ; then mkdir $(DOCDIR) ; fi
	if [ ! -d $(DOCDIR)/ps ] ; then mkdir $(DOCDIR)/ps ; fi
	if [ ! -d $(DOCDIR)/pdf ] ; then mkdir $(DOCDIR)/pdf ; fi
	if [ ! -d $(DOCDIR)/html ] ; then mkdir $(DOCDIR)/html ; fi
	/bin/cp manual.ps $(DOCDIR)/ps/charm++.ps
	/bin/cp manual.pdf $(DOCDIR)/pdf/charm++.pdf
	/bin/rm -rf $(DOCDIR)/html/charm++
	/bin/cp -R manual $(DOCDIR)/html/charm++

web:
	make all
	/bin/cp manual.ps $(WEBDIR)/ps/charm++.ps
	/bin/cp manual.pdf $(WEBDIR)/pdf/charm++.pdf
	/bin/rm -rf $(WEBDIR)/html/charm++
	/bin/cp -R manual $(WEBDIR)/html/charm++
	find $(WEBDIR) -type f -exec chmod 664 {} \;
	find $(WEBDIR) -type d -exec chmod 775 {} \;

clean:
	/bin/rm -f *.ps *.pdf *.ilg *.aux *.log *.dvi *.idx *.toc 
	/bin/rm -f index.tex *.blg *.bbl
	/bin/rm -rf manual
@


1.2
log
@*** empty log message ***
@
text
@d2 1
a2 1
WEBDIR=/expand6/groupMosaic/ppl_manuals
@


1.1
log
@*** empty log message ***
@
text
@d8 1
d14 1
d18 1
@

