diff options
author | Louie S <louie@example.com> | 2023-03-04 17:09:47 -0800 |
---|---|---|
committer | Louie S <louie@example.com> | 2023-03-04 17:09:47 -0800 |
commit | ac0571b8fd42ad92d8383e022c8271cff23dfa43 (patch) | |
tree | 8e4ba3d3c9f80ee40ee63e81642b52195364a7a0 /data/Makefile.in | |
parent | 8a9b2149b70c6fe47915f6be3789658a34847efa (diff) |
Fix bug in package creation; convert svg text to path
Diffstat (limited to 'data/Makefile.in')
-rw-r--r-- | data/Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/data/Makefile.in b/data/Makefile.in index 6bba3e5..d5580fc 100644 --- a/data/Makefile.in +++ b/data/Makefile.in @@ -250,7 +250,7 @@ target_alias = @target_alias@ top_build_prefix = @top_build_prefix@ top_builddir = @top_builddir@ top_srcdir = @top_srcdir@ -EXTRA_DIST = $(PACKAGE_NAME).svg +EXTRA_DIST = $(PACKAGE_NAME).svg $(PACKAGE_NAME).desktop.in # Build a .desktop entry @DESKTOP_ENTRY_TRUE@CLEANFILES = $(PACKAGE_NAME).desktop |