diff options
author | Martin Whitaker <mageia@martin-whitaker.me.uk> | 2020-02-19 21:12:30 +0000 |
---|---|---|
committer | Martin Whitaker <mageia@martin-whitaker.me.uk> | 2020-02-19 21:12:30 +0000 |
commit | 08ca9727963416b090db0568b0b6a9f7d4719590 (patch) | |
tree | 51a78f8554d65c1859db44115200014d3a5433aa /Makefile | |
parent | ca923ad6a0dee380c8ff8e7f690f8b0594d3bafe (diff) | |
download | grub2-theme-08ca9727963416b090db0568b0b6a9f7d4719590.tar grub2-theme-08ca9727963416b090db0568b0b6a9f7d4719590.tar.gz grub2-theme-08ca9727963416b090db0568b0b6a9f7d4719590.tar.bz2 grub2-theme-08ca9727963416b090db0568b0b6a9f7d4719590.tar.xz grub2-theme-08ca9727963416b090db0568b0b6a9f7d4719590.zip |
Add translation files.
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/Makefile b/Makefile new file mode 100644 index 0000000..5871bf2 --- /dev/null +++ b/Makefile @@ -0,0 +1,8 @@ +NAME = grub2-theme +VERSION = 1.0 + +all: + +dist: + @git archive --prefix=$(NAME)-$(VERSION)/ HEAD | xz > $(NAME)-$(VERSION).tar.xz; + $(info $(NAME)-$(VERSION).tar.xz is ready) |