From 09a476c2a46e443814c48947644832e66b167cd8 Mon Sep 17 00:00:00 2001 From: Andre Noll Date: Wed, 31 Oct 2007 01:09:51 +0100 Subject: [PATCH 1/1] Makefile.in: Re-add skencil targets. --- Makefile.in | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Makefile.in b/Makefile.in index fee1bdef..77e69a69 100644 --- a/Makefile.in +++ b/Makefile.in @@ -244,3 +244,8 @@ install: all man bzip2 -9 $(tarball_pfx).tar rm -f $(tarball_pfx).tar ls -l $(tarball_pfx).tar.bz2 +%.ps: %.sk + sk2ps $< > $@ +%.pdf: %.ps + ps2pdf - - < $< > $@ + -- 2.39.2