diff --git a/Makefile b/Makefile index 4c92246..bc30331 100755 --- a/Makefile +++ b/Makefile @@ -4,7 +4,7 @@ PAGES := intro documentation hardware download links mailinglist OTHERFILES := comedi_logo.gif -DESTDIR := ~/www/comedi +DESTDIR := /d/ds/www/comedi all: $(patsubst %,%.html,$(PAGES)) @@ -22,7 +22,9 @@ clean: -rm $(patsubst %,%.html,$(PAGES)) install: + -mkdir $(DESTDIR) cp $(patsubst %,%.html,$(PAGES)) $(DESTDIR) cp $(OTHERFILES) $(DESTDIR) - cd $(DESTDIR) && ln -s intro.html index.html + cd $(DESTDIR) && ln -sf intro.html index.html + cd $(DESTDIR) && ln -sf ~ftp/pub/comedi download diff --git a/comedi_logo.xcf b/comedi_logo.xcf new file mode 100644 index 0000000..983d17f Binary files /dev/null and b/comedi_logo.xcf differ