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


1.16
date	2004.05.17.23.26.52;	author yanshi;	state Exp;
branches;
next	1.15;

1.15
date	2003.12.13.21.27.09;	author gzheng;	state Exp;
branches;
next	1.14;

1.14
date	2003.12.13.11.03.24;	author gioachin;	state Exp;
branches;
next	1.13;

1.13
date	2002.10.23.20.40.26;	author wilmarth;	state Exp;
branches;
next	1.12;

1.12
date	2002.04.09.21.50.40;	author olawlor;	state Exp;
branches;
next	1.11;

1.11
date	2001.10.10.23.35.05;	author wilmarth;	state Exp;
branches;
next	1.10;

1.10
date	2001.03.02.20.22.32;	author milind;	state Exp;
branches;
next	1.9;

1.9
date	2001.02.26.23.53.44;	author wilmarth;	state Exp;
branches;
next	1.8;

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

1.7
date	2000.11.22.10.46.40;	author milind;	state Exp;
branches;
next	1.6;

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

1.5
date	2000.08.31.22.02.39;	author milind;	state Exp;
branches;
next	1.4;

1.4
date	2000.06.22.22.38.09;	author milind;	state Exp;
branches;
next	1.3;

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

1.2
date	2000.06.22.15.57.24;	author milind;	state Exp;
branches;
next	1.1;

1.1
date	99.08.17.20.24.42;	author rbrunner;	state Exp;
branches;
next	;


desc
@@


1.16
log
@Added in fftlib as target.
@
text
@# Stub makefile for LaTeX PPL manual
FILE=manual
TEX=$(FILE).tex barrier.tex ddt.tex intro.tex irecv.tex liveviz.tex tempo.tex fftlib.tex

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

include ../Makefile.common

index.tex:
	touch index.tex
@


1.15
log
@fixed DEST in all these Makefiles to prevent them from all copying to charm++/
@
text
@d3 1
a3 1
TEX=$(FILE).tex barrier.tex ddt.tex intro.tex irecv.tex liveviz.tex tempo.tex
@


1.14
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.13
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/libraries.ps
	/bin/cp manual.pdf $(DOCDIR)/pdf/libraries.pdf
	/bin/rm -rf $(DOCDIR)/html/libraries
	/bin/cp -R manual $(DOCDIR)/html/libraries

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


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


1.10
log
@Added proper permission settings for web versions of the manuals.
@
text
@d16 1
@


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


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


1.7
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)/libraries.ps
a14 1
	make clean
a17 2
	/bin/rm -rf $(HDIR)/libraries
	/bin/cp -R manual $(HDIR)/libraries
a19 1
	make clean
d24 18
a41 1
	/bin/cp manual.pdf $(PDFDIR)/libraries.pdf
@


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


1.5
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
@


1.4
log
@Minor fixes.
@
text
@d1 3
a3 1
TEXFILES=manual.tex intro.tex irecv.tex
d5 3
a7 1
ps: $(TEXFILES)
a10 2
	bibtex manual
	makeindex -o index.tex manual.idx
d12 1
d15 1
d17 1
a17 1
html: $(TEXFILES)
d19 1
d22 2
d25 1
a25 1
pdf: $(TEXFILES)
d29 1
a29 2
	bibtex manual
	makeindex -o index.tex manual.idx
d31 1
a31 15
	pdflatex manual.tex

install:
	rm -f /expand1/groupMosaic/distrib/libraries.manual.ps.gz
	cp manual.ps /expand1/groupMosaic/distrib/libraries.manual.ps
	gzip /expand1/groupMosaic/distrib/libraries.manual.ps
	chmod 664 /expand1/groupMosaic/distrib/libraries.manual.ps.gz
	rm -f /expand1/groupMosaic/distrib/libraries.manual.pdf
	cp manual.pdf /expand1/groupMosaic/distrib/libraries.manual.pdf
	chmod 664 /expand1/groupMosaic/distrib/libraries.manual.pdf
	rm -f /expand1/groupMosaic/html-manuals/libraries.manual/*
	cp manual/* /expand1/groupMosaic/html-manuals/libraries.manual/
	chmod 664 /expand1/groupMosaic/html-manuals/libraries.manual/*

all: ps pdf html install
d34 3
a36 5
	rm -f *.ilg *.aux *.log *.dvi *.idx *.toc index.tex *.blg *.bbl

veryclean: clean
	rm -rf *.ps *.pdf manual/

@


1.3
log
@Added table of contents to the PDF file, and also cleaned up the clean
target.
@
text
@d44 1
a44 1
veryclean:
@


1.2
log
@Made compatible with pdflatex as well.
@
text
@d4 1
d14 1
d19 1
d41 5
a45 3
clean:	
	rm -f *.aux *.log *.dvi *.ps *.idx *.toc *.bbl *.blg *.pdf *.ilg
	rm -rf index.tex manual/
@


1.1
log
@Library manual template
@
text
@d1 1
a1 1
TEXFILES=manual.tex intro.tex
d14 9
a22 1
	latex2html manual.tex
d29 3
d36 1
a36 5
all: ps html install

co:
	co Makefile
	co $(TEXFILES)
d39 2
a40 1
	rm -f *.aux *.log *.dvi *.ps *.idx *.toc
@

