summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile8
1 files changed, 2 insertions, 6 deletions
diff --git a/Makefile b/Makefile
index 8c1c50e..118e126 100644
--- a/Makefile
+++ b/Makefile
@@ -16,7 +16,7 @@ OBJDIR = $(LIBDIR)/guile/$(GUILE_EFFECTIVE_VERSION)/site-ccache
.SUFFIXES:
-.SUFFIXES: .scm .go .texi .info .pdf .html
+.SUFFIXES: .scm .go .texi .info .html
.scm.go:
$(GUILD) compile -L src/ $(GUILE_FLAGS)-o $@ $<
@@ -24,9 +24,6 @@ OBJDIR = $(LIBDIR)/guile/$(GUILE_EFFECTIVE_VERSION)/site-ccache
.texi.info:
makeinfo -o $@ $<
-.texi.pdf:
- makeinfo --pdf $@ $<
-
.texi.html:
makeinfo --html --no-split --css-include=doc/style.css -o $@ $<
@@ -35,8 +32,7 @@ objects = $(sources:.scm=.go)
info = doc/guile-heredoc.info
documentation = \
- $(info) \
- doc/guile-heredoc.pdf \
+ $(info) \
doc/guile-heredoc.html