projects
/
YACASL2.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
17b62cf7e6ff1cba2bb824da7e6bcc444547b579
[YACASL2.git]
/
doc
/
casl2_spec
/
Makefile
1
VPATH := img
2
3
RMR := $(RM) -r
4
SED := sed
5
6
CSS := style.css
7
8
.PHONY: all clean distclean
9
10
all: casl2_spec.html casl2_spec.pdf
11
12
clean: texinfo-clean
13
$(RM) *.bak
14
$(MAKE) -C img clean
15
16
distclean: clean texinfo-distclean
17
$(RM) *.html *.pdf
18
$(MAKE) -C img distclean
19
20
include casl2_spec.dep
21
22
include texinfo.mk
23
24
include images.mk