=================================================================== RCS file: /home/cvs/OpenXM/doc/OpenXM-specs/Makefile,v retrieving revision 1.13 retrieving revision 1.14 diff -u -p -r1.13 -r1.14 --- OpenXM/doc/OpenXM-specs/Makefile 2003/03/26 13:26:00 1.13 +++ OpenXM/doc/OpenXM-specs/Makefile 2003/03/27 11:09:12 1.14 @@ -1,4 +1,4 @@ -#$OpenXM: OpenXM/doc/OpenXM-specs/Makefile,v 1.12 2003/03/26 06:19:04 takayama Exp $ +#$OpenXM: OpenXM/doc/OpenXM-specs/Makefile,v 1.13 2003/03/26 13:26:00 takayama Exp $ all : doc LATEX2HTML=latex2html -tmp /tmp @@ -57,7 +57,7 @@ $(OXWEAVE) : $(OXWEAVE).c (cd ../../src/kxx ; make oxweave) all-html: all-html-ja all-html-en -all-html-en: doc .all-html-100-en.done .all-html-101-en.done +all-html-en: doc if test ! -f .all-html-100-en.done ; \ then \ (cd tmpEN ; latex OpenXM; latex OpenXM ; $(LATEX2HTML) OpenXM ) ; \ @@ -69,7 +69,7 @@ all-html-en: doc .all-html-100-en.done .all-html-101-e touch .all-html-101-en.done ; \ fi -all-html-ja: doc .all-html-100-ja.done .all-html-101-ja.done +all-html-ja: doc if test ! -f .all-html-100-ja.done ; \ then \ (cd tmpJA; platex OpenXM; platex OpenXM ; $(LATEX2HTML) OpenXM) ; \ @@ -83,14 +83,6 @@ all-html-ja: doc .all-html-100-ja.done .all-html-101-j touch .all-html-101-ja.done ; \ fi -.all-html-100-en.done: ${SRC} - make clean-done -.all-html-101-en.done: ${SRC101} - make clean-done -.all-html-100-ja.done: ${SRC} - make clean-done -.all-html-101-ja.done: ${SRC101} - make clean-done install-web-all: all-html if test ! -d ${CURRENT}/doc ; then mkdir ${CURRENT}/doc ; fi