Rev 3 | Go to most recent revision | Blame | Compare with Previous | Last modification | View Log | RSS feed
FILES := alloc.html how.html index.html logo.html on_fd.html \
on_signal.html on_time.html oop_adns.html oop_adns_quer.htmly \
oop_glib.html oop_rl.html oop_sys.html oop_sys_run.html \
oop_sys_source.html oop_tcl.html oop_www.html ref.html \
style.css why.html
INSTALL := $(shell which install)
.PHONY: install clean distclean
install: logo
$(INSTALL) -d $(DESTDIR)
$(INSTALL) $(FILES) $(DESTDIR)
clean:
-rm -f logo
distclean: clean
logo: logo.shar
/bin/sh logo.shar