X-Git-Url: https://ncurses.scripts.mit.edu/?p=ncurses.git;a=blobdiff_plain;f=man%2FMakefile.in;h=82a67065c32277ca47c4c0d3fb674ada2e9480ae;hp=92fb9d30cdb93725ea322fc27b98cee7fc3c0966;hb=b0916ab669030bac5c8590c0d66e36e1b9b34e9b;hpb=a8987e73ec254703634802b4f7ee30d3a485524d diff --git a/man/Makefile.in b/man/Makefile.in index 92fb9d30..82a67065 100644 --- a/man/Makefile.in +++ b/man/Makefile.in @@ -1,6 +1,6 @@ -# $Id: Makefile.in,v 1.35 2003/12/20 18:41:10 tom Exp $ +# $Id: Makefile.in,v 1.45 2010/11/27 21:45:27 tom Exp $ ############################################################################## -# Copyright (c) 1998-2002,2003 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,6 +35,7 @@ # the top-level MANIFEST and any man/*.renames files! SHELL = /bin/sh +VPATH = @srcdir@ DESTDIR = @DESTDIR@ srcdir = @srcdir@ @@ -49,17 +50,18 @@ INSTALL_DATA = @INSTALL_DATA@ all \ sources : terminfo.5 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) + sh ../edit_man.sh normal installing $(EDITARGS) uninstall uninstall.man : - -sh ./edit_man.sh normal removing $(EDITARGS) + -sh ../edit_man.sh normal removing $(EDITARGS) # We compose terminfo.5 from the real sources... CAPLIST=$(srcdir)/../include/@TERMINFO_CAPS@ @@ -72,8 +74,8 @@ mostlyclean : clean: mostlyclean rm -f terminfo.5 -edit_man.sed : make_sed.sh @MANPAGE_RENAMES@ - sh $srcdir/make_sed.sh @MANPAGE_RENAMES@ >edit_man.sed +../edit_man.sed : make_sed.sh @MANPAGE_RENAMES@ + 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.*