Install CSS file on website.
authorRichard W.M. Jones <rjones@redhat.com>
Mon, 4 Feb 2008 17:06:55 +0000 (17:06 +0000)
committerRichard W.M. Jones <rjones@redhat.com>
Mon, 4 Feb 2008 17:06:55 +0000 (17:06 +0000)
Makefile

index 6d0a0c9..94d6501 100644 (file)
--- 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