X-Git-Url: https://ncurses.scripts.mit.edu/?p=ncurses.git;a=blobdiff_plain;f=Ada95%2Fdoc%2FMakefile.in;h=bde5c6112f5140d2670c8d314c3c872a5b264c61;hp=d3bdbf88e601e15e366faa8c0e67d18e3463542b;hb=a50b059f71e787a32e396c0e5b40cee4230c997e;hpb=e33150410925e7858dacebb585a9bd90db683d86;ds=sidebyside diff --git a/Ada95/doc/Makefile.in b/Ada95/doc/Makefile.in index d3bdbf88..bde5c611 100644 --- a/Ada95/doc/Makefile.in +++ b/Ada95/doc/Makefile.in @@ -1,6 +1,7 @@ -# $Id: Makefile.in,v 1.5 2018/01/15 22:12:59 tom Exp $ +# $Id: Makefile.in,v 1.8 2021/01/23 20:42:08 tom Exp $ ############################################################################## -# Copyright (c) 2011-2015,2018 Free Software Foundation, Inc. # +# Copyright 2019-2020,2021 Thomas E. Dickey # +# Copyright 2011-2015,2018 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"), # @@ -47,7 +48,7 @@ INSTALL_DATA = @INSTALL_DATA@ DFT_ARG_SUFFIX = @DFT_ARG_SUFFIX@ -THIS = AdaCurses +THIS = @ADA_LIBNAME@ DOCDIR = $(DESTDIR)$(datadir)/doc/$(THIS) MANDIR = $(DESTDIR)$(mandir)/man1 @@ -68,7 +69,7 @@ uninstall uninstall.man : # HTML documentation is optional, usually in a separate package. install.html : $(DOCDIR) - cd $(srcdir) && tar -cf - *.htm* ada | tar -C $(DOCDIR) -xf - + ( cd $(srcdir) && tar -cf - *.htm* ada | tar -C $(DOCDIR) -xf - ) uninstall.html : -rm -rf $(DOCDIR)