[Secure-testing-commits] r26417 - doc/security-team.d.o

Salvatore Bonaccorso carnil at moszumanska.debian.org
Wed Apr 2 13:46:36 UTC 2014


Author: carnil
Date: 2014-04-02 13:46:36 +0000 (Wed, 02 Apr 2014)
New Revision: 26417

Modified:
   doc/security-team.d.o/Makefile
Log:
First try towards handling via svn checkout and updating page

Modified: doc/security-team.d.o/Makefile
===================================================================
--- doc/security-team.d.o/Makefile	2014-04-02 13:02:12 UTC (rev 26416)
+++ doc/security-team.d.o/Makefile	2014-04-02 13:46:36 UTC (rev 26417)
@@ -1,11 +1,12 @@
 MD=/usr/bin/markdown_py
 SOURCES=security_tracker glossary index contact
-HTMLS=$(patsubst %,%.html,$(SOURCES))
+DEST=/srv/security-team.debian.org/htdocs
+HTMLS=$(patsubst %,$(DEST)/%.html,$(SOURCES))
 EXTENSIONS=tables def_list toc
 
 all: $(HTMLS)
 
-%.html: %
+$(DEST)/%.html: %
 	(cat header; /usr/bin/markdown_py $< $(addprefix -x ,$(EXTENSIONS)) ) > $@
 
 .PHONY: clean all rebuild




More information about the Secure-testing-commits mailing list