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

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

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

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