diff options
Diffstat (limited to 'Makefile')
-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 |