summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2022-08-12 18:16:53 -0300
committerEuAndreh <eu@euandre.org>2022-08-12 18:16:53 -0300
commit7e937a9606c9e30bb7573113aa28204b9be546a9 (patch)
tree99835da5ee625dc1e84534caabd7d40f540ae826
parenttests/heredoc.scm: Add test for (enable-syntax) macro (diff)
downloadguile-heredoc-7e937a9606c9e30bb7573113aa28204b9be546a9.tar.gz
guile-heredoc-7e937a9606c9e30bb7573113aa28204b9be546a9.tar.xz
Makefile: Stop generating PDFs
-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