]> git.tuebingen.mpg.de Git - paraslash.git/blobdiff - Makefile.in
Makefile.in: Remove unused PICDIR.
[paraslash.git] / Makefile.in
index 06fe7d9da77d1c95a64f250abd7df6a4b8591e78..0bdd71f0ea0d6aa059fc5621a6a2030ea0dbf3bf 100644 (file)
@@ -4,7 +4,6 @@ exec_prefix = @exec_prefix@
 BINDIR = @bindir@
 VARDIR = /var/paraslash
 PKGDATADIR = @datarootdir@/@PACKAGE_NAME@
-PICDIR = $(PKGDATADIR)/pics
 MANDIR = @datarootdir@/man/man1
 
 install_sh = @install_sh@
@@ -36,7 +35,6 @@ CPPFLAGS += -Wstrict-prototypes
 CPPFLAGS += -Wchar-subscripts
 CPPFLAGS += -Wformat-security
 CPPFLAGS += -DBINDIR='"$(BINDIR)"'
-CPPFLAGS += -DPICDIR='"$(PKGDATADIR)/pics"'
 CPPFLAGS += -DBUILD_DATE='"$(build_date)"'
 CPPFLAGS += -DSYSTEM='"$(system)"'
 CPPFLAGS += -DCODENAME='"$(codename)"'
@@ -56,7 +54,6 @@ BINARIES = para_server para_client para_audioc para_recv \
 man_binaries := $(BINARIES)
 man_pages := $(patsubst %, man/man1/%.1, $(man_binaries))
 man_pages_html := $(patsubst %, man/html/%.html, $(man_binaries))
-PICS := $(wildcard pics/paraslash/*.jpg)
 gengetopts := $(wildcard *.ggo)
 gengetopts_c := $(gengetopts:.ggo=.cmdline.c)
 gengetopts_h := $(gengetopts:.ggo=.cmdline.h)
@@ -78,8 +75,7 @@ web_misc := $(patsubst %,web/sync/%,$(web_misc))
 web_man := web/sync/man
 autocrap := config.h.in configure
 tarball_pfx := @PACKAGE_TARNAME@-@PACKAGE_VERSION@
-tarball_delete = web versions pics/screenshots pics/web .changelog_before_cvs \
-       .changelog_cvs
+tarball_delete = web versions pics .changelog_before_cvs .changelog_cvs
 tarball_delete := $(patsubst %,$(tarball_pfx)/%,$(tarball_delete))
 tarball_add := $(gengetopts_c) $(gengetopts_h) $(autocrap)
 
@@ -247,9 +243,8 @@ maintainer-clean: distclean
 
 
 install: all man
-       mkdir -p $(BINDIR) $(PICDIR) $(MANDIR)
+       mkdir -p $(BINDIR) $(MANDIR)
        $(install_sh) -s -m 755 $(BINARIES) $(BINDIR)
-       $(install_sh) -m 644 $(PICS) $(PICDIR)
        $(install_sh) -m 644 $(man_pages) $(MANDIR)
        mkdir -p $(VARDIR) >/dev/null 2>&1 || true # not fatal, so don't complain