X-Git-Url: http://git.tuebingen.mpg.de/?a=blobdiff_plain;f=Makefile.in;h=52602df7f35aba7ce7f2e86052ad33571b67ea75;hb=10d1e8a34c0c84c3c9409bab5c14cee87b1a17f3;hp=d44716e517961848022fc872d89ab02cf8254555;hpb=df3c03e72911edb31e7f1e32ebe29dad063e3b70;p=paraslash.git diff --git a/Makefile.in b/Makefile.in index d44716e5..52602df7 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 = isotropic threshold +codename = reproducing reflection DEBUG_CPPFLAGS += -Wno-sign-compare -g -Wunused -Wundef -W DEBUG_CPPFLAGS += -Wredundant-decls @@ -57,7 +57,7 @@ PICS := $(wildcard pics/paraslash/*.jpg) gengetopts := $(wildcard *.ggo) gengetopts_c := $(gengetopts:.ggo=.cmdline.c) gengetopts_h := $(gengetopts:.ggo=.cmdline.h) -grutatxt := COPYING NEWS README.mysql CREDITS INSTALL README FEATURES GPL +grutatxt := NEWS README.mysql CREDITS INSTALL README FEATURES grutatxt_html := $(grutatxt:=.html) html_in := $(wildcard web/*.in.html) gen_html := $(subst web/,web/sync/,$(html_in))