summaryrefslogtreecommitdiffstats
path: root/doc/security-team.d.o/Makefile
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
commitc7d704b01eabbfb86088333b2f4edfc681f08f4f (patch)
tree8590424a13678500f1f587772875c06d8d66e095 /doc/security-team.d.o/Makefile
parent5148ee4cfcf810077adbed07171fb6a7e97d261c (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/security-team.d.o/Makefile')
-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