summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorLuciano Bello <luciano@debian.org>2015-01-18 00:38:58 +0000
committerLuciano Bello <luciano@debian.org>2015-01-18 00:38:58 +0000
commit1b87f5847b0ed3b319f6c01230cfa543e1e28d8f (patch)
tree10a4f7c39705ee46e03d65b64f39aed7adc7b0ed /doc
parentf26d6ac99c39a64adecd79e120c85ef33246e64e (diff)
security-team.d.o: installing css and img, properly
git-svn-id: svn+ssh://svn.debian.org/svn/secure-testing@31482 e39458fd-73e7-0310-bf30-c45bca0a0e42
Diffstat (limited to 'doc')
-rw-r--r--doc/security-team.d.o/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/doc/security-team.d.o/Makefile b/doc/security-team.d.o/Makefile
index 4ec1e8590b..fab4bc85b5 100644
--- a/doc/security-team.d.o/Makefile
+++ b/doc/security-team.d.o/Makefile
@@ -13,7 +13,7 @@ $(DEST)/%.html: %
.PHONY: clean all rebuild publish
-clean:
+clean: $(HTMLS)
rm $(HTMLS)
rebuild: clean all
@@ -21,7 +21,8 @@ rebuild: clean all
ifeq "$(shell hostname) $(shell whoami)" "dillon security"
publish: $(HTMLS)
mv $(HTMLS) /srv/security-team.debian.org/htdocs
- cp -r style.css img /srv/security-team.debian.org/htdocs
+ cp style.css /srv/security-team.debian.org/htdocs
+ cp img/* /srv/security-team.debian.org/htdocs/img
static-update-component security-team.debian.org
else
$(warning you are not in dillon or you are not security user)

© 2014-2024 Faster IT GmbH | imprint | privacy policy