From: Richard W.M. Jones <"Richard W.M. Jones "> Date: Mon, 4 Feb 2008 17:06:55 +0000 (+0000) Subject: Install CSS file on website. X-Git-Url: http://git.annexia.org/?a=commitdiff_plain;h=3b9c1ad6c60e132d738253fc54ba51fec1a6c768;p=virt-p2v.git Install CSS file on website. --- diff --git a/Makefile b/Makefile index 6d0a0c9..94d6501 100644 --- a/Makefile +++ b/Makefile @@ -168,6 +168,7 @@ WEBSITE_DIR := ../redhat/et-website/virt-p2v website: man dist cp virt-p2v.1.html $(WEBSITE_DIR) + cp virt-p2v.1.css $(WEBSITE_DIR) cp $(PACKAGE)-$(VERSION).tar.gz $(WEBSITE_DIR) .PHONY: build boot checkroot \ No newline at end of file