version 1.17, 2003/09/15 08:53:34 |
version 1.20, 2004/09/19 12:17:40 |
|
|
#$OpenXM: OpenXM/doc/OpenXM-specs/Makefile,v 1.16 2003/08/22 23:56:27 takayama Exp $ |
#$OpenXM: OpenXM/doc/OpenXM-specs/Makefile,v 1.19 2004/06/21 01:06:37 takayama Exp $ |
all : doc |
all : doc |
|
|
LATEX2HTML=latex2html -tmp /tmp |
LATEX2HTML=latex2html -tmp /tmp |
|
|
OXWEAVE=../../bin/oxweave |
OXWEAVE=../../bin/oxweave |
OXWEAVE_C=../../src/util/oxweave.c |
OXWEAVE_C=../../src/util/oxweave.c |
OXWEAVEFLAG=--recursive --plain |
OXWEAVEFLAG=--recursive --plain |
OXREPLACE=../../src/util/oxreplace |
OXREPLACE=../../bin/oxreplace |
SRC= OpenXM.tex cmo-basic0.tex cmo-basic1.tex\ |
SRC= OpenXM.tex cmo-basic0.tex cmo-basic1.tex\ |
cmo-register.tex communication-model.tex control.tex\ |
cmo-register.tex communication-model.tex control.tex\ |
error.tex formal-expression.tex howtowrite.tex\ |
error.tex formal-expression.tex howtowrite.tex\ |
Line 20 ox-localdata.tex project.tex redefine.tex\ |
|
Line 20 ox-localdata.tex project.tex redefine.tex\ |
|
stackmachine.tex start-session.tex string-expression.tex |
stackmachine.tex start-session.tex string-expression.tex |
|
|
SRC101=OX-RFC-101.tex |
SRC101=OX-RFC-101.tex |
|
SRC103=OX-RFC-103.oxw |
|
|
doc: OpenXM-en.dvi OpenXM-ja.dvi OX-RFC-101-en.dvi OX-RFC-101-ja.dvi |
doc: OpenXM-en.dvi OpenXM-ja.dvi OX-RFC-101-en.dvi OX-RFC-101-ja.dvi |
|
|
Line 55 OX-RFC-101-ja.dvi: $(OXWEAVE) $(SRC101) |
|
Line 56 OX-RFC-101-ja.dvi: $(OXWEAVE) $(SRC101) |
|
-mv tmp101JA/OX-RFC-101.dvi OX-RFC-101-ja.dvi |
-mv tmp101JA/OX-RFC-101.dvi OX-RFC-101-ja.dvi |
touch OX-RFC-101-ja.dvi |
touch OX-RFC-101-ja.dvi |
|
|
|
OX-RFC-103-en.txt: $(OXWEAVE) $(SRC103) |
|
-rm -rf tmp103EN |
|
-mkdir tmp103EN |
|
-for i in $(SRC103); do $(OXWEAVE) $(OXWEAVEFLAG) C en < $$i | ${NKF} >tmp103EN/$$i; done |
|
-(cd tmp103EN; mv OX-RFC-103.oxw OX-RFC-103.txt) |
|
-mv tmp103JA/OX-RFC-103.txt OX-RFC-103-en.txt |
|
OX-RFC-103-ja.txt: $(OXWEAVE) $(SRC103) |
|
-rm -rf tmp103JA |
|
-mkdir tmp103JA |
|
-for i in $(SRC103); do $(OXWEAVE) $(OXWEAVEFLAG) C ja < $$i | ${NKF} >tmp103JA/$$i; done |
|
-(cd tmp103JA; mv OX-RFC-103.oxw OX-RFC-103.txt) |
|
-mv tmp103JA/OX-RFC-103.txt OX-RFC-103-ja.txt |
|
ox-rfc-104-ja.txt: ox-rfc-104.oxw |
|
echo "% DO NOT EDIT THIS FILE" >ox-rfc-104-ja.txt |
|
$(OXWEAVE) $(OXWEAVEFLAG) C ja < ox-rfc-104.oxw >>ox-rfc-104-ja.txt |
|
ox-rfc-103-en.txt: OX-RFC-103.oxw |
|
echo "% DO NOT EDIT THIS FILE" >ox-rfc-103-en.txt |
|
$(OXWEAVE) $(OXWEAVEFLAG) C en < OX-RFC-103.oxw >>ox-rfc-103-en.txt |
|
ox-rfc-104-en.txt: ox-rfc-104.oxw |
|
echo "% DO NOT EDIT THIS FILE" >ox-rfc-104-en.txt |
|
$(OXWEAVE) $(OXWEAVEFLAG) C en < ox-rfc-104.oxw >>ox-rfc-104-en.txt |
|
|
|
|
$(OXWEAVE) : $(OXWEAVE_C) |
$(OXWEAVE) : $(OXWEAVE_C) |
(cd ../../src/util ; make oxweave) |
(cd ../../src/util ; make oxweave) |
|
|
Line 106 install-web-all: all-html |
|
Line 130 install-web-all: all-html |
|
|
|
|
|
clean : clean-done |
clean : clean-done |
/bin/rm -rf tmpEN tmpJA tmp101EN tmp101JA |
/bin/rm -rf tmpEN tmpJA tmp101EN tmp101JA tmp103EN tmp103JA |
/bin/rm -f OpenXM-en.dvi OpenXM-ja.dvi OX-RFC-101-en.dvi OX-RFC-101-ja.dvi |
/bin/rm -f OpenXM-en.dvi OpenXM-ja.dvi OX-RFC-101-en.dvi OX-RFC-101-ja.dvi OX-RFC-103-ja.txt OX-RFC-103-en.txt ox-rfc-104-ja.txt ox-rfc-104-en.txt |
clean-done: |
clean-done: |
/bin/rm -f .[a-z]*done |
/bin/rm -f .[a-z]*done |
clean-en-done: |
clean-en-done: |