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

File: [local] / OpenXM / doc / Makefile (download)

Revision 1.5, Sat Sep 9 03:01:23 2000 UTC (23 years, 7 months ago) by takayama
Branch: MAIN
CVS Tags: maekawa-ipv6, RELEASE_1_2_1, RELEASE_1_1_3
Changes since 1.4: +10 -10 lines

Replaced some -jp to -ja and some -eg to -en.
It has not yet done under OpenXM/src directories.

#$OpenXM: OpenXM/doc/Makefile,v 1.5 2000/09/09 03:01:23 takayama Exp $
OXWEAVE=../src/kxx/oxweave
OW_FLAG=--recursive
all : install-doc-intro install-doc-spec

all-install: install-doc-intro   #alias
install-doc-intro: $(OXWEAVE) install-ja.txt  install-en.txt

all-spec: install-doc-spec #alias
install-doc-spec :
	-(cd OpenXM-specs ; make all)

install-ja.txt : install.oxweave
	-rm -f install-ja.txt
	echo "DO NOT EDIT THIS FILE." >install-ja.txt
	$(OXWEAVE) $(OW_FLAG) jp C <install.oxweave >>install-ja.txt

install-en.txt : install.oxweave
	-rm -f install-en.txt
	echo "DO NOT EDIT THIS FILE." >install-en.txt
	$(OXWEAVE) $(OW_FLAG) eg C <install.oxweave >>install-en.txt

$(OXWEAVE) : $(OXWEAVE).c
	(cd ../src/kxx ; make oxweave)