[Debbits-commit] [SCM] Git repository for debbits branch, master, updated. 1e710c26216ffadf2efef59acca3281b160c1c3f
Ana Beatriz Guerrero ?==?UTF-8?Q?López
ana at ekaia.org
Thu Apr 4 17:59:58 UTC 2013
The following commit has been merged in the master branch:
commit 1e710c26216ffadf2efef59acca3281b160c1c3f
Author: Ana Beatriz Guerrero López <ana at ekaia.org>
Date: Thu Apr 4 20:01:54 2013 +0200
add mpublish target for total laziness
diff --git a/Makefile b/Makefile
index 30acae3..eb5318f 100644
--- a/Makefile
+++ b/Makefile
@@ -21,6 +21,7 @@ help:
@echo ' make clean remove the generated files '
@echo ' make mclean remove the generated files in master.d.o '
# @echo ' make publish generate using production settings '
+ @echo ' make mpublish generate and push the blog post '
@echo ' '
@@ -47,4 +48,7 @@ mclean:
publish:
$(PELICAN) $(INPUTDIR) -o $(OUTPUTDIR) -s $(PUBLISHCONF) $(PELICANOPTS)
-.PHONY: html help clean mhtml mclean publish
+mpublish: mhtml
+ /usr/local/bin/static-update-component bits.debian.org
+
+.PHONY: html help clean mhtml mclean publish mpublish
--
Git repository for debbits
More information about the Debbits-commit
mailing list