From c7d704b01eabbfb86088333b2f4edfc681f08f4f Mon Sep 17 00:00:00 2001 From: Luciano Bello Date: Sun, 18 Jan 2015 00:38:58 +0000 Subject: 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 --- doc/security-team.d.o/Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'doc/security-team.d.o/Makefile') 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) -- cgit v1.2.3