1
0
Fork 0
mirror of https://github.com/git/git.git synced 2024-11-19 23:44:50 +01:00
git/Makefile

19 lines
313 B
Makefile
Raw Normal View History

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