diff options
author | EuAndreh <eu@euandre.org> | 2022-08-12 18:16:53 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2022-08-12 18:16:53 -0300 |
commit | 7e937a9606c9e30bb7573113aa28204b9be546a9 (patch) | |
tree | 99835da5ee625dc1e84534caabd7d40f540ae826 | |
parent | tests/heredoc.scm: Add test for (enable-syntax) macro (diff) | |
download | guile-heredoc-7e937a9606c9e30bb7573113aa28204b9be546a9.tar.gz guile-heredoc-7e937a9606c9e30bb7573113aa28204b9be546a9.tar.xz |
Makefile: Stop generating PDFs
-rw-r--r-- | Makefile | 8 |
1 files changed, 2 insertions, 6 deletions
@@ -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 |