[med-svn] r15323 - trunk/community/website/docs

Charles Plessy plessy at moszumanska.debian.org
Sat Nov 30 02:38:04 UTC 2013


Author: plessy
Date: 2013-11-30 02:38:04 +0000 (Sat, 30 Nov 2013)
New Revision: 15323

Modified:
   trunk/community/website/docs/Makefile
Log:
Make the publish command specific to the Policy.

This avoids problems with files not owned by the user running the command,
because they are not in the Subversion repository, such as
debian-med-healthcafe.pdf.



Modified: trunk/community/website/docs/Makefile
===================================================================
--- trunk/community/website/docs/Makefile	2013-11-30 02:33:57 UTC (rev 15322)
+++ trunk/community/website/docs/Makefile	2013-11-30 02:38:04 UTC (rev 15323)
@@ -12,5 +12,5 @@
 	rm -f policy.html
 
 publish: policy
-	rsync -a * $(PUBLISHHOST):$(PUBLISHDIR)
-	ssh $(PUBLISHHOST) "chmod g+w $(PUBLISHDIR)/*"
+	rsync -a policy.* $(PUBLISHHOST):$(PUBLISHDIR)
+	ssh $(PUBLISHHOST) "chmod g+w $(PUBLISHDIR)/policy.*"




More information about the debian-med-commit mailing list