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


1.5
date	2003.12.13.21.24.17;	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.04.09.21.50.43;	author olawlor;	state Exp;
branches;
next	1.1;

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


desc
@@


1.5
log
@fixed the DEST.
@
text
@# Stub makefile for LaTeX PPL manual
FILE=manual
TEX=$(FILE).tex 

DEST=tcharm
LATEX2HTML=$(L2H) -split 5

include ../Makefile.common

index.tex:
	touch index.tex
@


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 3
DOCDIR=..
WEBDIR=/expand8/www/ppl_manuals
BASE=tcharm
d5 2
a6 1
all: ps pdf html
d8 1
a8 13
ps:
	touch index.tex
	latex manual.tex
	latex manual.tex
	if [ -f manual.idx ] ; then makeindex -o index.tex manual.idx ; fi
	latex manual.tex
	dvips -o manual.ps manual.dvi

html:
	touch index.tex
	-@@ln -s ../pplmanual.* .
	latex manual.tex
	latex2html -local_icons manual.tex
d10 1
a10 1
pdf:
a11 28
	pdflatex manual.tex
	if [ -f manual.idx ] ; then makeindex -o index.tex manual.idx ; fi
	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/fem.ps
	/bin/cp manual.pdf $(DOCDIR)/pdf/fem.pdf
	/bin/rm -rf $(DOCDIR)/html/fem
	/bin/cp -R manual $(DOCDIR)/html/fem

web:
	make all
	/bin/cp manual.ps $(WEBDIR)/ps/$(BASE).ps
	/bin/cp manual.pdf $(WEBDIR)/pdf/$(BASE).pdf
	/bin/rm -rf $(WEBDIR)/html/$(BASE)
	/bin/cp -R manual $(WEBDIR)/html/$(BASE)
	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
@Use more sensible relative path to get to doc/ directory.
@
text
@d2 1
a2 1
WEBDIR=/expand6/groupMosaic/ppl_manuals
@


1.1
log
@Added user-level documentation for tcharm, the basis of AMPI, FEM, MBLOCK, ...
@
text
@d1 1
a1 1
DOCDIR=../../../doc
@

