From bf0172b7e6391aa1345a0e8add0b622d08e0053b Mon Sep 17 00:00:00 2001 From: Louie S Date: Sun, 26 Feb 2023 22:13:31 -0800 Subject: Added rule for generating desktop entry --- docs/Makefile.am | 2 +- docs/Makefile.in | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'docs') diff --git a/docs/Makefile.am b/docs/Makefile.am index 0ebcbdb..bf901b2 100644 --- a/docs/Makefile.am +++ b/docs/Makefile.am @@ -1 +1 @@ -dist_doc_DATA = README.md screenshot1.png screenshot2.png terminal-media-launcher-config.md windows_compile_instructions.md +dist_doc_DATA = README.md screenshot1.png screenshot2.png $(PACKAGE_NAME)-config.md windows_compile_instructions.md diff --git a/docs/Makefile.in b/docs/Makefile.in index 4c36ed7..62c84cf 100644 --- a/docs/Makefile.in +++ b/docs/Makefile.in @@ -250,7 +250,7 @@ target_alias = @target_alias@ top_build_prefix = @top_build_prefix@ top_builddir = @top_builddir@ top_srcdir = @top_srcdir@ -dist_doc_DATA = README.md screenshot1.png screenshot2.png terminal-media-launcher-config.md windows_compile_instructions.md +dist_doc_DATA = README.md screenshot1.png screenshot2.png $(PACKAGE_NAME)-config.md windows_compile_instructions.md all: all-am .SUFFIXES: -- cgit