From: Andre Noll Date: Wed, 31 Oct 2007 00:09:51 +0000 (+0100) Subject: Makefile.in: Re-add skencil targets. X-Git-Tag: v0.3.0~168 X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=commitdiff_plain;h=09a476c2a46e443814c48947644832e66b167cd8 Makefile.in: Re-add skencil targets. --- 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 - - < $< > $@ +