[BACK]Return to Makefile CVS log [TXT][DIR] Up to [local] / OpenXM / doc / ascm2001

File: [local] / OpenXM / doc / ascm2001 / Makefile (download)

Revision 1.2, Fri Mar 28 04:42:29 2003 UTC (21 years, 1 month ago) by takayama
Branch: MAIN
CVS Tags: RELEASE_1_2_2
Changes since 1.1: +3 -2 lines

Fixed a bug of the target clean.

# $OpenXM: OpenXM/doc/ascm2001/Makefile,v 1.2 2003/03/28 04:42:29 takayama Exp $
LATEX2HTML=latex2html -tmp /tmp
FILES=ascm2001.tex bib.tex data-format.tex design-outline.tex \
      heterotic-network.tex homogeneous-network.tex \
      openxm-clients.tex openxm-development-environment.tex \
	 openxm-servers.tex openxm-stackmachines.tex ox-messages.tex \
	session-management.tex katsura7.ps speedup.ps

all: all-html

all-html: .all-html.done
	if test ! -f .all-html.done ; \
	then  \
		 (latex ascm2001; latex ascm2001 ; ${LATEX2HTML} ascm2001) ; \
		touch .all-html.done ; \
	fi

.all-html.done: ${FILES}

clean:
	rm -rf .[a-z]*done ascm
	rm -rf ascm2001