From: Sebastian Harl Date: Thu, 14 Oct 2010 19:41:56 +0000 (+0200) Subject: src/Makefile: Print some useful information after a successful built. X-Git-Url: https://git.tokkee.org/?p=lm2latex.git;a=commitdiff_plain;h=069d73d2dd287c93e16392533685b77296a27392 src/Makefile: Print some useful information after a successful built. --- diff --git a/src/Makefile.am b/src/Makefile.am index 1c3f4b2..217c1cd 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -44,5 +44,12 @@ l2l_features.h: l2l_features.h.in ../version -e "s/@L2L_VERSION_STRING@/$$VERSION_STRING/g" \ l2l_features.h.in > l2l_features.h +all-local: + @echo "" + @echo "$(PACKAGE_NAME) built successfully." + @echo "" + @echo "Run 'make install' to install the software into $(prefix)." + @echo "" + .PHONY: FORCE