From ab7e3413fc690b9645974c2d50b34493cb03a373 Mon Sep 17 00:00:00 2001 From: Viatrix Date: Mon, 16 Mar 2026 21:49:39 -0700 Subject: Add .gitignore and change output zip name --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 0a29892..9d0d6be 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ zip: mo - zip - *.py *.inx locale/*/LC_MESSAGES/*.mo > imagemap.zip + zip - *.py *.inx locale/*/LC_MESSAGES/*.mo > inx.imagemap.zip validate: inkscape.extension.rng xmllint --noout --relaxng inkscape.extension.rng *.inx -- cgit