summary refs log tree commit diff
path: root/Makefile.am
diff options
context:
space:
mode:
authorMaxime Devos <maximedevos@telenet.be>2021-10-01 16:21:03 +0200
committerMathieu Othacehe <othacehe@gnu.org>2021-10-02 11:00:01 +0000
commitfae2fcdbc9000405e01e6cdf635c10835f697045 (patch)
treeaf22c0dc30548bfbaf495741fb82cec02bb8c493 /Makefile.am
parent0cccc2f52cedd9b0e0646cc4d3ae64a886f2db6b (diff)
downloadguix-fae2fcdbc9000405e01e6cdf635c10835f697045.tar.gz
build-system/mozilla: New build system.
* guix/build-system/mozilla.scm
  (lower-mozilla): New procedure.
  (mozilla-build-system): New variable.
* Makefile.am (MODULES): Add it.
* doc/guix.texi (Build Systems): Document it.

Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am
index 56f60278b7..76166f4eec 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -140,6 +140,7 @@ MODULES =					\
   guix/build-system/font.scm			\
   guix/build-system/go.scm			\
   guix/build-system/meson.scm			\
+  guix/build-system/mozilla.scm			\
   guix/build-system/minify.scm			\
   guix/build-system/minetest.scm		\
   guix/build-system/asdf.scm			\