diff options
Diffstat (limited to 'docs/docs/Repository-Conventions.html')
-rw-r--r-- | docs/docs/Repository-Conventions.html | 27 |
1 files changed, 24 insertions, 3 deletions
diff --git a/docs/docs/Repository-Conventions.html b/docs/docs/Repository-Conventions.html index bb276dc..b102652 100644 --- a/docs/docs/Repository-Conventions.html +++ b/docs/docs/Repository-Conventions.html @@ -2,7 +2,12 @@ <html> <!-- Copyright (C) 2020 Cem Keylan -Licensed under Gnu Free Documentation License. --> +Permission is granted to copy, distribute and/or modify this document +under the terms of the GNU Free Documentation License, Version 1.3 or +any later version published by the Free Software Foundation; with no +Invariant Sections, with no Front-Cover Texts and no Back-Cover Texts. +A copy of the license is included in the section entitled "GNU Free +Documentation License." --> <!-- Created by GNU Texinfo 6.7, http://www.gnu.org/software/texinfo/ --> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> @@ -14,6 +19,7 @@ Licensed under Gnu Free Documentation License. --> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> <link href="index.html" rel="start" title="Top"> +<link href="index.html#SEC_Contents" rel="contents" title="Table of Contents"> <link href="Conventions.html" rel="up" title="Conventions"> <link href="Sending-Git-mails.html" rel="next" title="Sending Git mails"> <link href="Shell-Conventions.html" rel="prev" title="Shell Conventions"> @@ -42,7 +48,7 @@ ul.no-bullet {list-style: none} <body lang="en"> <span id="Repository-Conventions"></span><div class="header"> <p> -Previous: <a href="Shell-Conventions.html" accesskey="p" rel="prev">Shell Conventions</a>, Up: <a href="Conventions.html" accesskey="u" rel="up">Conventions</a> </p> +Previous: <a href="Shell-Conventions.html" accesskey="p" rel="prev">Shell Conventions</a>, Up: <a href="Conventions.html" accesskey="u" rel="up">Conventions</a> [<a href="index.html#SEC_Contents" title="Table of contents" rel="contents">Contents</a>]</p> </div> <hr> <span id="Repository-Conventions-_002d_002d-20"></span><h4 class="subsection">3.1.3 Repository Conventions – 20</h4> @@ -98,6 +104,8 @@ with <code>#!/bin/sh -e</code>. ensure stylistic consistency. Note that the option configurations shouldn’t be taken literally, they are meant as examples. </p> + + <p><strong>[<span id="g_t2210"></span>2210] Make</strong> </p> <div class="example"> @@ -107,6 +115,8 @@ make make DESTDIR="$1" PREFIX=/usr install </pre></div> + + <p><strong>[<span id="g_t2211"></span>2211] Configure/Make</strong> </p> <div class="example"> @@ -122,6 +132,7 @@ make DESTDIR="$1" install </pre></div> + <p><strong>[<span id="g_t2212"></span>2212] Autoconf/Automake</strong> </p> <p>See <a href="#g_t2020">2020</a> @@ -140,6 +151,8 @@ make make DESTDIR="$1" install </pre></div> + + <p><strong>[<span id="g_t2220"></span>2220] Meson</strong> </p> <div class="example"> @@ -157,6 +170,8 @@ ninja -C output ninja -C output install </pre></div> + + <p><strong>[<span id="g_t2230"></span>2230] Cmake</strong> </p> <div class="example"> @@ -173,6 +188,8 @@ cmake --build build cmake --install build </pre></div> + + <p><strong>[<span id="g_t2240"></span>2240] Go</strong> </p> <div class="example"> @@ -186,6 +203,8 @@ go build install -Dm755 program "$1/usr/bin/program" </pre></div> + + <p><strong>[<span id="g_t2241"></span>2241] Python</strong> </p> <div class="example"> @@ -195,10 +214,12 @@ python setup.py build python setup.py install --prefix=/usr --root="$1" </pre></div> + + <hr> <div class="header"> <p> -Previous: <a href="Shell-Conventions.html" accesskey="p" rel="prev">Shell Conventions</a>, Up: <a href="Conventions.html" accesskey="u" rel="up">Conventions</a> </p> +Previous: <a href="Shell-Conventions.html" accesskey="p" rel="prev">Shell Conventions</a>, Up: <a href="Conventions.html" accesskey="u" rel="up">Conventions</a> [<a href="index.html#SEC_Contents" title="Table of contents" rel="contents">Contents</a>]</p> </div> |