X-Git-Url: https://ncurses.scripts.mit.edu/?p=ncurses.git;a=blobdiff_plain;f=Ada95%2Fdoc%2FMakefile.in;h=bde5c6112f5140d2670c8d314c3c872a5b264c61;hp=3ef39000e7ba1a58c610683e49f5bf60263e35e6;hb=4546e76f7d630a849ac9e17deda7bee36919f800;hpb=1b93a8aeaacc07de6d2aa08e658402b54446f064;ds=sidebyside diff --git a/Ada95/doc/Makefile.in b/Ada95/doc/Makefile.in index 3ef39000..bde5c611 100644 --- a/Ada95/doc/Makefile.in +++ b/Ada95/doc/Makefile.in @@ -1,6 +1,6 @@ -# $Id: Makefile.in,v 1.7 2020/02/02 23:34:34 tom Exp $ +# $Id: Makefile.in,v 1.8 2021/01/23 20:42:08 tom Exp $ ############################################################################## -# Copyright 2019,2020 Thomas E. Dickey # +# 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 # @@ -69,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)