summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 03e8d89)
raw | patch | inline | side by side (parent: 03e8d89)
author | Jonas Fonseca <fonseca@diku.dk> | |
Wed, 14 Jun 2006 23:26:01 +0000 (01:26 +0200) | ||
committer | Jonas Fonseca <fonseca@antimatter.localdomain> | |
Wed, 14 Jun 2006 23:28:04 +0000 (01:28 +0200) |
Makefile | patch | blob | history |
diff --git a/Makefile b/Makefile
index 7bebefd44aea8618905302b3f88c387714e6a792..42387c8bb4fbfd08b97186e4a57d3aa8f046e2d9 100644 (file)
--- a/Makefile
+++ b/Makefile
%.html-chunked : %.xml
xmlto html -o $@ $<
+
+# Maintainer stuff
+sync-docs:
+ cg switch release
+ -cg merge -n master
+ cg commit -m "Merge with master"
+ make doc
+ cg commit -m "Sync docs"
+ cg switch master