diff options
author | R. Bernstein <rocky@gnu.org> | 2011-05-19 07:43:38 -0400 |
---|---|---|
committer | R. Bernstein <rocky@gnu.org> | 2011-05-19 07:43:38 -0400 |
commit | 7d23f847e680eda234c7846835d547b9b0893db8 (patch) | |
tree | 64fc158d7aad10963d76651596fc32d51f0ff41f /doc/Makefile.am | |
parent | f2438edcbc08329cc4ff1fa3f8375f5e18f149f4 (diff) |
Add git install instructions. Simplify and customize INSTALL. Add dependency to cause version.texi to get created. Update my email address.
Diffstat (limited to 'doc/Makefile.am')
-rw-r--r-- | doc/Makefile.am | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/doc/Makefile.am b/doc/Makefile.am index f8e72e86..dde10f01 100644 --- a/doc/Makefile.am +++ b/doc/Makefile.am @@ -1,5 +1,3 @@ -# $Id: Makefile.am,v 1.9 2008/04/17 17:39:47 karl Exp $ -# # Copyright (C) 2003, 2004, 2008 Rocky Bernstein <rocky@gnu.org> # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -32,13 +30,13 @@ html: libcdio.html %.ps.gz: %.ps gzip -9c $< > $@ -.texi.pdf: +.texi.pdf: stamp-vti texi2pdf $< -.texi.html: +.texi.html: stamp-vti texi2html $< -.texi.txt: +.texi.txt: makeinfo --no-headers $< > $@ all-formats: pdf dvi txt ps html |