X-Git-Url: https://ncurses.scripts.mit.edu/?p=ncurses.git;a=blobdiff_plain;f=man%2FMakefile.in;h=9b8c4dde3208aa21586e629e089de0ce44a78dc9;hp=8a24d843a2426243460d87eca6d12942b87129dc;hb=d2650934c6f7223556f59cfb45dfc904018ee9d9;hpb=55ccd2b959766810cf7db8d1c4462f338ce0afc8 diff --git a/man/Makefile.in b/man/Makefile.in index 8a24d843..9b8c4dde 100644 --- a/man/Makefile.in +++ b/man/Makefile.in @@ -1,6 +1,6 @@ -# $Id: Makefile.in,v 1.39 2005/07/16 17:26:45 tom Exp $ +# $Id: Makefile.in,v 1.46 2012/08/11 21:31:56 tom Exp $ ############################################################################## -# Copyright (c) 1998-2003,2005 Free Software Foundation, Inc. # +# Copyright (c) 1998-2007,2010 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"), # @@ -35,11 +35,13 @@ # the top-level MANIFEST and any man/*.renames files! SHELL = /bin/sh +VPATH = @srcdir@ DESTDIR = @DESTDIR@ srcdir = @srcdir@ prefix = @prefix@ exec_prefix = @exec_prefix@ +datarootdir = @datarootdir@ datadir = @datadir@ mandir = @mandir@ @@ -52,9 +54,9 @@ depend : tags : $(DESTDIR)$(mandir) : - sh $(srcdir)/../mkinstalldirs $@ + mkdir -p $@ -EDITARGS = $(DESTDIR)$(mandir) $(srcdir) terminfo.5 $(srcdir)/*.[0-9]* +EDITARGS = $(DESTDIR)$(mandir) $(srcdir) terminfo.5 *-config.1 $(srcdir)/*.[0-9]* install install.man : terminfo.5 $(DESTDIR)$(mandir) sh ../edit_man.sh normal installing $(EDITARGS) @@ -77,4 +79,4 @@ clean: mostlyclean sh $(srcdir)/make_sed.sh @MANPAGE_RENAMES@ >../edit_man.sed distclean realclean: clean - rm -f Makefile ../edit_man.* + rm -f Makefile *-config.1 ../edit_man.* ../man_alias.*