From 769b5aa76b8fc888ccc56cfdc34f52328cab9a37 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Yann=20B=C3=BCchau?= Date: Fri, 16 Jun 2017 09:26:51 +0200 Subject: [PATCH] [Makefile] add notice to run uca-apply after manual installation - related to GitHub #7 --- Makefile.in | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/Makefile.in b/Makefile.in index 7dec2a1..c16019e 100644 --- a/Makefile.in +++ b/Makefile.in @@ -142,6 +142,12 @@ bin_executable: $(local_bindir_toinstall) .PHONY: $(install_targets) install: bin_executable $(sort $(install_targets)) -@sort -u $(installed_files_file) -o $(installed_files_file) + @echo "##################################" + @echo "### Installation completed. ###" + @echo "### run 'uca-apply update' ###" + @echo "### to merge the actions ###" + @echo "### into your configuration ###" + @echo "##################################" # remove a file/folder without asking # $(call remove,PATH)