[Secure-testing-commits] r31482 - doc/security-team.d.o
Luciano Bello
luciano at moszumanska.debian.org
Sun Jan 18 00:38:58 UTC 2015
Author: luciano
Date: 2015-01-18 00:38:58 +0000 (Sun, 18 Jan 2015)
New Revision: 31482
Modified:
doc/security-team.d.o/Makefile
Log:
security-team.d.o: installing css and img, properly
Modified: doc/security-team.d.o/Makefile
===================================================================
--- doc/security-team.d.o/Makefile 2015-01-18 00:28:17 UTC (rev 31481)
+++ doc/security-team.d.o/Makefile 2015-01-18 00:38:58 UTC (rev 31482)
@@ -13,7 +13,7 @@
.PHONY: clean all rebuild publish
-clean:
+clean: $(HTMLS)
rm $(HTMLS)
rebuild: clean all
@@ -21,7 +21,8 @@
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)
More information about the Secure-testing-commits
mailing list