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

Diff for /OpenXM/doc/OpenXM-specs/Makefile between version 1.11 and 1.12

version 1.11, 2003/03/26 04:56:14 version 1.12, 2003/03/26 06:19:04
Line 1 
Line 1 
 #$OpenXM: OpenXM/doc/OpenXM-specs/Makefile,v 1.10 2003/03/25 11:22:17 takayama Exp $  #$OpenXM: OpenXM/doc/OpenXM-specs/Makefile,v 1.11 2003/03/26 04:56:14 takayama Exp $
 all : doc  all : doc
   
 LATEX2HTML=latex2html -tmp /tmp  LATEX2HTML=latex2html -tmp /tmp
Line 60  all-html: doc .all-html-100-en.done .all-html-101-en.d
Line 60  all-html: doc .all-html-100-en.done .all-html-101-en.d
         if test ! -f .all-html-100-ja.done ; \          if test ! -f .all-html-100-ja.done ; \
         then \          then \
                 (cd tmpJA; platex OpenXM; platex OpenXM ; $(LATEX2HTML) OpenXM) ; \                  (cd tmpJA; platex OpenXM; platex OpenXM ; $(LATEX2HTML) OpenXM) ; \
                 (cd tmpJA/OpenXM; ../../${OXREPLACE} --old iso-8859-1 --new iso-2022-jp *.html) ; \                  (cd tmpJA/OpenXM; ../../${OXREPLACE} --old iso-8859-1 --new euc-jp *.html) ; \
                 touch .all-html-100-ja.done ; \                  touch .all-html-100-ja.done ; \
         fi          fi
         if test ! -f .all-html-100-en.done ; \          if test ! -f .all-html-100-en.done ; \
Line 71  all-html: doc .all-html-100-en.done .all-html-101-en.d
Line 71  all-html: doc .all-html-100-en.done .all-html-101-en.d
         if test ! -f .all-html-101-ja.done ; \          if test ! -f .all-html-101-ja.done ; \
         then \          then \
                 (cd tmp101JA; platex OX-RFC-101; platex OX-RFC-101 ; $(LATEX2HTML) OX-RFC-101 ) ; \                  (cd tmp101JA; platex OX-RFC-101; platex OX-RFC-101 ; $(LATEX2HTML) OX-RFC-101 ) ; \
                 (cd tmp101JA/OX-RFC-101; ../../${OXREPLACE} --old iso-8859-1 --new iso-2022-jp *.html) ; \                  (cd tmp101JA/OX-RFC-101; ../../${OXREPLACE} --old iso-8859-1 --new euc-jp *.html) ; \
                 touch .all-html-101-ja.done ; \                  touch .all-html-101-ja.done ; \
         fi          fi
         if test ! -f .all-html-101-en.done ; \          if test ! -f .all-html-101-en.done ; \

Legend:
Removed from v.1.11  
changed lines
  Added in v.1.12

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