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