From 7e937a9606c9e30bb7573113aa28204b9be546a9 Mon Sep 17 00:00:00 2001 From: EuAndreh Date: Fri, 12 Aug 2022 18:16:53 -0300 Subject: Makefile: Stop generating PDFs --- Makefile | 8 ++------ 1 file 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 -- cgit v1.2.3