File: Makefile.am

package info (click to toggle)
git 4.3.19-2
  • links: PTS
  • area: main
  • in suites: potato
  • size: 2,036 kB
  • ctags: 2,778
  • sloc: ansic: 16,166; sh: 2,988; makefile: 231
file content (11 lines) | stat: -rw-r--r-- 416 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
# $Id: Makefile.am,v 1.6 1999/04/23 15:21:27 tudor Exp $
info_TEXINFOS = git.texinfo
man_MANS = git.1 gitaction.1 gitkeys.1 gitmount.1 gitrgrep.1 gitunpack.1
htmldir = $(prefix)/doc/git-$(VERSION)
html_DATA = git.html
EXTRA_DIST = git.1 gitaction.1 gitkeys.1 gitmount.1 gitrgrep.1 gitunpack.1\
	     git.html
html:
	cd $(srcdir) &&\
	texi2html -expandinfo -glossary -monolithic $(srcdir)/git.texinfo
dist-hook: html