Release coccinelle-0.1.8
[bpt/coccinelle.git] / docs / Makefile
CommitLineData
708f4980 1SUBDIR=manual
b1b2de81 2
708f4980 3.PHONY: all clean distclean
b1b2de81 4
708f4980
C
5all:
6 make -C $(SUBDIR)
b1b2de81
C
7
8clean:
708f4980 9 make -C $(SUBDIR) clean
b1b2de81
C
10
11distclean:
708f4980
C
12 make -C $(SUBDIR) distclean
13
14