bitreich-style, branch HEADStyle guide for programmers.
a9d1a41e65352022f88865d209269def599793462021-08-22T19:39:16Z2021-08-22T19:39:16ZAdd MVP principle to bitreich style.Christoph Lohmann20h@r-36.netcommit a9d1a41e65352022f88865d209269def59979346
parent f428b125ec23c9c03c88380e2ecde62c04a943bf
Author: Christoph Lohmann <20h@r-36.net>
Date: Sun, 22 Aug 2021 21:39:16 +0200
Add MVP principle to bitreich style.
f428b125ec23c9c03c88380e2ecde62c04a943bf2021-07-13T21:40:15Z2021-07-14T17:18:34ZFix a few things in Makefile guidelinesQuentin Rameauquinq@fifth.spacecommit f428b125ec23c9c03c88380e2ecde62c04a943bf
parent 9753b870ed2a7e43799d1207e7a91d5828ebdb19
Author: Quentin Rameau <quinq@fifth.space>
Date: Tue, 13 Jul 2021 23:40:15 +0200
Fix a few things in Makefile guidelines
- internal macros are only allowed in target command lines
- there's no need to specify -o with -c as the default is to use the
same name as the source
Signed-off-by: Christoph Lohmann <20h@r-36.net>
9753b870ed2a7e43799d1207e7a91d5828ebdb192020-11-04T13:32:59Z2020-11-04T14:59:14Zmakefile-guideline.txt: set 644 permissions for installed documentation filesAnders Damsgaardanders@adamsgaard.dkcommit 9753b870ed2a7e43799d1207e7a91d5828ebdb19
parent ffb593e6770d133502e54454b2e6d026baab8f26
Author: Anders Damsgaard <anders@adamsgaard.dk>
Date: Wed, 4 Nov 2020 14:32:59 +0100
makefile-guideline.txt: set 644 permissions for installed documentation files
also increment all following line numbers :-(
ffb593e6770d133502e54454b2e6d026baab8f262020-11-04T13:23:49Z2020-11-04T14:59:11Zmakefile-guildeline.txt: loop over documentation files upon uninstallAnders Damsgaardanders@adamsgaard.dkcommit ffb593e6770d133502e54454b2e6d026baab8f26
parent f7995ee053d259bd50ee3776f50949391ebecf8d
Author: Anders Damsgaard <anders@adamsgaard.dk>
Date: Wed, 4 Nov 2020 14:23:49 +0100
makefile-guildeline.txt: loop over documentation files upon uninstall
f7995ee053d259bd50ee3776f50949391ebecf8d2020-06-12T18:40:09Z2020-06-12T18:40:09Zpedantic change: use tar cf instead of -cfHiltjo Posthumahiltjo@codemadness.orgcommit f7995ee053d259bd50ee3776f50949391ebecf8d
parent 9b48be81f3efe169f41975d6202ec4ed0651895c
Author: Hiltjo Posthuma <hiltjo@codemadness.org>
Date: Fri, 12 Jun 2020 20:40:09 +0200
pedantic change: use tar cf instead of -cf
This is more in style of a (deprecated) POSIX page and probably more portable
on older systems.
9b48be81f3efe169f41975d6202ec4ed0651895c2020-06-10T14:11:05Z2020-06-10T14:22:40ZCopyediting.Benjamin Neumannbtdn@lab-btdn.comcommit 9b48be81f3efe169f41975d6202ec4ed0651895c
parent 4630281bedde87837f7c5ae63ffd10483a9d206e
Author: Benjamin Neumann <btdn@lab-btdn.com>
Date: Wed, 10 Jun 2020 09:11:05 -0500
Copyediting.
4630281bedde87837f7c5ae63ffd10483a9d206e2020-06-10T13:26:27Z2020-06-10T13:36:28ZMinor improvements to grammar and formattingAnders Damsgaardanders@adamsgaard.dkcommit 4630281bedde87837f7c5ae63ffd10483a9d206e
parent 60d0637f5edd99ec9ee1175d37a3f7b03db3d318
Author: Anders Damsgaard <anders@adamsgaard.dk>
Date: Wed, 10 Jun 2020 15:26:27 +0200
Minor improvements to grammar and formatting
60d0637f5edd99ec9ee1175d37a3f7b03db3d3182020-06-10T12:46:27Z2020-06-10T12:46:27Zmakefile-guidelines: some incremental improvementsHiltjo Posthumahiltjo@codemadness.orgcommit 60d0637f5edd99ec9ee1175d37a3f7b03db3d318
parent 040830cabbba670cfbac39d214fe274d7c10b88d
Author: Hiltjo Posthuma <hiltjo@codemadness.org>
Date: Wed, 10 Jun 2020 14:46:27 +0200
makefile-guidelines: some incremental improvements
* Fix the direct link to the POSIX make link (it was a HTML frame).
* Add a note to make porters-life easier. #porterlivesmatter
* Fix ar rc to ar -rc (quinq).
* Also copy the LICENSE documentation: cp ${DOC}.
* Add some references.
* Some line-wrapping fixes.
040830cabbba670cfbac39d214fe274d7c10b88d2020-06-10T12:26:06Z2020-06-10T12:26:06ZInitial commit.Christoph Lohmann20h@r-36.netcommit 040830cabbba670cfbac39d214fe274d7c10b88d
Author: Christoph Lohmann <20h@r-36.net>
Date: Wed, 10 Jun 2020 14:26:06 +0200
Initial commit.