X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=Makefile.in;h=bbef37db3fc872a4576f6a9504a60149bdb138fc;hp=06fe7d9da77d1c95a64f250abd7df6a4b8591e78;hb=e5e8648e4e4bd1edb1823dc932c96a7a271b27a4;hpb=d11d02dc33b31084650ea181896181d02b3a50d3 diff --git a/Makefile.in b/Makefile.in index 06fe7d9d..bbef37db 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,11 +54,10 @@ 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) -grutatxt := NEWS CREDITS INSTALL README FEATURES +grutatxt := NEWS CREDITS INSTALL README FEATURES REQUIREMENTS README.afs grutatxt_html := $(grutatxt:=.html) html_in := $(wildcard web/*.in.html) gen_html := $(subst web/,web/sync/,$(html_in)) @@ -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 .gitignore 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