]> git.tuebingen.mpg.de Git - paraslash.git/blobdiff - Makefile.in
build: Replace $extras by per-executable variable.
[paraslash.git] / Makefile.in
index 487a9efe2bb6f51f9b3d5ad279aeae2cc5a2c469..bcc19a09b35b816aa76680298b7beec6b3148ee3 100644 (file)
@@ -86,8 +86,7 @@ man_pages := $(patsubst %, $(man_dir)/%.1, $(executables))
 autocrap := config.h.in configure
 tarball_pfx := @PACKAGE_TARNAME@-$(PACKAGE_VERSION)
 tarball_delete := $(addprefix $(tarball_pfx)/,\
-       web .changelog_before_cvs .changelog_cvs .gitignore\
-       skencil)
+       web .changelog_before_cvs .changelog_cvs .gitignore)
 tarball := @PACKAGE_TARNAME@-$(PACKAGE_VERSION).tar.bz2
 
 # To put more focus on warnings, be less verbose as default
@@ -310,9 +309,7 @@ distclean: clean2 test-clean
        $(Q) rm -f GPATH GRTAGS GSYMS GTAGS
 
 maintainer-clean: distclean
-       rm -f *.tar.bz2 \
-               config.h configure \
-               config.h.in skencil/*.pdf skencil/*.ps
+       rm -f *.tar.bz2 config.h configure config.h.in
        rm -rf web_sync
 
 install: all man
@@ -332,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