From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 130248 invoked by alias); 28 Oct 2017 17:15:41 -0000 Mailing-List: contact kawa-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: kawa-owner@sourceware.org Received: (qmail 130190 invoked by uid 89); 28 Oct 2017 17:15:41 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-0.1 required=5.0 tests=AWL,BAYES_00,KAM_LAZY_DOMAIN_SECURITY,RCVD_IN_DNSWL_LOW,URIBL_BLACK autolearn=no version=3.3.2 spammy=H*F:D*be, H*Ad:U*kawa, Hx-languages-length:1353, public_html X-HELO: maximusconfessor.all2all.org Received: from maximusconfessor.all2all.org (HELO maximusconfessor.all2all.org) (79.99.200.102) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Sat, 28 Oct 2017 17:15:40 +0000 Received: from localhost (unknown [192.168.0.2]) by maximusconfessor.all2all.org (Postfix) with ESMTP id 3CC7FA04C145 for ; Sat, 28 Oct 2017 19:15:38 +0200 (CEST) Received: from maximusconfessor.all2all.org ([192.168.0.1]) by localhost (maximusconfessor.all2all.org [192.168.0.2]) (amavisd-new, port 10024) with ESMTP id HIWDsR1sj3QB for ; Sat, 28 Oct 2017 19:15:34 +0200 (CEST) Received: from capac (unknown [179.210.16.71]) by maximusconfessor.all2all.org (Postfix) with ESMTPSA id 9BD6FA04C143 for ; Sat, 28 Oct 2017 19:15:33 +0200 (CEST) Date: Sat, 28 Oct 2017 17:15:00 -0000 From: David Pirotte To: Kawa mailing list Subject: make install-html does not honor --prefix Message-ID: <20171028151522.4674bfc4@capac> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha512; boundary="Sig_/zrJBmjk0qmRJf5nWYXZu6q+"; protocol="application/pgp-signature" X-IsSubscribed: yes X-SW-Source: 2017-q4/txt/msg00021.txt.bz2 --Sig_/zrJBmjk0qmRJf5nWYXZu6q+ Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Content-length: 1338 Hello, Nothing important, since I could build the doc in the tree using makeinfo a= nd copy it where expected, but from the git repo, ./autogen.sh ./configure --prefix=3D/opt2 make make check make install all fine, but make install-html tries to install in $HOME/Kawa/api instead of $prefix/share/doc/kawa/kawa.html/ ['kawa', not 'Kawa' and [although probably almost complete] fails with en error [1] Cheers, David [1] ... Generating /home/david/Kawa/api/overview-summary.html... Generating /home/david/Kawa/api/help-doc.html... 102 warnings cp ./COPYING $HOME/Kawa/api/COPYING cd doc; make install-html HTML_HOME=3D"$HOME/public_html" make[1]: Entering directory '/usr/local/src/kawa/git/doc' mkdir /home/david/public_html/kawa mkdir: cannot create directory =E2=80=98/home/david/public_html/kawa=E2=80= =99: No such file or directory Makefile:858: recipe for target 'install-html' failed make[1]: [install-html] Error 1 (ignored) cp /home/david/public_html/kawa/ cp: missing destination file operand after '/home/david/public_html/kawa/' Try 'cp --help' for more information. Makefile:858: recipe for target 'install-html' failed make[1]: *** [install-html] Error 1 make[1]: Leaving directory '/usr/local/src/kawa/git/doc' Makefile:1989: recipe for target 'install-html' failed make: *** [install-html] Error 2 --Sig_/zrJBmjk0qmRJf5nWYXZu6q+ Content-Type: application/pgp-signature Content-Description: OpenPGP digital signature Content-length: 488 -----BEGIN PGP SIGNATURE----- iQEzBAEBCgAdFiEEhCJlRZtBM3furJHe83T9k6MFetcFAln0uyoACgkQ83T9k6MF etermAf9E1iUfNGK2HWBc4HKX+JvuIwdovLCEqBB647NRgLimh7/G8wp2/ZQZ6sl H90PkNjNOEFR6L4eJIvG5ahVErKD4sD6PfO8uVZ+zDNQQTYdwQDp0nUFY7vtmQ8a KRos+4H6h46YJZYe7EOnnUmOMGU3840CMyFYfgb6Iz0eWcAiLUZp4dKBI1S07lVe TSMqHWZLF8veXLxx2uJzKJAhqJVdLuXEHIM/4fcqbUZ9TiFSJrFn12v2Nfsx076l +Kr5p+2w9Cn242H5eAvVvNLPzoLj5PKsPLZtpgnEcpZ77tfg4km7CATr0JBX5j0V gbielk25PBD+Zk1bRcV9lLXVXTnp+Q== =rAAO -----END PGP SIGNATURE----- --Sig_/zrJBmjk0qmRJf5nWYXZu6q+--