[med-svn] r15231 - trunk/community/papers/13_healthcafe
Andreas Tille
tille at moszumanska.debian.org
Thu Nov 21 13:46:19 UTC 2013
Author: tille
Date: 2013-11-21 13:46:19 +0000 (Thu, 21 Nov 2013)
New Revision: 15231
Modified:
trunk/community/papers/13_healthcafe/Makefile
Log:
Temporary publish the paper to let people have a look
Modified: trunk/community/papers/13_healthcafe/Makefile
===================================================================
--- trunk/community/papers/13_healthcafe/Makefile 2013-11-21 12:30:30 UTC (rev 15230)
+++ trunk/community/papers/13_healthcafe/Makefile 2013-11-21 13:46:19 UTC (rev 15231)
@@ -1,5 +1,8 @@
#!/usr/bin/make -f
+PUBLISHHOST=wagner.debian.org
+PUBLISHDIR=/home/groups/debian-med/htdocs/docs
+
text=debian-med-healthcafe
DISTDIR=debian-med-paper
@@ -13,6 +16,10 @@
pdflatex $(text).tex
pdflatex $(text).tex
+publish: pdf
+ rsync -a *.pdf $(PUBLISHHOST):$(PUBLISHDIR)
+ ssh $(PUBLISHHOST) "chmod g+w $(PUBLISHDIR)/*"
+
distclean: clean
rm -f $(text).pdf
More information about the debian-med-commit
mailing list