summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--Makefile.am8
-rw-r--r--website/style.css (renamed from style.css)0
2 files changed, 2 insertions, 6 deletions
diff --git a/Makefile.am b/Makefile.am
index 33b0426..2c26227 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -96,16 +96,12 @@ uninstall-local:
 
 # Build website
 
-website: website/index.html website/style.css website/manual/dev/en
+website: website/index.html website/manual/dev/en
 
 website/index.html: README.org
 	mkdir -p $(dir $@)
 	emacs -Q --script build-aux/build-home-page.el
 
-website/style.css: style.css
-	mkdir -p $(dir $@)
-	cp -v $< $@
-
 website/manual/dev/en: $(SKRIBILO_BUILD_DIR)/ccwl.html
 	$(MKDIR_P) $@
 	cp -v $< $@/index.html
@@ -113,4 +109,4 @@ website/manual/dev/en: $(SKRIBILO_BUILD_DIR)/ccwl.html
 # The clean target depends on clean-local. We use clean-local to clean
 # up the website and the skribilo build directory.
 clean-local:
-	rm -rf website $(SKRIBILO_BUILD_DIR)
+	rm -rf website/index.html website/manual/dev/en $(SKRIBILO_BUILD_DIR)
diff --git a/style.css b/website/style.css
index 708d9aa..708d9aa 100644
--- a/style.css
+++ b/website/style.css