X-Git-Url: http://ncurses.scripts.mit.edu/?p=ncurses.git;a=blobdiff_plain;f=man%2FMakefile.in;h=8f6b27126fa7e6f9838a38d3f0e74e08f38fff80;hp=478c3989f71dc8fe1dc6c1b4f81a1020ad5ca086;hb=6b99a559185b3b8fad80b56bc2070b08101c33d1;hpb=02f02dcd4464143580e783ae32c822d8eb8cdcbf diff --git a/man/Makefile.in b/man/Makefile.in index 478c3989..8f6b2712 100644 --- a/man/Makefile.in +++ b/man/Makefile.in @@ -1,6 +1,6 @@ -# $Id: Makefile.in,v 1.48 2015/08/05 23:15:41 tom Exp $ +# $Id: Makefile.in,v 1.49 2019/03/02 22:18:27 tom Exp $ ############################################################################## -# Copyright (c) 1998-2013,2015 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"), # @@ -68,8 +68,13 @@ uninstall uninstall.man : -$(SHELL) ../edit_man.sh normal removing $(EDITARGS) # We compose terminfo.5 from the real sources... -CAPLIST=$(srcdir)/../include/@TERMINFO_CAPS@ -terminfo.5: $(srcdir)/terminfo.head $(CAPLIST) $(srcdir)/terminfo.tail Makefile $(srcdir)/MKterminfo.sh +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 :