version 1.1, 2001/01/04 12:29:32 |
version 1.2, 2001/01/08 05:26:50 |
|
|
#$OpenXM$ |
#$OpenXM: OpenXM/src/k097/Doc/Makefile,v 1.1 2001/01/04 12:29:32 takayama Exp $ |
# targets |
# targets |
# all : |
# all : |
# |
# |
Line 18 OpenXM_doc=$(OpenXM_ROOT)/doc |
|
Line 18 OpenXM_doc=$(OpenXM_ROOT)/doc |
|
DVIPS=dvips -f |
DVIPS=dvips -f |
OXWEAVE=$(OpenXM_ROOT)/src/kxx/oxweave |
OXWEAVE=$(OpenXM_ROOT)/src/kxx/oxweave |
|
|
INFO=complex standard |
INFO=complex standard standard-suppl |
JPSRCS= complex-ja.texi standard-ja.texi |
JPSRCS= complex-ja.texi standard-ja.texi standard-suppl-ja.texi |
ENSRCS= complex-en.texi standard-en.texi |
ENSRCS= complex-en.texi standard-en.texi standard-suppl-en.texi |
# INFO=complex |
# INFO=complex |
# JPSRCS= complex-ja.texi |
# JPSRCS= complex-ja.texi |
# ENSRCS= complex-en.texi |
# ENSRCS= complex-en.texi |
|
|
all : make_help_dir all-ja all-en |
all : make_help_dir build post-install |
|
build: all-ja all-en |
|
post-install: |
|
-rm -rf $(HELP_JA)/*.texi $(HELP_JA)/complex $(HELP_JA)/standard $(HELP_JA)/standard-suppl |
|
-rm -rf $(HELP_EN)/*.texi $(HELP_EN)/complex $(HELP_EN)/standard $(HELP_EN)/standard-suppl |
make_help_dir: |
make_help_dir: |
-mkdir $(HELP) |
-mkdir $(HELP) |
all-ja: $(JPSRCS) $(ASIRDOC)/extract_func |
all-ja: $(JPSRCS) $(ASIRDOC)/extract_func |
Line 43 all-en: $(ENSRCS) $(ASIRDOC)/extract_func |
|
Line 47 all-en: $(ENSRCS) $(ASIRDOC)/extract_func |
|
|
|
standard.texi: |
standard.texi: |
-rm -rf standard.texi |
-rm -rf standard.texi |
k0 <genhelp.k >standard.texi |
k0 <genhelp.k >standard.texi |
|
|
complex-ja.texi : complex.texi |
complex-ja.texi : complex.texi |
/bin/rm -f complex-ja.texi |
/bin/rm -f complex-ja.texi |
Line 57 standard-ja.texi : standard.texi |
|
Line 61 standard-ja.texi : standard.texi |
|
standard-en.texi : standard.texi |
standard-en.texi : standard.texi |
/bin/rm -f standard-en.texi |
/bin/rm -f standard-en.texi |
$(OXWEAVE) C en <standard.texi >standard-en.texi |
$(OXWEAVE) C en <standard.texi >standard-en.texi |
|
standard-suppl-ja.texi : standard-suppl.texi |
|
/bin/rm -f standard-suppl-ja.texi |
|
$(OXWEAVE) C ja <standard-suppl.texi >standard-suppl-ja.texi |
|
standard-suppl-en.texi : standard-suppl.texi |
|
/bin/rm -f standard-suppl-en.texi |
|
$(OXWEAVE) C en <standard-suppl.texi >standard-suppl-en.texi |
|
|
clean : |
clean : |
-/bin/rm -rf $(HELP) |
-/bin/rm -rf $(HELP) |
-/bin/rm -f *~ *.aux *.cp *.dvi *.fn *.ky *.log *.pg *.toc *.tp *.vr |
-/bin/rm -f *~ *.aux *.cp *.dvi *.fn *.ky *.log *.pg *.toc *.tp *.vr |
-/bin/rm -f complex-en.texi complex-ja.texi standard-en.texi standard-ja.texi standard.texi |
-/bin/rm -f complex-en.texi complex-ja.texi standard-en.texi standard-ja.texi standard.texi standard-suppl-en.texi standard-suppl-ja.texi |
|
|
|
|
|
mybackup : |
|
(cd ../.. ; rsync -avz -e "ssh -l taka" --exclude '*~' --exclude 'k0' --exclude 'd0' --exclude '*.o' --exclude 'help' k097 lemon.math.sci.kobe-u.ac.jp:tmp/tmp-backup) |