Received: from malur.postgresql.org ([217.196.149.56]) by arkaria.postgresql.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_CBC_SHA384:256) (Exim 4.89) (envelope-from ) id 1gDTaF-0002vz-Es for pgsql-docs@arkaria.postgresql.org; Fri, 19 Oct 2018 12:08:51 +0000 Received: from localhost ([127.0.0.1] helo=malur.postgresql.org) by malur.postgresql.org with esmtp (Exim 4.89) (envelope-from ) id 1gDTY6-0005CH-PE for pgsql-docs@arkaria.postgresql.org; Fri, 19 Oct 2018 12:06:38 +0000 Received: from magus.postgresql.org ([2a02:c0:301:0:ffff::29]) by malur.postgresql.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_CBC_SHA384:256) (Exim 4.89) (envelope-from ) id 1gDTY6-0005CA-HO for pgsql-docs@lists.postgresql.org; Fri, 19 Oct 2018 12:06:38 +0000 Received: from mail-io1-xd2c.google.com ([2607:f8b0:4864:20::d2c]) by magus.postgresql.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_CBC_SHA1:256) (Exim 4.89) (envelope-from ) id 1gDTY3-00058w-TK for pgsql-docs@lists.postgresql.org; Fri, 19 Oct 2018 12:06:37 +0000 Received: by mail-io1-xd2c.google.com with SMTP id s6-v6so12258369ioa.11 for ; Fri, 19 Oct 2018 05:06:35 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:from:date:message-id:subject:to; bh=UDcAinVwEvC4AL0TwyveEh2P32O5j/txsHIiFDHdfrg=; b=B6KOHx9KpbTUy9aJHZMlcqV7oA5KdTHJJ3G4VQIhYCzq6kEOpxMG8M3yG2LZrMF5kk Sq2EaD+xFY6i3CCHxOWInwtiP3wO0dKJNsTILMHFWXC4i2TNraqtLT3VQkAhMgoLBlQp OwS2KzjOSiQxCg4O78pq6yJj/DFOuBUGJEr2cOiLG3JjePSmN/U0nqr+e5x3+k3MwWKi pveEWLYTKmpWQXOvxSvqtbTk/4iVkTknvtZg2kHsZCv5pnYnmXS28x2SDr9cn1RqZ3ae 9T+hfiAj6ZcgFk7BV0c+GUOfit6MlD60EuJAv8tDFuYOgyZPcoTubb4OowSFbh+KC+5z eyBA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:from:date:message-id:subject:to; bh=UDcAinVwEvC4AL0TwyveEh2P32O5j/txsHIiFDHdfrg=; b=KCUs1tBBUer7wGhAAn8dghCxbK0QWsk83JBB0bUMA+YoT/60zAYL296e9naJY5M5CW DAemZwToBP1v1MXIBYhJMJVkERbbqiyQTw1X3qF26r8gaIyiNw8rlHolrfW+NtRWKKbe Cey4rid4VqAFvbghELTbBlQLA5gzLXYXmfQG/88P6yjtcPMvro8G6ZmgAENr7PZppcIr d/sqzlB/FWNL4nL3IWp2LiELzY5IdtcC6Yj8pJ6inKZKrOfFumlu9pV23iijDJctLBaj lcgKVYJHFIOnqqfh7DZT1RcIPB7OPkHp/Lj+yxPWErO19C+htHs4aRImgCeewBrCxeMC hfRQ== X-Gm-Message-State: AGRZ1gIkQyot9ivHPeFa/4muu61ZNXTjegsTlIu2BRT3x3q1osGpaZis 1KCx+Ez7LklOrJus0QbUkMMKrlgVFisbVlRLTBv9/A== X-Google-Smtp-Source: AJdET5cq/+vVarhcr21EEsTUFnaBZUrkOH2oP9VnBN7f4hxVx345CdcxnX5icNMLUUubuuLCHWfEvEKyoRMlPb+fDh4= X-Received: by 2002:a6b:b8c6:: with SMTP id i189-v6mr717382iof.134.1539950791491; Fri, 19 Oct 2018 05:06:31 -0700 (PDT) MIME-Version: 1.0 Received: by 2002:a02:499c:0:0:0:0:0 with HTTP; Fri, 19 Oct 2018 05:06:30 -0700 (PDT) From: GPT Date: Fri, 19 Oct 2018 14:06:30 +0200 Message-ID: Subject: Doc creation failed (v10.5 & 11) To: pgsql-docs@lists.postgresql.org Content-Type: text/plain; charset="UTF-8" List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Precedence: bulk Hi, I have followed the following steps but I have failed to create the doc for PG11. cd .../postgresql-11 ./configure cd ../postgresql-11/doc/src/sgml make check I get the following error: make: *** No rule to make target '/configure', needed by 'version.sgml'. Stop. Any advice. Tia