Add COPYING file; update headers.
[muse-el.git] / examples / Makefile
blobf5f3dd6c1d933a433461b0fa98276014ce578535
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: %.muse
13 EMACS=$(EMACS) SITEFLAG=$(SITEFLAG) ../scripts/publish html $<
15 %.pdf: %.muse
16 EMACS=$(EMACS) SITEFLAG=$(SITEFLAG) ../scripts/publish info-pdf $<
18 %.info: %.muse
19 EMACS=$(EMACS) SITEFLAG=$(SITEFLAG) ../scripts/publish info $<
21 clean:
22 -rm -f missfont.log
24 realclean distclean fullclean: clean
25 -rm -f $(EXAMPLES)