Subversion Repositories

?revision_form?Rev ?revision_input??revision_submit??revision_endform?

Rev 3 | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
14 magnus 1
FILES := alloc.html how.html index.html logo.html on_fd.html		\
2
	 on_signal.html on_time.html oop_adns.html oop_adns_quer.htmly	\
3
	 oop_glib.html oop_rl.html oop_sys.html oop_sys_run.html	\
4
	 oop_sys_source.html oop_tcl.html oop_www.html ref.html		\
5
	 style.css why.html
3 magnus 6
 
7
INSTALL := $(shell which install)
8
 
9
.PHONY: install clean distclean
10
install: logo
11
	$(INSTALL) -d $(DESTDIR)
12
	$(INSTALL) $(FILES) $(DESTDIR)
13
 
14
clean:
15
	-rm -f logo
16
 
17
distclean: clean
18
 
19
logo: logo.shar
20
	/bin/sh logo.shar