]> ncurses.scripts.mit.edu Git - ncurses.git/blobdiff - man/Makefile.in
ncurses 6.0 - patch 20170318
[ncurses.git] / man / Makefile.in
index a43bc25dee8b0437e9983b42e1f6bf004d7b17c6..478c3989f71dc8fe1dc6c1b4f81a1020ad5ca086 100644 (file)
@@ -1,6 +1,6 @@
-# $Id: Makefile.in,v 1.26 2000/04/01 22:15:22 tom Exp $
+# $Id: Makefile.in,v 1.48 2015/08/05 23:15:41 tom Exp $
 ##############################################################################
-# Copyright (c) 1998 Free Software Foundation, Inc.                          #
+# Copyright (c) 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"), #
 # authorization.                                                             #
 ##############################################################################
 #
-# Author: Thomas E. Dickey <dickey@clark.net> 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@
 
-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)
+       $(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
+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
+       $(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.*