summaryrefslogtreecommitdiffstats
path: root/doc/security-team.d.o/Makefile
diff options
context:
space:
mode:
authorLuciano Bello <luciano@debian.org>2015-01-16 15:38:35 +0000
committerLuciano Bello <luciano@debian.org>2015-01-16 15:38:35 +0000
commitf2d548a305b0e10a369dcfb2993012c63d2aeb13 (patch)
treef507b7e2e951e39ba7b3ac6612bd931287ef79be /doc/security-team.d.o/Makefile
parent1d7274f530fea253eae4b52661d81591a3b32052 (diff)
new make and index toc
git-svn-id: svn+ssh://svn.debian.org/svn/secure-testing@31376 e39458fd-73e7-0310-bf30-c45bca0a0e42
Diffstat (limited to 'doc/security-team.d.o/Makefile')
-rw-r--r--doc/security-team.d.o/Makefile6
1 files changed, 4 insertions, 2 deletions
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

© 2014-2024 Faster IT GmbH | imprint | privacy policy