X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=Makefile.in;h=7ee2132b0d83f2cd895ff6fdbab00e941140a6dd;hp=5d085c7b5770735be86b5dce481f3993572c0e6f;hb=3e3c069366dbb2bf8f157ad0a406bda67dd51783;hpb=ff26022314dbe64005e7e178693bdb08013c4687 diff --git a/Makefile.in b/Makefile.in index 5d085c7b..7ee2132b 100644 --- a/Makefile.in +++ b/Makefile.in @@ -12,7 +12,7 @@ build_date := $(shell date) uname_s := $(shell uname -s 2>/dev/null || echo "UNKNOWN_OS") uname_rs := $(shell uname -rs) cc_version := $(shell $(CC) --version | head -n 1) -codename := solar saturation +codename := probabilistic parity DEBUG_CPPFLAGS += -Wno-sign-compare -g -Wunused -Wundef -W DEBUG_CPPFLAGS += -Wredundant-decls @@ -68,7 +68,7 @@ tarball_add := $(gengetopts_c) $(gengetopts_h) $(autocrap) tarball := @PACKAGE_TARNAME@-@PACKAGE_VERSION@.tar.bz2 .PHONY: clean distclean maintainer-clean install man tarball -all: $(BINARIES) +all: $(BINARIES) $(man_pages) man: $(man_pages) tarball: $(tarball)