From: Andre Noll Date: Sat, 1 Oct 2011 22:11:01 +0000 (+0200) Subject: Makefile: Remove unused variable man_pages_in. X-Git-Tag: v0.4.9~6^2 X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=commitdiff_plain;h=7652c049f40d0830c6e51dc92d1771a7aa0bc99c;ds=inline Makefile: Remove unused variable man_pages_in. This variable is defined but never used, so it is safe to remove it. --- diff --git a/Makefile.in b/Makefile.in index 36a1b2ee..23ceda47 100644 --- a/Makefile.in +++ b/Makefile.in @@ -66,7 +66,6 @@ CPPFLAGS += -I$(cmdline_dir) CPPFLAGS += @osl_cppflags@ man_pages := $(patsubst %, man/man1/%.1, @executables@) -man_pages_in := $(patsubst %, web/%.man.in.html, @executables@) ggo_dir := ggo object_dir := objects