Makefile refactoring.
[muse-el.git] / examples / Makefile
blobc269e50266689cf38ad9422b75e7230e1c1205d6
1 .PHONY: all examples clean realclean distclean fullclean
2 EMACS = emacs
3 EXAMPLES = README.html README.pdf README.info
5 all: examples
7 examples: $(EXAMPLES)
9 %.html: %
10 ../scripts/publish html $<
12 %.pdf: %
13 ../scripts/publish pdf $<
15 %.info: %
16 ../scripts/publish info $<
18 clean:
19 -rm -f missfont.log
21 realclean distclean fullclean: clean
22 -rm -f README.*