head	1.12;
access;
symbols
	charm6_1:1.12
	charm_6_0_1:1.12
	charm6_0_1:1.12
	charm6_0:1.12
	ChaNGa_1-0:1.12
	charm5_9:1.12
	charm_5-4-2:1.6
	charm_5-4-1:1.6;
locks; strict;
comment	@# @;


1.12
date	2003.12.13.21.27.09;	author gzheng;	state Exp;
branches;
next	1.11;

1.11
date	2003.12.13.11.03.24;	author gioachin;	state Exp;
branches;
next	1.10;

1.10
date	2002.10.23.20.40.26;	author wilmarth;	state Exp;
branches;
next	1.9;

1.9
date	2002.04.09.21.50.36;	author olawlor;	state Exp;
branches;
next	1.8;

1.8
date	2001.10.11.19.57.13;	author wilmarth;	state Exp;
branches;
next	1.7;

1.7
date	2001.10.10.23.33.41;	author wilmarth;	state Exp;
branches;
next	1.6;

1.6
date	2001.03.02.20.22.28;	author milind;	state Exp;
branches;
next	1.5;

1.5
date	2001.02.26.23.53.29;	author wilmarth;	state Exp;
branches;
next	1.4;

1.4
date	2001.02.26.22.45.03;	author wilmarth;	state Exp;
branches;
next	1.3;

1.3
date	2000.11.22.10.46.40;	author milind;	state Exp;
branches;
next	1.2;

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

1.1
date	2000.08.31.22.03.26;	author milind;	state Exp;
branches;
next	;


desc
@@


1.12
log
@fixed DEST in all these Makefiles to prevent them from all copying to charm++/
@
text
@# Stub makefile for LaTeX PPL manual
FILE=manual
TEX=$(FILE).tex 

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

include ../Makefile.common

index.tex:
	touch index.tex
@


1.11
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.10
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 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/f90charm.ps
	/bin/cp manual.pdf $(DOCDIR)/pdf/f90charm.pdf
	/bin/rm -rf $(DOCDIR)/html/f90charm
	/bin/cp -R manual $(DOCDIR)/html/f90charm

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


1.8
log
@*** empty log message ***
@
text
@d1 1
a1 1
DOCDIR=../../../doc
@


1.7
log
@*** empty log message ***
@
text
@d17 1
a17 1
        latex manual.tex
@


1.6
log
@Added proper permission settings for web versions of the manuals.
@
text
@d16 2
a17 1
	latex manual.tex
@


1.5
log
@Set web path to point to the real location...
@
text
@d42 2
@


1.4
log
@New Makefile behavior.
@
text
@d2 1
a2 1
WEBDIR=/expand6/groupMosaic/pplmantest
@


1.3
log
@Added a standard TODO file.
Also, modified the target directories for the html, ps, and pdf documentation.
@
text
@d1 2
a2 3
PSDIR=../../../doc/ps
PDFDIR=../../../doc/pdf
HDIR=../../../doc/html
a6 1
	make clean
a12 1
	/bin/cp manual.ps $(PSDIR)/f90charm.ps
a14 1
	make clean
a17 2
	/bin/rm -rf $(HDIR)/f90charm
	/bin/cp -R manual $(HDIR)/f90charm
a19 1
	make clean
d24 18
a41 1
	/bin/cp manual.pdf $(PDFDIR)/f90charm.pdf
@


1.2
log
@*** empty log message ***
@
text
@d1 3
a3 3
PSDIR=../../../ps
PDFDIR=../../../pdf
HDIR=../../../html
@


1.1
log
@Completed integration of documentation into charm cvs tree.
Added appropriate targets for super-install for making different types
(ps, pdf, html) of documentation.
@
text
@d1 3
a3 3
PSDIR=../../../doc/ps
PDFDIR=../../../doc/pdf
HDIR=../../../doc/html
@

