X-Git-Url: https://ncurses.scripts.mit.edu/?p=ncurses.git;a=blobdiff_plain;f=man%2FMakefile.in;h=d8ea0ea2352f47e5a9b2e5c2b9f80130e8bb8ce4;hp=f991b4bd84f9df7602a5e8d887b4ab6818098d73;hb=d448186ac240901c6976dc74c260f052d3ed53e4;hpb=f70db18a0c3c6a828d8a5999be37239f01c9d98a diff --git a/man/Makefile.in b/man/Makefile.in index f991b4bd..d8ea0ea2 100644 --- a/man/Makefile.in +++ b/man/Makefile.in @@ -1,6 +1,6 @@ -# $Id: Makefile.in,v 1.40 2006/12/24 20:16:32 tom Exp $ +# $Id: Makefile.in,v 1.44 2010/05/15 20:04:40 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"), # @@ -52,9 +52,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 +77,4 @@ clean: mostlyclean sh $(srcdir)/make_sed.sh @MANPAGE_RENAMES@ >../edit_man.sed distclean realclean: clean - rm -f Makefile ../edit_man.* ../man_alias.* + rm -f Makefile *-config.1 ../edit_man.* ../man_alias.*