#
# This Makefile is for document supplied with both html and txt
#
include ../../JF.conf

include ../../Exception_2.rules

# txt is supplied from upstream
.html.txt:
	@echo text is supplied from upstream

# add "touch $(LAST_MODIFIED)"
$(WORK_TEXT)/$(BASENAME).txt: $(BASENAME).txt
	mkdir -p $(@D)
	$(INSTALL) $< $@
	touch $(LAST_MODIFIED)

clean:
	@echo text is supplied from upstream
