head	1.9;
access;
symbols;
locks; strict;
comment	@# @;


1.9
date	2000.12.14.08.11.14;	author milind;	state dead;
branches;
next	1.8;

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

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

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

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

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

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

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

1.1
date	98.12.04.23.09.53;	author wilmarth;	state Exp;
branches;
next	;


desc
@@


1.9
log
@Removed the cldb manual as it is a part of converse extensions manual
already.
@
text
@PSDIR=../../../doc/ps
PDFDIR=../../../doc/pdf
HDIR=../../../doc/html

all: ps pdf html

ps:
	make clean
	touch index.tex
	latex HowToLB.tex
	latex HowToLB.tex
	if [ -f HowToLB.idx ] ; then makeindex -o index.tex HowToLB.idx ; fi
	latex HowToLB.tex
	dvips -o HowToLB.ps HowToLB.dvi
	/bin/cp HowToLB.ps $(PSDIR)/cldb.ps

html:
	make clean
	touch index.tex
	latex HowToLB.tex
	latex2html -local_icons HowToLB.tex
	/bin/rm -rf $(HDIR)/cldb
	/bin/cp -R HowToLB $(HDIR)/cldb

pdf:
	make clean
	touch index.tex
	pdflatex HowToLB.tex
	if [ -f HowToLB.idx ] ; then makeindex -o index.tex HowToLB.idx ; fi
	pdflatex HowToLB.tex
	/bin/cp HowToLB.pdf $(PDFDIR)/cldb.pdf

clean:
	/bin/rm -f *.ps *.pdf *.ilg *.aux *.log *.dvi *.idx *.toc 
	/bin/rm -f index.tex *.blg *.bbl
	/bin/rm -rf HowToLB
@


1.8
log
@Added a standard TODO file.
Also, modified the target directories for the html, ps, and pdf documentation.
@
text
@@


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


1.6
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.5
log
@Minor fixes.
@
text
@d1 6
d9 4
d15 1
d19 1
d22 2
d27 3
d31 1
a31 14

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

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

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

@


1.4
log
@Added table of contents to the PDF file, and also cleaned up the clean
target.
@
text
@d30 1
a30 1
	rm -f *.ilg *.aux *.log *.dvi *.idx *.toc index.tex *.blg *.bbl
d32 1
a32 1
veryclean:
@


1.3
log
@Removed libtemplate, as it has been overtaken by libraries manual.
@
text
@d2 1
d7 1
d12 1
d27 1
a27 1
all: ps html install
d29 5
a33 2
clean:	
	rm -rf *.aux *.log *.dvi *.ps *.idx *.toc *.pdf HowToLB
@


1.2
log
@Made compatible with pdflatex as well.
@
text
@d7 1
a7 1
	latex2html HowToLB.tex
@


1.1
log
@*** empty log message ***
@
text
@a0 3

TEXFILES=HowToLB.tex

d9 3
d17 3
a25 4
co:
	co Makefile
	co $(TEXFILES)

d27 1
a27 1
	rm -f *.aux *.log *.dvi *.ps *.idx *.toc
@

