X-Git-Url: https://ncurses.scripts.mit.edu/?p=ncurses.git;a=blobdiff_plain;f=man%2FMakefile.in;h=f379db1224ed62845a590792420c0bc4fe07d19c;hp=478c3989f71dc8fe1dc6c1b4f81a1020ad5ca086;hb=14d46fadc442db9df4567357cda396235418120e;hpb=02f02dcd4464143580e783ae32c822d8eb8cdcbf diff --git a/man/Makefile.in b/man/Makefile.in index 478c3989..f379db12 100644 --- a/man/Makefile.in +++ b/man/Makefile.in @@ -1,6 +1,7 @@ -# $Id: Makefile.in,v 1.48 2015/08/05 23:15:41 tom Exp $ +# $Id: Makefile.in,v 1.50 2020/02/02 23:34:34 tom Exp $ ############################################################################## -# Copyright (c) 1998-2013,2015 Free Software Foundation, Inc. # +# Copyright 2019,2020 Thomas E. Dickey # +# Copyright 1998-2013,2015 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 +69,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 :