X-Git-Url: http://git.tuebingen.mpg.de/?a=blobdiff_plain;f=Makefile.in;h=e26deb82da7f01122046971de2156d0a6595708e;hb=aee7bc654a67f45556ad2c6dc0e98a06bc95c8ff;hp=407642aa791c3c390d2fef5e28a186925aa9f6ab;hpb=65e978a89fb32ff8be0b5d9ce4bc6e2a8a2b0e06;p=paraslash.git diff --git a/Makefile.in b/Makefile.in index 407642aa..e26deb82 100644 --- a/Makefile.in +++ b/Makefile.in @@ -13,7 +13,7 @@ install_sh = @install_sh@ build_date = $(shell date) system = $(shell uname -rs) cc_version = $(shell $(CC) --version | head -n 1) -codename = inductive resonance +codename = neural discharge DEBUG_CPPFLAGS += -Wno-sign-compare -g -Wunused -Wundef -W DEBUG_CPPFLAGS += -Wredundant-decls @@ -69,7 +69,7 @@ shots := gui-2005-11-12.png para_audiod-startup.txt para_krell-2005-02.png \ para_krell-2005-02.png shots := $(patsubst %,web/sync/%,$(shots)) web_pics := web/sync/paraslash.png web/sync/paraslash.ico -web_misc := overview.pdf versions/paraslash-git.tar.bz2 PUBLIC_KEY \ +web_misc := overview.pdf versions/@PACKAGE_TARNAME@-@PACKAGE_VERSION@.tar.bz2 PUBLIC_KEY \ key.anonymous para.css web_misc := $(patsubst %,web/sync/%,$(web_misc)) web_man := web/sync/man @@ -307,7 +307,7 @@ web/sync/%.ico: pics/web/%.ico web/sync cp $< $@ web/sync/para.css: web/para.css web/sync cp $< $@ -web/sync/versions/paraslash-git.tar.bz2: paraslash-git.tar.bz2 web/sync +web/sync/versions/@PACKAGE_TARNAME@-@PACKAGE_VERSION@.tar.bz2: @PACKAGE_TARNAME@-@PACKAGE_VERSION@.tar.bz2 web/sync cp -a versions web/sync && cp $< $@ web/sync/overview.pdf: skencil/overview.pdf web/sync cp $< $@