summaryrefslogtreecommitdiff
path: root/doc/Makefile.am
diff options
context:
space:
mode:
authorPaul Smith <psmith@gnu.org>2002-10-03 05:46:12 +0000
committerPaul Smith <psmith@gnu.org>2002-10-03 05:46:12 +0000
commit1d3dfeb74b47803559e0b5eaa886ebb1ad9e3e3f (patch)
tree9c40a15df8374f96422ce8af83228429e4746d20 /doc/Makefile.am
parent2de1b621128ed0a4845cbfd71cf7145c508579a3 (diff)
downloadgunmake-1d3dfeb74b47803559e0b5eaa886ebb1ad9e3e3f.tar.gz
Some updates for automake 1.7 and prep for releasing 3.80.
Diffstat (limited to 'doc/Makefile.am')
-rw-r--r--doc/Makefile.am10
1 files changed, 2 insertions, 8 deletions
diff --git a/doc/Makefile.am b/doc/Makefile.am
index bf979c8..4aa626c 100644
--- a/doc/Makefile.am
+++ b/doc/Makefile.am
@@ -9,7 +9,7 @@ TEXI2HTML_FLAGS = -split_chapter
info_TEXINFOS = make.texi
make_TEXINFOS = fdl.texi make-stds.texi
-CLEANFILES = make*.html make*.pdf
+CLEANFILES = make*.html
## ----------------------------- ##
## Other documentation formats. ##
@@ -20,10 +20,4 @@ html: make_1.html
make_1.html: $(info_TEXINFOS) $(make_TEXINFOS)
$(TEXI2HTML) $(TEXI2HTML_FLAGS) $(srcdir)/make.texi
-
-pdf: make.pdf
-
-make.pdf: $(info_TEXINFOS) $(make_TEXINFOS)
- $(TEXI2DVI) --pdf --batch $(srcdir)/make.texi
-
-.PHONY: html pdf
+.PHONY: html