X-Git-Url: https://ncurses.scripts.mit.edu/?p=ncurses.git;a=blobdiff_plain;f=man%2FMakefile.in;h=ad40bc53a2c2c333f23c058c66dce9c4642e4d63;hp=a43bc25dee8b0437e9983b42e1f6bf004d7b17c6;hb=67ab4b308e932639a3a832052228d445c41c54b4;hpb=b1f61d9f3aa244512045a6b02e759825d7049d34 diff --git a/man/Makefile.in b/man/Makefile.in index a43bc25d..ad40bc53 100644 --- a/man/Makefile.in +++ b/man/Makefile.in @@ -1,6 +1,6 @@ -# $Id: Makefile.in,v 1.26 2000/04/01 22:15:22 tom Exp $ +# $Id: Makefile.in,v 1.47 2013/08/04 20:23:20 tom Exp $ ############################################################################## -# Copyright (c) 1998 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"), # @@ -27,7 +27,7 @@ # authorization. # ############################################################################## # -# Author: Thomas E. Dickey 1996,1997 +# Author: Thomas E. Dickey 1996,1997 # # Makefile for ncurses manual pages. # @@ -35,43 +35,51 @@ # the top-level MANIFEST and any man/*.renames files! SHELL = /bin/sh +VPATH = @srcdir@ -INSTALL_PREFIX = @INSTALL_PREFIX@ +DESTDIR = @DESTDIR@ srcdir = @srcdir@ prefix = @prefix@ exec_prefix = @exec_prefix@ +datarootdir = @datarootdir@ datadir = @datadir@ mandir = @mandir@ +includesubdir = @includesubdir@ -ticdir = $(datadir)/terminfo +INCLUDEDIR = $(DESTDIR)$(includedir)$(includesubdir) INSTALL = @INSTALL@ INSTALL_DATA = @INSTALL_DATA@ all \ -sources: terminfo.5 +sources : terminfo.5 +depend : +tags : -$(INSTALL_PREFIX)$(mandir) : - $(srcdir)/../mkinstalldirs $@ +$(DESTDIR)$(mandir) : + mkdir -p $@ -EDITARGS = $(INSTALL_PREFIX)$(mandir) $(srcdir) terminfo.5 $(srcdir)/*.[0-9]* +EDITARGS = $(DESTDIR)$(mandir) $(srcdir) terminfo.5 *-config.1 $(srcdir)/*.[0-9]* -install install.man : terminfo.5 $(INSTALL_PREFIX)$(mandir) - sh ./edit_man.sh installing $(EDITARGS) +install install.man : terminfo.5 $(DESTDIR)$(mandir) + sh ../edit_man.sh normal installing $(EDITARGS) uninstall uninstall.man : - -sh ./edit_man.sh removing $(EDITARGS) + -sh ../edit_man.sh normal removing $(EDITARGS) # We compose terminfo.5 from the real sources... -CAPLIST=$(srcdir)/../include/Caps +CAPLIST=$(srcdir)/../include/@TERMINFO_CAPS@ terminfo.5: $(srcdir)/terminfo.head $(CAPLIST) $(srcdir)/terminfo.tail Makefile $(srcdir)/MKterminfo.sh sh $(srcdir)/MKterminfo.sh $(srcdir)/terminfo.head $(CAPLIST) $(srcdir)/terminfo.tail >terminfo.5 mostlyclean : - -rm -f core tags TAGS *~ *.ln *.atac trace + -rm -f core tags TAGS *~ *.bak *.ln *.atac trace clean: mostlyclean rm -f terminfo.5 +../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.*