From: Andre Noll Date: Tue, 23 Oct 2007 16:32:33 +0000 (+0200) Subject: Makefile.in: Remove unused PICDIR. X-Git-Tag: v0.3.0~242 X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=commitdiff_plain;h=6f06604bbee726916812cc35c4b28b6b2df1b026 Makefile.in: Remove unused PICDIR. --- diff --git a/Makefile.in b/Makefile.in index 06fe7d9d..0bdd71f0 100644 --- a/Makefile.in +++ b/Makefile.in @@ -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