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