From: Andre Noll Date: Sat, 14 Sep 2013 05:34:54 +0000 (+0000) Subject: build: Remove two dead recipes from Makefile.in. X-Git-Tag: v0.5.1~1^2~66 X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=commitdiff_plain;h=39707e351f94fe8c903f2e0629d7d0427ff12efe;ds=sidebyside build: Remove two dead recipes from Makefile.in. In commit f5fb7ab5 we switched from skencil to dia for creating the overview.pdf file. This commit missed to remove the Make recipes for creating the pdf file from the skencil sources. Remove it now. --- diff --git a/Makefile.in b/Makefile.in index cf8b9f71..bcc19a09 100644 --- a/Makefile.in +++ b/Makefile.in @@ -329,9 +329,4 @@ $(tarball): bzip2 -9 $(tarball_pfx).tar ls -l $(tarball_pfx).tar.bz2 rm -rf $(tarball_pfx) -%.ps: %.sk - sk2ps $< > $@ -%.pdf: %.ps - ps2pdf - - < $< > $@ - include $(test_dir)/makefile.test