bitreich-style, branch HEAD Style guide for programmers. a9d1a41e65352022f88865d209269def59979346 2021-08-22T19:39:16Z 2021-08-22T19:39:16Z Add MVP principle to bitreich style. Christoph Lohmann 20h@r-36.net commit 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. f428b125ec23c9c03c88380e2ecde62c04a943bf 2021-07-13T21:40:15Z 2021-07-14T17:18:34Z Fix a few things in Makefile guidelines Quentin Rameau quinq@fifth.space commit 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> 9753b870ed2a7e43799d1207e7a91d5828ebdb19 2020-11-04T13:32:59Z 2020-11-04T14:59:14Z makefile-guideline.txt: set 644 permissions for installed documentation files Anders Damsgaard anders@adamsgaard.dk commit 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 :-( ffb593e6770d133502e54454b2e6d026baab8f26 2020-11-04T13:23:49Z 2020-11-04T14:59:11Z makefile-guildeline.txt: loop over documentation files upon uninstall Anders Damsgaard anders@adamsgaard.dk commit 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 f7995ee053d259bd50ee3776f50949391ebecf8d 2020-06-12T18:40:09Z 2020-06-12T18:40:09Z pedantic change: use tar cf instead of -cf Hiltjo Posthuma hiltjo@codemadness.org commit 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. 9b48be81f3efe169f41975d6202ec4ed0651895c 2020-06-10T14:11:05Z 2020-06-10T14:22:40Z Copyediting. Benjamin Neumann btdn@lab-btdn.com commit 9b48be81f3efe169f41975d6202ec4ed0651895c parent 4630281bedde87837f7c5ae63ffd10483a9d206e Author: Benjamin Neumann <btdn@lab-btdn.com> Date: Wed, 10 Jun 2020 09:11:05 -0500 Copyediting. 4630281bedde87837f7c5ae63ffd10483a9d206e 2020-06-10T13:26:27Z 2020-06-10T13:36:28Z Minor improvements to grammar and formatting Anders Damsgaard anders@adamsgaard.dk commit 4630281bedde87837f7c5ae63ffd10483a9d206e parent 60d0637f5edd99ec9ee1175d37a3f7b03db3d318 Author: Anders Damsgaard <anders@adamsgaard.dk> Date: Wed, 10 Jun 2020 15:26:27 +0200 Minor improvements to grammar and formatting 60d0637f5edd99ec9ee1175d37a3f7b03db3d318 2020-06-10T12:46:27Z 2020-06-10T12:46:27Z makefile-guidelines: some incremental improvements Hiltjo Posthuma hiltjo@codemadness.org commit 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. 040830cabbba670cfbac39d214fe274d7c10b88d 2020-06-10T12:26:06Z 2020-06-10T12:26:06Z Initial commit. Christoph Lohmann 20h@r-36.net commit 040830cabbba670cfbac39d214fe274d7c10b88d Author: Christoph Lohmann <20h@r-36.net> Date: Wed, 10 Jun 2020 14:26:06 +0200 Initial commit.