Don't prompt unnecessarily when doing C-c C-t in a Muse project file.
[muse-el.git] / examples / Makefile
blob20ff54c03593ffd00ddb1b7ce1ff2e6a0a6ea996
1 .PHONY: all examples clean realclean distclean fullclean
2 .PRECIOUS: %.html %.pdf %.info
4 include ../Makefile.defs
6 EXAMPLES = QuickStart.html QuickStart.pdf QuickStart.info
8 all: examples
10 examples: $(EXAMPLES)
12 %.html: %
13 EMACS=$(EMACS) SITEFLAG=$(SITEFLAG) ../scripts/publish html $<
15 %.pdf: %
16 EMACS=$(EMACS) SITEFLAG=$(SITEFLAG) ../scripts/publish info-pdf $<
18 %.info: %
19 EMACS=$(EMACS) SITEFLAG=$(SITEFLAG) ../scripts/publish info $<
21 clean:
22 -rm -f missfont.log
24 realclean distclean fullclean: clean
25 -rm -f QuickStart.*