From f2d548a305b0e10a369dcfb2993012c63d2aeb13 Mon Sep 17 00:00:00 2001 From: Luciano Bello Date: Fri, 16 Jan 2015 15:38:35 +0000 Subject: new make and index toc git-svn-id: svn+ssh://svn.debian.org/svn/secure-testing@31376 e39458fd-73e7-0310-bf30-c45bca0a0e42 --- doc/security-team.d.o/Makefile | 6 ++++-- 1 file changed, 4 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 5d52bd1ded..a1ecfa864f 100644 --- a/doc/security-team.d.o/Makefile +++ b/doc/security-team.d.o/Makefile @@ -1,10 +1,11 @@ # to be executed on dillon.debian.org MD=/usr/bin/markdown_py SOURCES=security_tracker glossary index contact -DEST=/srv/security-team.debian.org/htdocs HTMLS=$(patsubst %,$(DEST)/%.html,$(SOURCES)) EXTENSIONS=tables def_list toc +export DEST=$(CURDIR) + all: $(HTMLS) $(DEST)/%.html: % @@ -17,5 +18,6 @@ clean: rebuild: clean all -publish: +publish: $(HTMLS) + cp $(HTMLS) /srv/security-team.debian.org/htdocs static-update-component security-team.debian.org -- cgit v1.2.3