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

Annotation of OpenXM/doc/ascm2001/Makefile, Revision 1.3

1.3     ! takayama    1: # $OpenXM: OpenXM/doc/ascm2001/Makefile,v 1.2 2003/03/28 04:42:29 takayama Exp $
1.1       takayama    2: LATEX2HTML=latex2html -tmp /tmp
1.3     ! takayama    3: JFIX=${OpenXM_HOME}/src/util/sample1.sh
1.1       takayama    4: FILES=ascm2001.tex bib.tex data-format.tex design-outline.tex \
                      5:       heterotic-network.tex homogeneous-network.tex \
                      6:       openxm-clients.tex openxm-development-environment.tex \
                      7:         openxm-servers.tex openxm-stackmachines.tex ox-messages.tex \
                      8:        session-management.tex katsura7.ps speedup.ps
                      9:
                     10: all: all-html
                     11:
                     12: all-html: .all-html.done
                     13:        if test ! -f .all-html.done ; \
                     14:        then  \
                     15:                 (latex ascm2001; latex ascm2001 ; ${LATEX2HTML} ascm2001) ; \
1.3     ! takayama   16:             (cd ascm2001 ; $(JFIX) *.html ; rm -f *-tmp.old ) ; \
1.1       takayama   17:                touch .all-html.done ; \
                     18:        fi
                     19:
                     20: .all-html.done: ${FILES}
                     21:
                     22: clean:
1.2       takayama   23:        rm -rf .[a-z]*done ascm
                     24:        rm -rf ascm2001

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>