logo .xcf file

This commit is contained in:
David Schleef 2000-06-23 01:00:59 +00:00
parent e746edde63
commit 05148cb97a
2 changed files with 4 additions and 2 deletions

View file

@ -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

BIN
comedi_logo.xcf Normal file

Binary file not shown.