From 3b9c1ad6c60e132d738253fc54ba51fec1a6c768 Mon Sep 17 00:00:00 2001 From: "Richard W.M. Jones" Date: Thu, 1 Jan 1970 00:00:00 +0000 Subject: [PATCH] Install CSS file on website. --- Makefile | 1 + 1 file changed, 1 insertion(+) 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 -- 1.8.3.1