public
Description: An experimental alternative to the git-submodule command. Please email me if you actually try this out; I need more feedback.
Homepage:
Clone URL: git://github.com/apenwarr/git-subtree.git
git-subtree / Makefile
100644 20 lines (15 sloc) 0.38 kb
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
default:
@echo "git-subtree doesn't need to be built."
@echo "Just copy it somewhere on your PATH, like /usr/local/bin."
@echo
@echo "Try: make doc"
@false
 
doc: git-subtree.1
 
%.1: %.xml
xmlto -m manpage-normal.xsl man $^
 
%.xml: %.txt
asciidoc -b docbook -d manpage -f asciidoc.conf \
-agit_version=1.6.3 $^
 
clean:
rm -f *~ *.xml *.html *.1
rm -rf subproj mainline