diff options
author | Zach van Rijn <me@zv.io> | 2023-11-27 22:34:19 -0600 |
---|---|---|
committer | Zach van Rijn <me@zv.io> | 2023-11-27 22:34:19 -0600 |
commit | 10cb3140292c69451522abeff8bd8f005cf08268 (patch) | |
tree | 5b670cdd65edee2613b0395f08f8fb658192d1a3 /README | |
parent | f800e267b75bf8dce7c3f0a61f66d944eab14d75 (diff) | |
download | site-ng-10cb3140292c69451522abeff8bd8f005cf08268.tar.gz site-ng-10cb3140292c69451522abeff8bd8f005cf08268.tar.bz2 site-ng-10cb3140292c69451522abeff8bd8f005cf08268.tar.xz site-ng-10cb3140292c69451522abeff8bd8f005cf08268.zip |
Decouple sass, logo, and html generation.
Diffstat (limited to 'README')
-rw-r--r-- | README | 8 |
1 files changed, 7 insertions, 1 deletions
@@ -14,6 +14,12 @@ To generate the 'html/' web root directory for upload to web server: $ make site +To generate the 'images/' directory containing generated images for +use elsewhere: + + $ make logo + + installing ---------- @@ -107,7 +113,7 @@ absolutely sure that no external websites use or link to the image(s). license ------- -Copyright 2021 The Adélie Linux Project +Copyright 2023 The Adélie Linux Project Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. |