permit multiline comments and strings in macros
[bpt/coccinelle.git] / docs / Makefile
1 SUBDIR=manual
2
3 .PHONY: all clean distclean spatch.1
4
5 ifneq ($(MAKECMDGOALS),distclean)
6 include ../Makefile.config
7 endif
8
9 all: spatch.1
10 $(MAKE) -C $(SUBDIR) $@
11
12 distclean:
13 $(MAKE) -C manual distclean
14 rm -f spatch.1
15 rm -rf ./html
16 rm -rf ./man
17
18 clean:
19 $(MAKE) -C $(SUBDIR) $@
20
21 include ../Makefile.common