]> ncurses.scripts.mit.edu Git - ncurses.git/blobdiff - Ada95/doc/Makefile.in
ncurses 6.2 - patch 20210403
[ncurses.git] / Ada95 / doc / Makefile.in
index c9d6da6becfba54e604c487a5818fe8ca8b1dbc2..bde5c6112f5140d2670c8d314c3c872a5b264c61 100644 (file)
@@ -1,6 +1,7 @@
-# $Id: Makefile.in,v 1.6 2019/09/07 20:21:52 tom Exp $
+# $Id: Makefile.in,v 1.8 2021/01/23 20:42:08 tom Exp $
 ##############################################################################
-# Copyright (c) 2011-2018,2019 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"), #
@@ -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)