OSDN Git Service

add clean: target
[linuxjf/JF.git] / docs / PostgreSQL-FAQ / Makefile
1 #
2 # This Makefile is for document supplied with both html and txt
3 #
4 include ../../JF.conf
5
6 include ../../Exception_2.rules
7
8 # txt is supplied from upstream
9 .html.txt:
10         @echo text is supplied from upstream
11
12 # add "touch $(LAST_MODIFIED)"
13 $(WORK_TEXT)/$(BASENAME).txt: $(BASENAME).txt
14         mkdir -p $(@D)
15         $(INSTALL) $< $@
16         touch $(LAST_MODIFIED)
17
18 clean:
19         @echo text is supplied from upstream