Makefile: Remove unused variable man_pages_in.
authorAndre Noll <maan@systemlinux.org>
Sat, 1 Oct 2011 22:11:01 +0000 (00:11 +0200)
committerAndre Noll <maan@systemlinux.org>
Tue, 18 Oct 2011 17:27:57 +0000 (19:27 +0200)
This variable is defined but never used, so it is safe to remove it.

Makefile.in

index 36a1b2ee63e0721aab7050e0ad49278c8fc7d8a8..23ceda47a1db0cb2460c2656c4bcbd89cdbbd165 100644 (file)
@@ -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