X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=Makefile.in;h=338d1039681b7e07cb820507c9bf9de4c692dd0d;hp=5d085c7b5770735be86b5dce481f3993572c0e6f;hb=4a33aa7ad93857d0c6b5ea24983e12b1619b10c0;hpb=ff26022314dbe64005e7e178693bdb08013c4687 diff --git a/Makefile.in b/Makefile.in index 5d085c7b..338d1039 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 := liquid interaction 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)