guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[no subject]


From: Mathieu Othacehe
Date: Mon, 22 Feb 2021 03:09:11 -0500 (EST)

branch: master
commit 731bc83488f4f02cee5a87e3dbf684b37279502b
Author: Mathieu Othacehe <othacehe@gnu.org>
AuthorDate: Sun Feb 21 09:14:23 2021 +0100

    Fix dist rule.
    
    * Makefile.am (dist_images_DATA): Update it.
---
 Makefile.am | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/Makefile.am b/Makefile.am
index d1c5452..6d20aee 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -97,7 +97,8 @@ dist_fonts_DATA =                             \
   src/static/fonts/open-iconic.ttf             \
   src/static/fonts/open-iconic.woff
 dist_images_DATA =                             \
-  src/static/images/logo.png
+  src/static/images/guix.png                   \
+  src/static/images/icon.png
 dist_js_DATA =                                 \
   src/static/js/chart.js
 



reply via email to

[Prev in Thread] Current Thread [Next in Thread]