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


1.34
date	2009.02.23.21.04.50;	author bhatele;	state Exp;
branches;
next	1.33;
commitid	Ixhkp5zDM82qpBDt;

1.33
date	2009.02.23.19.19.23;	author bhatele;	state Exp;
branches;
next	1.32;
commitid	o2N7Em3XmZLdPADt;

1.32
date	2008.07.10.19.18.00;	author gioachin;	state Exp;
branches;
next	1.31;
commitid	F2toayiS3yG69iat;

1.31
date	2008.05.28.00.45.17;	author gioachin;	state Exp;
branches;
next	1.30;
commitid	2AbUqjLCDk8YmF4t;

1.30
date	2008.05.27.23.49.42;	author gioachin;	state Exp;
branches;
next	1.29;
commitid	aUtiqKIm1sDX3F4t;

1.29
date	2007.12.21.19.53.35;	author gioachin;	state Exp;
branches;
next	1.28;
commitid	766a476c19ac4567;

1.28
date	2007.12.09.23.05.57;	author gioachin;	state Exp;
branches;
next	1.27;
commitid	565b475c74d04567;

1.27
date	2007.12.09.22.50.27;	author gioachin;	state Exp;
branches;
next	1.26;
commitid	40ea475c71254567;

1.26
date	2007.12.09.22.47.16;	author gioachin;	state Exp;
branches;
next	1.25;
commitid	307d475c706f4567;

1.25
date	2007.12.09.21.06.17;	author gioachin;	state Exp;
branches;
next	1.24;
commitid	6a39475c58bd4567;

1.24
date	2007.12.09.17.49.26;	author gioachin;	state Exp;
branches;
next	1.23;
commitid	3a30475c2a914567;

1.23
date	2007.12.09.17.43.45;	author gioachin;	state Exp;
branches;
next	1.22;
commitid	2fb9475c29244567;

1.22
date	2004.10.14.06.12.10;	author gzheng;	state Exp;
branches;
next	1.21;

1.21
date	2004.06.10.16.40.15;	author wilmarth;	state Exp;
branches;
next	1.20;

1.20
date	2004.05.18.16.30.50;	author wilmarth;	state Exp;
branches;
next	1.19;

1.19
date	2003.06.20.19.02.17;	author olawlor;	state Exp;
branches;
next	1.18;

1.18
date	2003.03.31.23.21.53;	author olawlor;	state Exp;
branches;
next	1.17;

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

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

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

1.14
date	2002.10.23.23.04.19;	author wilmarth;	state Exp;
branches;
next	1.13;

1.13
date	2001.12.06.23.37.58;	author olawlor;	state Exp;
branches;
next	1.12;

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

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

1.10
date	2001.03.02.22.31.25;	author gzheng;	state Exp;
branches;
next	1.9;

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

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

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

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

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

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

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

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

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


desc
@@


1.34
log
@*** empty log message ***
@
text
@IDIR	= ../doc
LNCMD	= test ! -f pplmanual.sty && ln -f -s ../pplmanual.sty .
RMCMD	= rm -f ./pplmanual.sty
WEBDIR	= /www/manuals
DIRS	= install converse convext charm++ libraries f90charm charisma pose \
	fem ifem netfem ampi bigsim mblock projections tcharm debugger faq \
	bignetsim

all: pdf ps html

ps:
	[ -d $(IDIR)/ps ] || mkdir $(IDIR)/ps
	for d in $(DIRS); do (cd $$d; $(LNCMD); $(MAKE) ps) || exit 1; done

pdf:
	[ -d $(IDIR)/pdf ] || mkdir $(IDIR)/pdf
	for d in $(DIRS); do (cd $$d; $(LNCMD); $(MAKE) pdf) || exit 1; done

html:
	[ -d $(IDIR)/html ] || mkdir $(IDIR)/html
	for d in $(DIRS); do (cd $$d; $(LNCMD); $(MAKE) html) || exit 1; done

doc:
	for d in $(DIRS); do (cd $$d; $(LNCMD); $(MAKE) doc) || exit 1; done

web: doc
	-rm -rf $(WEBDIR)/ps.new $(WEBDIR)/pdf.new $(WEBDIR)/html.new
	-rm -rf $(WEBDIR)/ps.old $(WEBDIR)/pdf.old $(WEBDIR)/html.old
	cp -r ps $(WEBDIR)/ps.new
	cp -r pdf $(WEBDIR)/pdf.new
	cp -r html $(WEBDIR)/html.new
	cp manual.css $(WEBDIR)/
	chgrp -R kale $(WEBDIR)/ps.new $(WEBDIR)/pdf.new $(WEBDIR)/html.new $(WEBDIR)/manual.css
	chmod -R g+w $(WEBDIR)/ps.new $(WEBDIR)/pdf.new $(WEBDIR)/html.new $(WEBDIR)/manual.css
	mv $(WEBDIR)/ps $(WEBDIR)/ps.old
	mv $(WEBDIR)/pdf $(WEBDIR)/pdf.old
	mv $(WEBDIR)/html $(WEBDIR)/html.old
	mv $(WEBDIR)/ps.new $(WEBDIR)/ps
	mv $(WEBDIR)/pdf.new $(WEBDIR)/pdf
	mv $(WEBDIR)/html.new $(WEBDIR)/html

clean:
	for d in $(DIRS); do (cd $$d; $(LNCMD); $(MAKE) clean) || exit 1; done
	rm -fr ps pdf html
@


1.33
log
@bignetsim added
@
text
@d1 5
a5 5
IDIR=../doc
LNCMD=test ! -f pplmanual.sty && ln -f -s ../pplmanual.sty .
RMCMD=rm -f ./pplmanual.sty
WEBDIR=/www/ppl_manuals
DIRS=install converse convext charm++ libraries f90charm charisma pose \
@


1.32
log
@re-enabling pose manual
@
text
@d6 2
a7 1
	fem ifem netfem ampi bigsim mblock projections tcharm debugger faq
@


1.31
log
@changing permission of the resulting files at the correct time
@
text
@d5 1
a5 1
DIRS=install converse convext charm++ libraries f90charm charisma \
@


1.30
log
@disabling pose from manual autogeneration since it is broken
@
text
@a25 2
	chgrp -R kale ps pdf html
	chmod g+w ps pdf html
a30 1
	chmod 664 manual.css
d32 2
@


1.29
log
@adding FAQ manual to the list of automatically made ones
@
text
@d1 1
a1 1
IDIR=../../doc
d5 1
a5 1
DIRS=install converse convext charm++ libraries f90charm pose charisma \
@


1.28
log
@*** empty log message ***
@
text
@d6 1
a6 1
	fem ifem netfem ampi bigsim mblock projections tcharm debugger
@


1.27
log
@permissions fix
@
text
@d28 2
a29 1
	rm -rf $(WEBDIR)/ps.new $(WEBDIR)/pdf.new $(WEBDIR)/html.new
@


1.26
log
@*** empty log message ***
@
text
@d27 1
@


1.25
log
@adding Charisma to the list of built manuals
@
text
@d26 2
@


1.24
log
@copying the manual.css file to the web when building it
@
text
@d5 1
a5 1
DIRS=install converse convext charm++ libraries f90charm pose \
@


1.23
log
@update build script: now it copies the entire directories to the
destination file system before renaming them to their final name
@
text
@d29 2
@


1.22
log
@updated bluegene to bigsim
@
text
@d4 1
d8 1
a8 1
all: ps pdf html
d25 10
a34 2
web:
	for d in $(DIRS); do (cd $$d; $(LNCMD); $(MAKE) web) || exit 1; done
@


1.21
log
@Builds pose manual now.
@
text
@d5 1
a5 1
	fem ifem netfem ampi bluegene mblock projections tcharm debugger
@


1.20
log
@Added debugger.
@
text
@d4 1
a4 1
DIRS=install converse convext charm++ libraries f90charm \
@


1.19
log
@Added netfem manual.
@
text
@d5 1
a5 1
	fem ifem netfem ampi bluegene mblock projections tcharm
@


1.18
log
@Clean out documentation directories on "make clean"
@
text
@d5 1
a5 1
	fem ifem ampi bluegene mblock projections tcharm
@


1.17
log
@Replaced long, error-prone lists with a shell loop.
@
text
@d29 1
@


1.16
log
@Removed fem and mblock from Makefile web build since they crash it -- need to resolve how to pdflatex docs with figures.
@
text
@d4 2
d10 2
a11 13
	if [ ! -d $(IDIR)/ps ] ; then mkdir $(IDIR)/ps ; fi
	( cd install; $(LNCMD); $(MAKE) ps )
	( cd converse; $(LNCMD); $(MAKE) ps )
	( cd convext; $(LNCMD); $(MAKE) ps )
	( cd charm++; $(LNCMD); $(MAKE) ps )
	( cd libraries; $(LNCMD); $(MAKE) ps )
	( cd f90charm; $(LNCMD); $(MAKE) ps )
	( cd fem; $(LNCMD); $(MAKE) ps )
	( cd ampi; $(LNCMD); $(MAKE) ps )
	( cd bluegene; $(LNCMD); $(MAKE) ps )
	( cd mblock; $(LNCMD); $(MAKE) ps )
	( cd projections; $(LNCMD); $(MAKE) ps )
	( cd tcharm; $(LNCMD); $(MAKE) ps )
d14 2
a15 11
	if [ ! -d $(IDIR)/pdf ] ; then mkdir $(IDIR)/pdf ; fi
	( cd install; $(LNCMD); $(MAKE) pdf )
	( cd converse; $(LNCMD); $(MAKE) pdf )
	( cd convext; $(LNCMD); $(MAKE) pdf )
	( cd charm++; $(LNCMD); $(MAKE) pdf )
	( cd libraries; $(LNCMD); $(MAKE) pdf )
	( cd f90charm; $(LNCMD); $(MAKE) pdf )
	( cd ampi; $(LNCMD); $(MAKE) pdf )
	( cd bluegene; $(LNCMD); $(MAKE) pdf )
	( cd projections; $(LNCMD); $(MAKE) pdf )
	( cd tcharm; $(LNCMD); $(MAKE) pdf )
d18 2
a19 13
	if [ ! -d $(IDIR)/html ] ; then mkdir $(IDIR)/html ; fi
	( cd install; $(LNCMD); $(MAKE) html )
	( cd converse; $(LNCMD); $(MAKE) html )
	( cd convext; $(LNCMD); $(MAKE) html )
	( cd charm++; $(LNCMD); $(MAKE) html )
	( cd libraries; $(LNCMD); $(MAKE) html )
	( cd f90charm; $(LNCMD); $(MAKE) html )
	( cd fem; $(LNCMD); $(MAKE) html )
	( cd ampi; $(LNCMD); $(MAKE) html )
	( cd bluegene; $(LNCMD); $(MAKE) html )
	( cd mblock; $(LNCMD); $(MAKE) html )
	( cd projections; $(LNCMD); $(MAKE) html )
	( cd tcharm; $(LNCMD); $(MAKE) html )
d22 1
a22 12
	( cd install; $(LNCMD); $(MAKE) doc )
	( cd converse; $(LNCMD); $(MAKE) doc )
	( cd convext; $(LNCMD); $(MAKE) doc )
	( cd charm++; $(LNCMD); $(MAKE) doc )
	( cd libraries; $(LNCMD); $(MAKE) doc )
	( cd f90charm; $(LNCMD); $(MAKE) doc )
	( cd fem; $(LNCMD); $(MAKE) doc )
	( cd ampi; $(LNCMD); $(MAKE) doc )
	( cd bluegene; $(LNCMD); $(MAKE) doc )
	( cd mblock; $(LNCMD); $(MAKE) doc )
	( cd projections; $(LNCMD); $(MAKE) doc )
	( cd tcharm; $(LNCMD); $(MAKE) doc )
d25 1
a25 11
	( cd install; $(LNCMD); $(MAKE) web )
	( cd converse; $(LNCMD); $(MAKE) web )
	( cd convext; $(LNCMD); $(MAKE) web )
	( cd charm++; $(LNCMD); $(MAKE) web )
	( cd ck; $(LNCMD); $(MAKE) web )
	( cd libraries; $(LNCMD); $(MAKE) web )
	( cd f90charm; $(LNCMD); $(MAKE) web )
	( cd ampi; $(LNCMD); $(MAKE) web )
	( cd bluegene; $(LNCMD); $(MAKE) web )
	( cd projections; $(LNCMD); $(MAKE) web )
	( cd tcharm; $(LNCMD); $(MAKE) web )
d28 1
a28 13
	( cd install; $(RMCMD); $(MAKE) clean )
	( cd converse; $(RMCMD); $(MAKE) clean )
	( cd convext; $(RMCMD); $(MAKE) clean )
	( cd charm++; $(RMCMD); $(MAKE) clean )
	( cd ck; $(RMCMD); $(MAKE) clean )
	( cd libraries; $(RMCMD); $(MAKE) clean )
	( cd f90charm; $(RMCMD); $(MAKE) clean )
	( cd fem; $(RMCMD); $(MAKE) clean )
	( cd ampi; $(RMCMD); $(MAKE) clean )
	( cd bluegene; $(RMCMD); $(MAKE) clean )
	( cd mblock; $(RMCMD); $(MAKE) clean )
	( cd projections; $(LNCMD); $(MAKE) clean )
	( cd tcharm; $(LNCMD); $(MAKE) clean )@


1.15
log
@Removed ck from the global Makefile.
@
text
@a29 1
	( cd fem; $(LNCMD); $(MAKE) pdf )
a31 1
	( cd mblock; $(LNCMD); $(MAKE) pdf )
a71 1
	( cd fem; $(LNCMD); $(MAKE) web )
a73 1
	( cd mblock; $(LNCMD); $(MAKE) web )
@


1.14
log
@Added tcharm and projections builds to top-level Makefile.
@
text
@a12 1
	( cd ck; $(LNCMD); $(MAKE) ps )
a27 1
	( cd ck; $(LNCMD); $(MAKE) pdf )
a42 1
	( cd ck; $(LNCMD); $(MAKE) html )
a56 1
	( cd ck; $(LNCMD); $(MAKE) doc )
@


1.13
log
@Changed silly Sun-specific makefile path to generic $(MAKE)
@
text
@d20 2
d36 2
d52 2
d67 2
d82 2
d97 2
@


1.12
log
@*** empty log message ***
@
text
@d4 1
d9 11
a19 11
	( cd install; $(LNCMD); /usr/ccs/bin/make ps )
	( cd converse; $(LNCMD); /usr/ccs/bin/make ps )
	( cd convext; $(LNCMD); /usr/ccs/bin/make ps )
	( cd charm++; $(LNCMD); /usr/ccs/bin/make ps )
	( cd ck; $(LNCMD); /usr/ccs/bin/make ps )
	( cd libraries; $(LNCMD); /usr/ccs/bin/make ps )
	( cd f90charm; $(LNCMD); /usr/ccs/bin/make ps )
	( cd fem; $(LNCMD); /usr/ccs/bin/make ps )
	( cd ampi; $(LNCMD); /usr/ccs/bin/make ps )
	( cd bluegene; $(LNCMD); /usr/ccs/bin/make ps )
	( cd mblock; $(LNCMD); /usr/ccs/bin/make ps )
d23 11
a33 11
	( cd install; $(LNCMD); /usr/ccs/bin/make pdf )
	( cd converse; $(LNCMD); /usr/ccs/bin/make pdf )
	( cd convext; $(LNCMD); /usr/ccs/bin/make pdf )
	( cd charm++; $(LNCMD); /usr/ccs/bin/make pdf )
	( cd ck; $(LNCMD); /usr/ccs/bin/make pdf )
	( cd libraries; $(LNCMD); /usr/ccs/bin/make pdf )
	( cd f90charm; $(LNCMD); /usr/ccs/bin/make pdf )
	( cd fem; $(LNCMD); /usr/ccs/bin/make pdf )
	( cd ampi; $(LNCMD); /usr/ccs/bin/make pdf )
	( cd bluegene; $(LNCMD); /usr/ccs/bin/make pdf )
	( cd mblock; $(LNCMD); /usr/ccs/bin/make pdf )
d37 11
a47 11
	( cd install; $(LNCMD); /usr/ccs/bin/make html )
	( cd converse; $(LNCMD); /usr/ccs/bin/make html )
	( cd convext; $(LNCMD); /usr/ccs/bin/make html )
	( cd charm++; $(LNCMD); /usr/ccs/bin/make html )
	( cd ck; $(LNCMD); /usr/ccs/bin/make html )
	( cd libraries; $(LNCMD); /usr/ccs/bin/make html )
	( cd f90charm; $(LNCMD); /usr/ccs/bin/make html )
	( cd fem; $(LNCMD); /usr/ccs/bin/make html )
	( cd ampi; $(LNCMD); /usr/ccs/bin/make html )
	( cd bluegene; $(LNCMD); /usr/ccs/bin/make html )
	( cd mblock; $(LNCMD); /usr/ccs/bin/make html )
d50 11
a60 11
	( cd install; $(LNCMD); /usr/ccs/bin/make doc )
	( cd converse; $(LNCMD); /usr/ccs/bin/make doc )
	( cd convext; $(LNCMD); /usr/ccs/bin/make doc )
	( cd charm++; $(LNCMD); /usr/ccs/bin/make doc )
	( cd ck; $(LNCMD); /usr/ccs/bin/make doc )
	( cd libraries; $(LNCMD); /usr/ccs/bin/make doc )
	( cd f90charm; $(LNCMD); /usr/ccs/bin/make doc )
	( cd fem; $(LNCMD); /usr/ccs/bin/make doc )
	( cd ampi; $(LNCMD); /usr/ccs/bin/make doc )
	( cd bluegene; $(LNCMD); /usr/ccs/bin/make doc )
	( cd mblock; $(LNCMD); /usr/ccs/bin/make doc )
d63 11
a73 11
	( cd install; $(LNCMD); /usr/ccs/bin/make web )
	( cd converse; $(LNCMD); /usr/ccs/bin/make web )
	( cd convext; $(LNCMD); /usr/ccs/bin/make web )
	( cd charm++; $(LNCMD); /usr/ccs/bin/make web )
	( cd ck; $(LNCMD); /usr/ccs/bin/make web )
	( cd libraries; $(LNCMD); /usr/ccs/bin/make web )
	( cd f90charm; $(LNCMD); /usr/ccs/bin/make web )
	( cd fem; $(LNCMD); /usr/ccs/bin/make web )
	( cd ampi; $(LNCMD); /usr/ccs/bin/make web )
	( cd bluegene; $(LNCMD); /usr/ccs/bin/make web )
	( cd mblock; $(LNCMD); /usr/ccs/bin/make web )
d76 11
a86 11
	( cd install; $(RMCMD); /usr/ccs/bin/make clean )
	( cd converse; $(RMCMD); /usr/ccs/bin/make clean )
	( cd convext; $(RMCMD); /usr/ccs/bin/make clean )
	( cd charm++; $(RMCMD); /usr/ccs/bin/make clean )
	( cd ck; $(RMCMD); /usr/ccs/bin/make clean )
	( cd libraries; $(RMCMD); /usr/ccs/bin/make clean )
	( cd f90charm; $(RMCMD); /usr/ccs/bin/make clean )
	( cd fem; $(RMCMD); /usr/ccs/bin/make clean )
	( cd ampi; $(RMCMD); /usr/ccs/bin/make clean )
	( cd bluegene; $(RMCMD); /usr/ccs/bin/make clean )
	( cd mblock; $(RMCMD); /usr/ccs/bin/make clean )
@


1.11
log
@*** empty log message ***
@
text
@d8 11
a18 11
	( cd install; $(LNCMD); make ps )
	( cd converse; $(LNCMD); make ps )
	( cd convext; $(LNCMD); make ps )
	( cd charm++; $(LNCMD); make ps )
	( cd ck; $(LNCMD); make ps )
	( cd libraries; $(LNCMD); make ps )
	( cd f90charm; $(LNCMD); make ps )
	( cd fem; $(LNCMD); make ps )
	( cd ampi; $(LNCMD); make ps )
	( cd bluegene; $(LNCMD); make ps )
	( cd mblock; $(LNCMD); make ps )
d22 11
a32 11
	( cd install; $(LNCMD); make pdf )
	( cd converse; $(LNCMD); make pdf )
	( cd convext; $(LNCMD); make pdf )
	( cd charm++; $(LNCMD); make pdf )
	( cd ck; $(LNCMD); make pdf )
	( cd libraries; $(LNCMD); make pdf )
	( cd f90charm; $(LNCMD); make pdf )
	( cd fem; $(LNCMD); make pdf )
	( cd ampi; $(LNCMD); make pdf )
	( cd bluegene; $(LNCMD); make pdf )
	( cd mblock; $(LNCMD); make pdf )
d36 11
a46 11
	( cd install; $(LNCMD); make html )
	( cd converse; $(LNCMD); make html )
	( cd convext; $(LNCMD); make html )
	( cd charm++; $(LNCMD); make html )
	( cd ck; $(LNCMD); make html )
	( cd libraries; $(LNCMD); make html )
	( cd f90charm; $(LNCMD); make html )
	( cd fem; $(LNCMD); make html )
	( cd ampi; $(LNCMD); make html )
	( cd bluegene; $(LNCMD); make html )
	( cd mblock; $(LNCMD); make html )
d49 11
a59 11
	( cd install; $(LNCMD); make doc )
	( cd converse; $(LNCMD); make doc )
	( cd convext; $(LNCMD); make doc )
	( cd charm++; $(LNCMD); make doc )
	( cd ck; $(LNCMD); make doc )
	( cd libraries; $(LNCMD); make doc )
	( cd f90charm; $(LNCMD); make doc )
	( cd fem; $(LNCMD); make doc )
	( cd ampi; $(LNCMD); make doc )
	( cd bluegene; $(LNCMD); make doc )
	( cd mblock; $(LNCMD); make doc )
d62 11
a72 11
	( cd install; $(LNCMD); make web )
	( cd converse; $(LNCMD); make web )
	( cd convext; $(LNCMD); make web )
	( cd charm++; $(LNCMD); make web )
	( cd ck; $(LNCMD); make web )
	( cd libraries; $(LNCMD); make web )
	( cd f90charm; $(LNCMD); make web )
	( cd fem; $(LNCMD); make web )
	( cd ampi; $(LNCMD); make web )
	( cd bluegene; $(LNCMD); make web )
	( cd mblock; $(LNCMD); make web )
d75 11
a85 11
	( cd install; $(RMCMD); make clean )
	( cd converse; $(RMCMD); make clean )
	( cd convext; $(RMCMD); make clean )
	( cd charm++; $(RMCMD); make clean )
	( cd ck; $(RMCMD); make clean )
	( cd libraries; $(RMCMD); make clean )
	( cd f90charm; $(RMCMD); make clean )
	( cd fem; $(RMCMD); make clean )
	( cd ampi; $(RMCMD); make clean )
	( cd bluegene; $(RMCMD); make clean )
	( cd mblock; $(RMCMD); make clean )
@


1.10
log
@on solaris, it doesn't like "ln -f -s pplmanual.sty" which will complain that the file already exists and stopped compilation in the middle.
@
text
@d18 1
d32 1
d46 1
d59 1
d72 1
d85 1
@


1.9
log
@Fixed building doc from top. Also, changed the version number to 5.4 release 1.
@
text
@d2 1
a2 1
LNCMD=ln -f -s ../pplmanual.sty .
@


1.8
log
@Added bluegene emulator sources and test programs.
Added "bluegene" as a language known to charmc.
Makefile now has a target called bluegene.
Added preliminary bluegene documentation.
(copied from Arun's webpage.)
@
text
@d45 24
@


1.7
log
@Removed the cldb manual as it is a part of converse extensions manual
already.
@
text
@d17 1
d30 1
d43 1
d55 1
@


1.6
log
@A workaround for latex2html deficiencies.
@
text
@a11 1
	( cd cldb; $(LNCMD); make ps )
a23 1
	( cd cldb; $(LNCMD); make pdf )
a35 1
	( cd cldb; $(LNCMD); make html )
a46 1
	( cd cldb; $(RMCMD); make clean )
@


1.5
log
@Added ampi manual placeholder.
@
text
@d2 2
a3 1

d8 10
a17 10
	( cd install; make ps )
	( cd converse; make ps )
	( cd convext; make ps )
	( cd charm++; make ps )
	( cd cldb; make ps )
	( cd ck; make ps )
	( cd libraries; make ps )
	( cd f90charm; make ps )
	( cd fem; make ps )
	( cd ampi; make ps )
d21 10
a30 10
	( cd install; make pdf )
	( cd converse; make pdf )
	( cd convext; make pdf )
	( cd charm++; make pdf )
	( cd cldb; make pdf )
	( cd ck; make pdf )
	( cd libraries; make pdf )
	( cd f90charm; make pdf )
	( cd fem; make pdf )
	( cd ampi; make pdf )
d34 10
a43 10
	( cd install; make html )
	( cd converse; make html )
	( cd convext; make html )
	( cd charm++; make html )
	( cd cldb; make html )
	( cd ck; make html )
	( cd libraries; make html )
	( cd f90charm; make html )
	( cd fem; make html )
	( cd ampi; make html )
d46 10
a55 10
	( cd install; make clean )
	( cd converse; make clean )
	( cd convext; make clean )
	( cd charm++; make clean )
	( cd cldb; make clean )
	( cd ck; make clean )
	( cd libraries; make clean )
	( cd f90charm; make clean )
	( cd fem; make clean )
	( cd ampi; make clean )
@


1.4
log
@Added fem framework manual.
@
text
@d16 1
d29 1
d42 1
d54 1
@


1.3
log
@Added a standard TODO file.
Also, modified the target directories for the html, ps, and pdf documentation.
@
text
@d15 1
d27 1
d39 1
d50 1
@


1.2
log
@*** empty log message ***
@
text
@d1 1
a1 1
IDIR=../..
@


1.1
log
@Added Makefile.
@
text
@d1 1
a1 1
IDIR=../../doc
@

