]> git.tuebingen.mpg.de Git - paraslash.git/blobdiff - Makefile.in
paraslash 0.2.16
[paraslash.git] / Makefile.in
index 230c01177e35f07b23fd76d24fc8470b60cc6bb4..243bec4c3335950658291d7e3d1a01689f49f159 100644 (file)
@@ -15,8 +15,8 @@ system = $(shell uname -rs)
 cc_version = $(shell $(CC) --version | head -n 1)
 codename = neural discharge
 
-DEBUG_CPPFLAGS += -Wno-sign-compare -g -Wunused -Wundef -W
-DEBUG_CPPFLAGS += -Wredundant-decls
+#DEBUG_CPPFLAGS += -Wno-sign-compare -g -Wunused -Wundef -W
+#DEBUG_CPPFLAGS += -Wredundant-decls
 # produces false positives
 # DEBUG_CPPFLAGS += -Wunreachable-code
 # DEBUG_CPPFLAGS += -Wwrite-strings
@@ -260,7 +260,7 @@ maintainer-clean: distclean
        rm -f *_command_list.* *.man man/man1/* man/html/*
 
 
-install: all
+install: all man
        mkdir -p $(BINDIR) $(FONTDIR) $(PICDIR) $(MANDIR)
        $(install_sh) -s -m 755 $(BINARIES) $(BINDIR)
        $(install_sh) -m 644 $(FONTS) $(FONTDIR)