# 表題 dcnote Makefile 用 include ファイルテンプレート(原始資源が htm) -*-makefile-*- # Copyright (C) GFD_Dennou_Club, 2000. All rights reserved. # # 履歴 1999/07/20 小高正嗣, 林祥介, # 1999/11/20 竹広真一 # 2000/02/08 小高正嗣 # MKDIR = mkdir RM = rm -f CP = cp # # dcnote command # ICONDIR = /usr/lib/dcnote #DCNOTE-PS2GIF= dcnote-ps2gif #DCNOTE-HTMS = dcnote-htms -s $(ICONDIR) #DCNOTE-LATEX2DESC= dcnote-latex2desc #DCNOTE-MKINDEX= dcnote-mkindex # # rules and dependencies # all: installdir htm installdir: if [ ! -d $(TARGETDIR) ] ; then \ $(MKDIR) $(TARGETDIR) ; \ fi ;\ htm: $(CP) *.htm $(TARGETDIR) clean: $(RM) *~ *.bak