From 7048109c0a2840957421588219d5a82eeda2d780 Mon Sep 17 00:00:00 2001 From: Cem Keylan Date: Mon, 21 Sep 2020 22:24:54 +0300 Subject: update --- src/docs/Repository-Conventions.html | 27 ++++++++++++++++++++++++--- 1 file changed, 24 insertions(+), 3 deletions(-) (limited to 'src/docs/Repository-Conventions.html') diff --git a/src/docs/Repository-Conventions.html b/src/docs/Repository-Conventions.html index bb276dc..b102652 100644 --- a/src/docs/Repository-Conventions.html +++ b/src/docs/Repository-Conventions.html @@ -2,7 +2,12 @@ +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." --> @@ -14,6 +19,7 @@ Licensed under Gnu Free Documentation License. --> + @@ -42,7 +48,7 @@ ul.no-bullet {list-style: none}

-Previous: , Up: Conventions  

+Previous: , Up: Conventions   [Contents]


3.1.3 Repository Conventions – 20

@@ -98,6 +104,8 @@ with #!/bin/sh -e. ensure stylistic consistency. Note that the option configurations shouldn’t be taken literally, they are meant as examples.

+ +

[2210] Make

@@ -107,6 +115,8 @@ make make DESTDIR="$1" PREFIX=/usr install
+ +

[2211] Configure/Make

@@ -122,6 +132,7 @@ make DESTDIR="$1" install
+

[2212] Autoconf/Automake

See 2020 @@ -140,6 +151,8 @@ make make DESTDIR="$1" install + +

[2220] Meson

@@ -157,6 +170,8 @@ ninja -C output ninja -C output install
+ +

[2230] Cmake

@@ -173,6 +188,8 @@ cmake --build build cmake --install build
+ +

[2240] Go

@@ -186,6 +203,8 @@ go build install -Dm755 program "$1/usr/bin/program"
+ +

[2241] Python

@@ -195,10 +214,12 @@ python setup.py build python setup.py install --prefix=/usr --root="$1"
+ +

-Previous: , Up: Conventions  

+Previous: , Up: Conventions   [Contents]

-- cgit v1.2.3