1
0
Fork 0
mirror of https://github.com/git/git.git synced 2024-11-01 23:07:55 +01:00
git/Makefile
2009-05-30 14:06:58 -04:00

18 lines
313 B
Makefile

default:
@echo "git-subtree doesn't need to be built."
@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