[go: up one dir, main page]

Menu

[628da0]: / doc / Makefile  Maximize  Restore  History

Download this file

22 lines (15 with data), 336 Bytes

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
.PHONY: makealways
TARGETS=manual.html shortref.html walkthrough.html
all: $(TARGETS)
%.html: makealways
$(MAKE) -C src ../$@
clean:
$(MAKE) -C src clean
rm -f $(TARGETS)
clobber: clean
rm -f $(TARGETS)
$(MAKE) -C src clobber
release-clean:
$(MAKE) -C src release-clean
$(MAKE) -C data release-clean
rm -rf CVS .cvsignore