X-Git-Url: https://ncurses.scripts.mit.edu/?p=ncurses.git;a=blobdiff_plain;f=man%2FMakefile.in;h=ad40bc53a2c2c333f23c058c66dce9c4642e4d63;hp=9b8c4dde3208aa21586e629e089de0ce44a78dc9;hb=63e3cafac136d773331dee15633f1c9ef08c5493;hpb=d2650934c6f7223556f59cfb45dfc904018ee9d9 diff --git a/man/Makefile.in b/man/Makefile.in index 9b8c4dde..ad40bc53 100644 --- a/man/Makefile.in +++ b/man/Makefile.in @@ -1,6 +1,6 @@ -# $Id: Makefile.in,v 1.46 2012/08/11 21:31:56 tom Exp $ +# $Id: Makefile.in,v 1.47 2013/08/04 20:23:20 tom Exp $ ############################################################################## -# Copyright (c) 1998-2007,2010 Free Software Foundation, Inc. # +# Copyright (c) 1998-2010,2013 Free Software Foundation, Inc. # # # # Permission is hereby granted, free of charge, to any person obtaining a # # copy of this software and associated documentation files (the "Software"), # @@ -44,6 +44,9 @@ exec_prefix = @exec_prefix@ datarootdir = @datarootdir@ datadir = @datadir@ mandir = @mandir@ +includesubdir = @includesubdir@ + +INCLUDEDIR = $(DESTDIR)$(includedir)$(includesubdir) INSTALL = @INSTALL@ INSTALL_DATA = @INSTALL_DATA@