X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=Makefile.in;h=7ee2132b0d83f2cd895ff6fdbab00e941140a6dd;hp=435ab294e6b56bdf6f185ec4691f03230152e1f4;hb=3e3c069366dbb2bf8f157ad0a406bda67dd51783;hpb=d2abe6be23da98a229718bc6de0447f133867f69 diff --git a/Makefile.in b/Makefile.in index 435ab294..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) @@ -216,6 +216,7 @@ para_write: @write_objs@ clean: rm -f *.o $(BINARIES) + rm -rf man distclean: clean rm -f Makefile autoscan.log config.status config.log && \ rm -rf web/sync/* autom4te.cache aclocal.m4