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


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.23;	author gioachin;	state Exp;
branches;
next	1.13;

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

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

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

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

1.9
date	2001.03.02.20.22.23;	author milind;	state Exp;
branches;
next	1.8;

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

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

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

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

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

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

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

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


desc
@@


1.15
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 ack.tex

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

include ../Makefile.common

index.tex:
	touch index.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/ck.ps
	/bin/cp manual.pdf $(DOCDIR)/pdf/ck.pdf
	/bin/rm -rf $(DOCDIR)/html/ck
	/bin/cp -R manual $(DOCDIR)/html/ck
	find $(WEBDIR) -type f -exec chmod 664 {} \;
	find $(WEBDIR) -type d -exec chmod 775 {} \;

web:
	make all
	/bin/cp manual.ps $(WEBDIR)/ps/ck.ps
	/bin/cp manual.pdf $(WEBDIR)/pdf/ck.pdf
	/bin/rm -rf $(WEBDIR)/html/ck
	/bin/cp -R manual $(WEBDIR)/html/ck

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
@*** empty log message ***
@
text
@d17 1
a17 1
        latex manual.tex
@


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


1.8
log
@Set web path to point to the real location...
@
text
@d35 2
@


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


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


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


1.4
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.3
log
@Minor fixes.
@
text
@d1 3
d5 1
a5 1
TEXFILES=manual.tex ack.tex
d9 1
d12 1
d15 1
d19 1
d22 2
d27 1
d29 1
d31 1
a31 14

install:
	rm -f /expand1/groupMosaic/distrib/kernel.manual.ps.gz
	cp manual.ps /expand1/groupMosaic/distrib/kernel.manual.ps
	gzip /expand1/groupMosaic/distrib/kernel.manual.ps
	chmod 664 /expand1/groupMosaic/distrib/kernel.manual.ps.gz
	rm -f /expand1/groupMosaic/distrib/kernel.manual.pdf
	cp manual.pdf /expand1/groupMosaic/distrib/kernel.manual.pdf
	chmod 664 /expand1/groupMosaic/distrib/kernel.manual.pdf
	rm -f /expand1/groupMosaic/html-manuals/kernel.manual/*
	cp manual/* /expand1/groupMosaic/html-manuals/kernel.manual/
	chmod 664 /expand1/groupMosaic/html-manuals/kernel.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.2
log
@Added table of contents to the PDF file, and also cleaned up the clean
target.
@
text
@d38 1
a38 1
veryclean:
@


1.1
log
@Added empty charm kernel manual.
@
text
@d5 1
d12 1
d17 1
d35 5
a39 3
clean:	
	rm -f *.aux *.log *.dvi *.ps *.idx *.toc *.pdf
	rm -rf manual/
@

