# Mafile file for formhtml.pl
include Makefile.formhtml.rde
export NOSMOOTH=1
# ここに日本語ページのソースを列挙
JP = introduction.bhtml mechanism.bhtml mechatronics.bhtml information.bhtml
JPINDEX = index_jp.bhtml
# petit_report_2003.bhtml petit_report_2004.bhtml petit_report_2005.bhtml petit_report_2006.bhtml
#WORK=introduction.bhtml
#WORK=robo_knoppix.bhtml
#WORK=robotsystem.bhtml
#WORK=wheelrobot.bhtml
#WORK=manipulator.bhtml
#WORK=petit_report_2009.bhtml
#WORK=information.bhtml
#WORK=coordtrans.bhtml
#WORK=mechanism.bhtml
WORK=mechatronics.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