]> git.tuebingen.mpg.de Git - paraslash.git/commitdiff
Makefile.in: Re-add skencil targets.
authorAndre Noll <maan@systemlinux.org>
Wed, 31 Oct 2007 00:09:51 +0000 (01:09 +0100)
committerAndre Noll <maan@systemlinux.org>
Wed, 31 Oct 2007 00:09:51 +0000 (01:09 +0100)
Makefile.in

index fee1bdef5f4797a702c9e9d2db6437cc78fe9cd5..77e69a697a7d02aa43e046890b816bee22e273dc 100644 (file)
@@ -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 - - < $< > $@
+