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


1.19
date	2003.11.14.05.59.49;	author gzheng;	state Exp;
branches;
next	1.18;

1.18
date	2002.10.23.20.40.26;	author wilmarth;	state Exp;
branches;
next	1.17;

1.17
date	2002.04.09.21.50.34;	author olawlor;	state Exp;
branches;
next	1.16;

1.16
date	2001.10.11.19.53.11;	author wilmarth;	state Exp;
branches;
next	1.15;

1.15
date	2001.10.10.23.33.14;	author wilmarth;	state Exp;
branches;
next	1.14;

1.14
date	2001.03.02.20.22.26;	author milind;	state Exp;
branches;
next	1.13;

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

1.12
date	2001.02.26.22.44.42;	author wilmarth;	state Exp;
branches;
next	1.11;

1.11
date	2000.11.22.10.46.39;	author milind;	state Exp;
branches;
next	1.10;

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

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

1.8
date	2000.06.22.22.38.03;	author milind;	state Exp;
branches;
next	1.7;

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

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

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

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

1.3
date	97.08.18.18.25.55;	author jyelon;	state Exp;
branches;
next	1.2;

1.2
date	97.07.26.16.04.45;	author jyelon;	state Exp;
branches;
next	1.1;

1.1
date	97.07.22.19.00.35;	author jyelon;	state Exp;
branches;
next	;


desc
@@


1.19
log
@updated to use common Makefile
@
text
@# Stub makefile for LaTeX PPL manual
FILE=manual
TEX= $(FILE).tex cldb.tex   cpm.tex     index.tex   msgmgr.tex  random.tex  \
	cms.tex    ds.tex       ldb.tex   cpath.tex  futures.tex  pthreads.tex
DEST=convext
LATEX2HTML=$(L2H) -split 5

include ../Makefile.common

index.tex:
	touch index.tex
@


1.18
log
@Fixed all Makefiles to point to the correct web dir path.
@
text
@d1 6
a6 2
DOCDIR=..
WEBDIR=/expand8/www/ppl_manuals
d8 1
a8 1
all: ps pdf html
d10 1
a10 1
ps:
a11 42
	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

pdf:
	touch index.tex
	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/convext.ps
	/bin/cp manual.pdf $(DOCDIR)/pdf/convext.pdf
	/bin/rm -rf $(DOCDIR)/html/convext
	/bin/cp -R manual $(DOCDIR)/html/convext

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


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


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


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


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


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


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


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


1.9
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.8
log
@Minor fixes.
@
text
@d1 3
a3 42
############################################################################
# RCS INFORMATION:
#
# 	$RCSfile: Makefile,v $
# 	$Author: milind $	$Locker:  $		$State: Exp $
#	$Revision: 1.7 $	$Date: 2000/06/22 22:21:07 $
#
############################################################################
# DESCRIPTION:
#
# This is a makefile.  It is used when you type ``make''.
#
############################################################################
# REVISION HISTORY:
#
# $Log: Makefile,v $
# Revision 1.7  2000/06/22 22:21:07  milind
# Added table of contents to the PDF file, and also cleaned up the clean
# target.
#
# Revision 1.6  2000/06/22 14:39:33  milind
# Made compatible with pdflatex as well.
#
# Revision 1.5  2000/02/24 07:06:29  milind
# Added new Crn functionality descriptions. And added an index to the
# manual.
#
# Revision 1.4  2000/02/20 17:36:52  milind
# Added -local_icons option to latex2html.
#
# Revision 1.3  1997/08/18 18:25:55  jyelon
# *** empty log message ***
#
# Revision 1.2  1997/07/26 16:04:45  jyelon
# Added stuff.
#
#
############################################################################

TEXFILES=cmi.tex cpm.tex cpvmacros.tex index.tex ldb.tex manual.tex\
msgmgr.tex queue.tex scheduler.tex simulator.tex threads.tex\
thsync.tex pthreads.tex
d5 1
a10 1
	makeindex -o index.tex manual.idx
d12 1
d15 1
d22 2
a27 2
	latex manual.tex
	makeindex -o index.tex manual.idx
d29 3
a31 14

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

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

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

@


1.7
log
@Added table of contents to the PDF file, and also cleaned up the clean
target.
@
text
@d6 1
a6 1
#	$Revision: 1.6 $	$Date: 2000/06/22 14:39:33 $
d17 4
d56 1
d82 1
a82 1
	rm -f *.ilg *.aux *.log *.dvi *.idx *.toc index.tex *.blg *.bbl
d84 1
a84 1
veryclean:
@


1.6
log
@Made compatible with pdflatex as well.
@
text
@d6 1
a6 1
#	$Revision: 1.5 $	$Date: 2000/02/24 07:06:29 $
d17 3
d42 1
d51 1
d56 1
d76 5
a80 3
clean:	
	rm -f *.ilg *.aux *.log *.dvi *.ps *.idx *.toc *~ index.tex *.pdf
	rm -rf manual
@


1.5
log
@Added new Crn functionality descriptions. And added an index to the
manual.
@
text
@d6 1
a6 1
#	$Revision: 1.4 $	$Date: 2000/02/20 17:36:52 $
d17 4
d50 6
d61 3
d68 1
a68 4
all: ps html install

co:
	co Makefile $(TEXFILES)
d71 1
a71 1
	rm -f *.aux *.log *.dvi *.ps *.idx *.toc *~ index.tex
@


1.4
log
@Added -local_icons option to latex2html.
@
text
@d5 2
a6 2
# 	$Author: jyelon $	$Locker:  $		$State: Exp $
#	$Revision: 1.3 $	$Date: 1997/08/18 18:25:55 $
d17 3
d35 1
d37 1
@


1.3
log
@*** empty log message ***
@
text
@d6 1
a6 1
#	$Revision: 1.2 $	$Date: 1997/07/26 16:04:45 $
d17 3
d39 1
a39 1
	latex2html manual.tex
@


1.2
log
@Added stuff.
@
text
@d6 1
a6 1
#	$Revision: 1.1 $	$Date: 1997/07/22 19:00:35 $
d17 3
d39 7
a45 7
	rm -f /expand1/groupMosaic/distrib/converse.manual.ps.gz
	cp manual.ps /expand1/groupMosaic/distrib/converse.manual.ps
	gzip /expand1/groupMosaic/distrib/converse.manual.ps
	chmod 664 /expand1/groupMosaic/distrib/converse.manual.ps.gz
	rm -f /expand1/groupMosaic/html-manuals/converse.manual/*
	cp manual/* /expand1/groupMosaic/html-manuals/converse.manual/
	chmod 664 /expand1/groupMosaic/html-manuals/converse.manual/*
@


1.1
log
@*** empty log message ***
@
text
@d5 2
a6 2
# 	$Author: milind $	$Locker:  $		$State: Exp $
#	$Revision: 1.9 $	$Date: 1996/11/18 16:55:50 $
d11 2
a16 32
# Revision 1.9  1996/11/18 16:55:50  milind
# Made changes to the scheduler section to reflect the semantics of
# CsdScheduler(0). Also, changed the Makefile to have targets ps, html,
# install and all.
#
# Revision 1.8  1996/06/14 21:38:25  jyelon
# This thing doesn't work at all.  Restructured.
#
# Revision 1.7  1995/11/15 18:01:22  brunner
# Added cpvmacros.tex to Makefile so make co works.
#
# Revision 1.6  1995/11/01  22:04:21  milind
# Added automatic generation of index.
#
# Revision 1.5  1995/10/30  16:06:49  milind
# Added one more latex stage to remove undefined references.
#
# Revision 1.4  1995/10/10  21:40:41  jyelon
# *** empty log message ***
#
# Revision 1.3  1995/09/21  21:42:21  milind
# Added latex2html
#
# Revision 1.2  1995/09/21  15:37:33  milind
# Added other tex files
#
# Revision 1.2  1995/09/21  15:37:33  milind
# Added other tex files
#
# Revision 1.1  1995/09/20  16:34:32  brunner
# Initial revision
#
d22 2
a23 1
thsync.tex
@
