chiark
/
gitweb
/
~mdw
/
tig
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (parent:
03e8d89
)
Add sync-docs rule to update docs in the release branch
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
|
blame
|
history
diff --git
a/Makefile
b/Makefile
index 7bebefd44aea8618905302b3f88c387714e6a792..42387c8bb4fbfd08b97186e4a57d3aa8f046e2d9 100644
(file)
--- a/
Makefile
+++ b/
Makefile
@@
-91,3
+91,12
@@
README.html: README
%.html-chunked : %.xml
xmlto html -o $@ $<
%.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