Annotation of OpenXM/doc/OpenXM-web/Makefile, Revision 1.30
1.30 ! takayama 1: # $OpenXM: OpenXM/doc/OpenXM-web/Makefile,v 1.29 2000/11/26 11:05:33 takayama Exp $
1.1 takayama 2: #
3: WEBKOBE=/home/web/OpenXM
1.22 takayama 4: WEBKOBE1=/home/web/OpenXM/1.1.3
1.1 takayama 5: OpenXM_doc=../.
1.5 takayama 6: OpenXM_spec=../OpenXM-specs
1.25 takayama 7: OpenXM_calc=../calc2000p
1.3 takayama 8: DVIPS=dvips -f
1.9 takayama 9: LATEX2HTML=jlatex2html -tmp /tmp
1.28 takayama 10: OXWEAVE=../../bin/oxweave
11: OW_FLAG=--recursive
1.1 takayama 12:
1.20 takayama 13: ### For full copy : make copy-html; make ALL
1.15 takayama 14: # Only for print target.
15: PS=a2ps-j
16: LPR=lpr -Pdousan
17:
1.2 takayama 18: all : install-web-kobe
1.1 takayama 19:
1.5 takayama 20: ALL : all all-spec copy-doc
21:
1.28 takayama 22: all-spec : ${WEBKOBE1}/openxm-en.ps ${WEBKOBE1}/openxm-ja.ps
1.22 takayama 23:
24:
1.5 takayama 25: copy-doc :
1.28 takayama 26: /bin/rm -rf ${WEBKOBE1}/doc
27: mkdir ${WEBKOBE1}/doc
28: -(cd ../../doc ; cp -r Papers asir-contrib asir2000 kan96xx ox_math pari ${WEBKOBE1}/doc)
1.8 takayama 29:
1.25 takayama 30: copy-html: copy-html-spec copy-html-poster
31:
32: copy-html-spec:
1.28 takayama 33: /bin/rm -rf ${WEBKOBE1}/html/OpenXM-en
34: /bin/rm -rf ${WEBKOBE1}/html/OpenXM-ja
35: -mkdir ${WEBKOBE1}/html
36: mkdir ${WEBKOBE1}/html/OpenXM-en
37: mkdir ${WEBKOBE1}/html/OpenXM-ja
1.24 takayama 38: -(cd $(OpenXM_spec) ; make ; cd tmpEN ; latex OpenXM; latex OpenXM ; $(LATEX2HTML) OpenXM )
39: -(cd $(OpenXM_spec) ; cd tmpJA; platex OpenXM; platex OpenXM ; $(LATEX2HTML) OpenXM )
1.28 takayama 40: -(cd $(OpenXM_spec) ; cd tmpEN ; cp -rf OpenXM ${WEBKOBE1}/html/OpenXM-en)
41: -(cd $(OpenXM_spec) ; cd tmpJA ; cp -rf OpenXM ${WEBKOBE1}/html/OpenXM-ja)
1.25 takayama 42: copy-html-poster:
1.28 takayama 43: -mkdir ${WEBKOBE1}/html
44: /bin/rm -rf ${WEBKOBE1}/html/OpenXM-poster
45: mkdir ${WEBKOBE1}/html/OpenXM-poster
1.25 takayama 46: /bin/rm -rf tmp-poster
47: mkdir tmp-poster
1.26 takayama 48: cp ../calc2000/katsura7.ps tmp-poster
1.25 takayama 49: cp $(OpenXM_calc)/rgb.sty tmp-poster
50: cp $(OpenXM_calc)/3k.ps tmp-poster
51: cp $(OpenXM_calc)/func1.tex tmp-poster
52: cp $(OpenXM_calc)/func2.tex tmp-poster
53: cp $(OpenXM_calc)/efficient.tex tmp-poster
54: -(cd tmp-poster ; latex func1 ; $(LATEX2HTML) func1 )
55: -(cd tmp-poster ; latex func2 ; $(LATEX2HTML) func2 )
56: -(cd tmp-poster ; latex efficient ; $(LATEX2HTML) efficient )
1.28 takayama 57: -(cd tmp-poster ; cp -rf func1 func2 efficient ${WEBKOBE1}/html/OpenXM-poster)
1.20 takayama 58:
59: ## Under construction.
60: namagize-html: copy-html
1.28 takayama 61: -(cd ${WEBKOBE1}/html/OpenXM-ja ; rm -rf OpenXM-ja.index ; mkdir OpenXM-ja.index )
62: -(cd ${WEBKOBE1}/html/OpenXM-ja/OpenXM-ja.index ; mknmz ../OpenXM-ja/OpenXM)
1.5 takayama 63:
1.23 takayama 64: usage:
65: @echo "Targets are "
66: @echo " install-web-kobe all-spec copy-doc copy-html"
1.28 takayama 67: @echo " "
68: @echo "Several examples"
69: @echo " 1. Generate OpenXM-FAQ-en.txt for a test."
70: @echo " make WEBKOBE1=. ./OpenXM-FAQ-en.txt"
71: @echo " 2. Generate OpenXM-FAQ-ja.txt for a test."
72: @echo " make WEBKOBE1=. ./OpenXM-FAQ-ja.txt"
1.23 takayama 73:
74: checkDir :
75: if test ! -d ${WEBKOBE1} ; \
76: then \
77: mkdir ${WEBKOBE1} ; \
78: fi
79: if test ! -d ${WEBKOBE1}/doc ; \
80: then \
81: mkdir ${WEBKOBE1}/doc ; \
82: fi \
1.5 takayama 83:
84:
1.30 ! takayama 85: install-web-kobe : checkDir ${WEBKOBE}/index.html ${WEBKOBE}/OpenXM-RFC.html ${WEBKOBE}/issac2000.ps ${WEBKOBE1}/cmotag.h ${WEBKOBE1}/oxMessageTag.h ${WEBKOBE1}/smCommand.h ${WEBKOBE1}/install-en.txt ${WEBKOBE1}/install-ja.txt ${WEBKOBE1}/ERRATA.html ${WEBKOBE1}/index-binary.html ${WEBKOBE1}/index-packages.html ${WEBKOBE1}/install-faq.txt ${WEBKOBE1}/OpenXM-FAQ-en.txt ${WEBKOBE1}/OpenXM-FAQ-ja.txt ${WEBKOBE1}/doc/index.html
1.2 takayama 86:
1.28 takayama 87: ${WEBKOBE}/index.html : index.html
88: cp -f index.html ${WEBKOBE}
89: cp -f index.html ${WEBKOBE1}
1.16 takayama 90:
1.28 takayama 91: ${WEBKOBE1}/index-binary.html : index-binary.html
92: cp -f index-binary.html ${WEBKOBE1}
1.29 takayama 93:
1.30 ! takayama 94: ${WEBKOBE}/OpenXM-RFC.html : OpenXM-RFC.html
! 95: cp -f OpenXM-RFC.html ${WEBKOBE}
1.16 takayama 96:
1.28 takayama 97: ${WEBKOBE1}/index-packages.html : index-packages.html
98: cp -f index-packages.html ${WEBKOBE1}
1.2 takayama 99:
1.28 takayama 100: ${WEBKOBE}/issac2000.ps : $(OpenXM_doc)/issac2000/issac2000.ps
101: cp -f $(OpenXM_doc)/issac2000/issac2000.ps ${WEBKOBE}
1.3 takayama 102:
1.28 takayama 103: ${WEBKOBE1}/cmotag.h : cmotag.h
104: cp -f cmotag.h ${WEBKOBE1}
1.3 takayama 105:
1.28 takayama 106: ${WEBKOBE1}/oxMessageTag.h : oxMessageTag.h
107: cp -f oxMessageTag.h ${WEBKOBE1}
1.3 takayama 108:
1.28 takayama 109: ${WEBKOBE1}/smCommand.h : smCommand.h
110: cp -f smCommand.h ${WEBKOBE1}
1.3 takayama 111:
1.28 takayama 112: ${WEBKOBE1}/openxm-en.ps : $(OpenXM_spec)/tmpEN/OpenXM.tex
113: -rm -f ${WEBKOBE1}/openxm-en.ps
1.27 takayama 114: -(cd $(OpenXM_spec) ; make doc ; cd tmpEN ; latex OpenXM ; latex OpenXM)
1.28 takayama 115: -( cd $(OpenXM_spec)/tmpEN ; $(DVIPS) OpenXM >${WEBKOBE1}/openxm-en.ps)
1.3 takayama 116:
1.28 takayama 117: ${WEBKOBE1}/openxm-ja.ps : $(OpenXM_spec)/tmpJA/OpenXM.tex
118: -rm -f ${WEBKOBE1}/openxm-ja.ps
1.27 takayama 119: -(cd $(OpenXM_spec) ; make doc ; cd tmpJA ; platex OpenXM ; platex OpenXM)
1.28 takayama 120: -(cd $(OpenXM_spec)/tmpJA ; $(DVIPS) OpenXM >${WEBKOBE1}/openxm-ja.ps)
1.4 takayama 121:
1.28 takayama 122: ${WEBKOBE1}/install-en.txt : $(OpenXM_doc)/install-en.txt
123: -cp $(OpenXM_doc)/install-en.txt ${WEBKOBE1}
1.5 takayama 124:
1.27 takayama 125: $(OpenXM_spec)/tmpEN/OpenXM.tex :
1.5 takayama 126: -(cd $(OpenXM_spec) ; make )
1.27 takayama 127: $(OpenXM_spec)/tmpJA/OpenXM.tex :
1.5 takayama 128: -(cd $(OpenXM_spec) ; make )
1.4 takayama 129:
1.28 takayama 130: ${WEBKOBE1}/install-ja.txt : $(OpenXM_doc)/install-ja.txt
131: -cp $(OpenXM_doc)/install-ja.txt ${WEBKOBE1}
1.22 takayama 132: $(OpenXM_doc)/install-en.txt : $(OpenXM_doc)/install.oxweave
1.4 takayama 133: ( cd $(OpenXM_doc) ; make )
1.22 takayama 134: $(OpenXM_doc)/install-ja.txt : $(OpenXM_doc)/install.oxweave
1.4 takayama 135: ( cd $(OpenXM_doc) ; make )
1.28 takayama 136: ${WEBKOBE1}/ERRATA.html : ERRATA.html
137: cp -f ERRATA.html ${WEBKOBE1}/ERRATA.html
138: ${WEBKOBE1}/install-faq.txt : install-faq.txt
139: cp -f install-faq.txt ${WEBKOBE1}/install-faq.txt
140: ${WEBKOBE1}/OpenXM-FAQ-en.txt : ../OpenXM-FAQ.oxweave
141: -rm ${WEBKOBE1}/OpenXM-FAQ-en.txt
142: echo "DO NOT EDIT THIS FILE" >${WEBKOBE1}/OpenXM-FAQ-en.txt
143: ${OXWEAVE} ${OW_FLAG} en C <../OpenXM-FAQ.oxweave >>${WEBKOBE1}/OpenXM-FAQ-en.txt
144: ${WEBKOBE1}/OpenXM-FAQ-ja.txt : ../OpenXM-FAQ.oxweave
145: -rm ${WEBKOBE1}/OpenXM-FAQ-ja.txt
146: echo "DO NOT EDIT THIS FILE" >${WEBKOBE1}/OpenXM-FAQ-ja.txt
147: ${OXWEAVE} ${OW_FLAG} ja C <../OpenXM-FAQ.oxweave >>${WEBKOBE1}/OpenXM-FAQ-ja.txt
148: ${WEBKOBE1}/doc/index.html : index-doc.html
149: cp -f index-doc.html ${WEBKOBE1}/doc/index.html
1.11 takayama 150:
151: copy-errata :
1.28 takayama 152: cp -f ERRATA.html ${WEBKOBE1}/ERRATA.html
1.12 takayama 153: copy-index :
1.28 takayama 154: cp -f index.html ${WEBKOBE1}/index.html
1.14 takayama 155:
156: copy-errata-top :
1.28 takayama 157: cp -f ERRATA.html ${WEBKOBE}/ERRATA.html
1.14 takayama 158: copy-index-top :
1.28 takayama 159: cp -f index.html ${WEBKOBE}/index.html
1.3 takayama 160:
161: clean-web-kobe :
1.28 takayama 162: -rm ${WEBKOBE}/index.html ${WEBKOBE}/issac2000.ps ${WEBKOBE1}/cmotag.h ${WEBKOBE1}/oxMessageTag.h ${WEBKOBE1}/smCommand.h ${WEBKOBE1}/openxm-en.ps ${WEBKOBE1}/openxm-ja.ps
1.25 takayama 163:
164: clean:
165: /bin/rm -rf tmp-poster calc2000
1.15 takayama 166:
167: print:
168: $(PS) Makefile | $(LPR)
169: $(PS) index.html | $(LPR)
FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>