X-Git-Url: https://ncurses.scripts.mit.edu/?p=ncurses.git;a=blobdiff_plain;f=man%2FMakefile.in;h=8f6b27126fa7e6f9838a38d3f0e74e08f38fff80;hp=0d7648acd7ae0352475404f9a8cf3ee42412bb15;hb=97cb42f22c43eb31a4bf11475bd73ab0e0b10923;hpb=c633e5103a29a38532cf1925257b91cea33fd090;ds=sidebyside diff --git a/man/Makefile.in b/man/Makefile.in index 0d7648ac..8f6b2712 100644 --- a/man/Makefile.in +++ b/man/Makefile.in @@ -1,6 +1,6 @@ -# $Id: Makefile.in,v 1.28 2000/08/19 19:15:44 tom Exp $ +# $Id: Makefile.in,v 1.49 2019/03/02 22:18:27 tom Exp $ ############################################################################## -# Copyright (c) 1998,2000 Free Software Foundation, Inc. # +# Copyright (c) 1998-2015,2019 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,49 +27,64 @@ # authorization. # ############################################################################## # -# Author: Thomas E. Dickey 1996,1997 +# Author: Thomas E. Dickey 1996,1997 # # Makefile for ncurses manual pages. # # NOTE: When you add or rename a man page, make sure you update both # the top-level MANIFEST and any man/*.renames files! -SHELL = /bin/sh +SHELL = @SHELL@ +VPATH = @srcdir@ DESTDIR = @DESTDIR@ srcdir = @srcdir@ prefix = @prefix@ exec_prefix = @exec_prefix@ +datarootdir = @datarootdir@ datadir = @datadir@ mandir = @mandir@ +includesubdir = @includesubdir@ + +INCLUDEDIR = $(DESTDIR)$(includedir)$(includesubdir) INSTALL = @INSTALL@ INSTALL_DATA = @INSTALL_DATA@ all \ -sources: terminfo.5 +sources : terminfo.5 +depend : +tags : $(DESTDIR)$(mandir) : - $(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 installing $(EDITARGS) + $(SHELL) ../edit_man.sh normal installing $(EDITARGS) uninstall uninstall.man : - -sh ./edit_man.sh removing $(EDITARGS) + -$(SHELL) ../edit_man.sh normal removing $(EDITARGS) # We compose terminfo.5 from the real sources... -CAPLIST=$(srcdir)/../include/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 +CAPLIST = \ + $(srcdir)/../include/@TERMINFO_CAPS@ \ + $(srcdir)/../include/Caps-ncurses +terminfo.5: $(srcdir)/terminfo.head \ + $(CAPLIST) \ + $(srcdir)/terminfo.tail \ + Makefile $(srcdir)/MKterminfo.sh + $(SHELL) $(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@ + $(SHELL) $(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.*