Received: from mail-il1-f174.google.com (mail-il1-f174.google.com [209.85.166.174]) by nld3-dev1.alpinelinux.org (Postfix) with ESMTPS id CCED378105F for <~alpine/aports@lists.alpinelinux.org>; Tue, 18 Feb 2020 18:30:23 +0000 (UTC) Received: by mail-il1-f174.google.com with SMTP id g12so18220569ild.2 for <~alpine/aports@lists.alpinelinux.org>; Tue, 18 Feb 2020 10:30:23 -0800 (PST) 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=p3Y763bTX6j7OqgmbWLP6HAFRke4wAGS3sYMsLsGAfE=; b=flyXNnIw3la0MP4sX8O8jvAI0ic5uU5oOCjf2RppSZMfK7RepJKdU8oaxxypvB7bWj /AgB4Iq5/P9eHIwHap2UNk9KZk5bLqR3qGdG5o9N8n7XvMr2a9h5YviGk2oRKnxXFGCZ bZDtWSXZUL+pKJDP9a3gHk1uQgB+9hn+S1t/LdqeenGDREjXBf702TLGZxAvn8PASXA1 v7mXexKLIzRYNQay7xTwECA0EMQlGRYJlzJAuCvNPkcr3a7SCy5SAeXYZCaojCIC1SxD F26ytFQmHToBgePY4EfWiRA7tJoywh30Wpxkld1yzNv1o8UG4Bcze043VDXz0MqKpPja Wx1A== 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=p3Y763bTX6j7OqgmbWLP6HAFRke4wAGS3sYMsLsGAfE=; b=I0aZAyaQp6VIVi6iDOiHf5H/63+/WQ5ImdOZfyyN3Q8F3pwcaH9nqvWFjDrtqgx8WB csBc1se4BKtSsRb8oZ4xf8Jk5odgo3Ys/IRkw4Z5Da/vdZTXsfR8Mxr82bvkIq3fKrgk OcKXnMfiFA/gFSX2fVD6eSmhxuQTyq1SLz7+G2Ra4lAY3XyAMNC74LQVxXVgVf0BhsnO kvIxnL+P8p7/IZNeFmxIqHrHYDIu6QDGrYLif3Fan/ipHdP+GUU1e3miJ2VnRMa/7hHk rnwYoJiOu2hk0SZ2hAt3+CLGCcnMS3Bww/kRnOt2OKzO95o9FPTWv8PrGwQf6ykfXQno ECpg== X-Gm-Message-State: APjAAAUiOm1ZIbEsKHg4S1gfCcw7Fgdu5dyMswQ5XNK3xcazoOtW9Y9I P6hNU/kLfkScM5dZYeWYF5/kfD1vH0wmtT7I6XLs00l/fS/KGQ== X-Google-Smtp-Source: APXvYqw0Cc7FmXzDkdJlqbJG4MVrd5mYFKsI1w5qbO1GVmAsg/nTUylPXynYpMTh80qcUJsvXSjDUDSxljgcP7P9aMM= X-Received: by 2002:a05:6e02:df2:: with SMTP id m18mr20050612ilj.56.1582050622389; Tue, 18 Feb 2020 10:30:22 -0800 (PST) MIME-Version: 1.0 From: Kamil Becmer Date: Tue, 18 Feb 2020 19:30:12 +0100 Message-ID: Subject: Should I use texlive-full in makedepends? To: ~alpine/aports@lists.alpinelinux.org Content-Type: text/plain; charset="UTF-8" Hi All, I'm working on a package for the simavr. I have fixed build-tests against musl-libc, tested the binaries and so on, so it's almost completed. But I have some problem with building docs. It needs the texlive-full (maybe not full, but more than just texlive for sure) package to build manual pdf. Besides that there is no any other documentation provided. What I should do? Build the pdf with texlive-full or just ignore the docs? Here's the simavr repo: https://github.com/buserror/simavr Regards, Kamil Becmer