# Mafile file for formhtml.pl include Makefile.formhtml.rde # ここに日本語ページのソースを列挙 JP = introduction.bhtml setting.bhtml spreadsheet.bhtml spreadsheet2.bhtml programming.bhtml prognum.bhtml graphics.bhtml clang.bhtml cerrors.bhtml information.bhtml JPINDEX = index_jp.bhtml #WORK=introduction.bhtml #WORK=information.bhtml #WORK=spreadsheet.bhtml #WORK=spreadsheet2.bhtml #WORK=setting.bhtml #WORK=programming.bhtml #WORK=cerrors.bhtml #WORK=prognum.bhtml #WORK=graphics.bhtml WORK=clang.bhtml # ここに英語ページのソースを列挙 EN = ENINDEX = indexw_en.bhtml all: jpnormal jpsimple help: $(FORMHTML) /dev/null jpnormal: $(JP) $(COMMONDIR)/rde.style $(FORMHTML) $(JNFLAGS) $(JNINDEX) $(JP) $(FORMHTML) $(JNFLAGS) $(NINDEX) $(JPINDEX) # touch jpnormal jpsimple: $(JP) $(COMMONDIR)/rde.style $(FORMHTML) $(JSFLAGS) $(JSINDEX) $(JP) $(FORMHTML) $(JSFLAGS) $(NINDEX) $(JPINDEX) # touch jpsimple ennormal: $(EN) $(FORMHTML) $(JNFLAGS) $(JINDEX) $(JP) $(FORMHTML) $(JNFLAGS) $(NINDEX) $(JPINDEX) # touch ennormal ensimple: $(EN) $(FORMHTML) $(JSFLAGS) $(JINDEX) $(JP) $(FORMHTML) $(JSFLAGS) $(NINDEX) $(JPINDEX) # touch ensimple work: $(WORK) $(FORMHTML) $(JNFLAGS) $(JNINDEX) $(WORK) $(FORMHTML) $(JSFLAGS) $(JSINDEX) $(WORK) # # Cleaning # DELETEOBJ= '~$$\|\.tgi$$\|\.eps\.gif$$\|thumbFH_' clean: @echo These files will cleared with command: make doclean @find . -type f | grep $(DELETEOBJ) doclean: @find . -type f | grep $(DELETEOBJ) @find . -type f | grep $(DELETEOBJ) | xargs rm