# # ターゲットを指定 # TARGET := # # HTMLファイルで使うCSSファイルを指定 # CSS := # # infoのインストール先を指定 # prefix := # infodir := .PHONY: all distclean clean all: $(TARGET) distclean: texinfo-distclean clean: texinfo-clean include texinfo.mk include install-info.mk