install-notify.am (1315B)
1 ## $Id$ 2 3 ## Copyright (C) 2005, 2009 4 ## Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de> 5 ## 6 ## This program is free software; you can redistribute it and/or modify 7 ## it under the terms of the GNU General Public License as published by 8 ## the Free Software Foundation; version 2 and/or 3 of the License. 9 ## 10 ## This program is distributed in the hope that it will be useful, 11 ## but WITHOUT ANY WARRANTY; without even the implied warranty of 12 ## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 13 ## GNU General Public License for more details. 14 ## 15 ## You should have received a copy of the GNU General Public License 16 ## along with this program; if not, write to the Free Software 17 ## Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. 18 19 install-exec-hook install-data-hook: install-notify-xtra 20 21 22 install-notify-xtra: 23 @echo 24 @echo 25 @echo '***************************' 26 @echo '*' 27 @echo '* NOTE: a plain "make install" installs only the files under $$(prefix)' 28 @echo '* which might be insufficient. To complete the installation,' 29 @echo '* "make install-distribution" should be executed. See README,' 30 @echo '* "Notes for distributors" for details.' 31 @echo '*' 32 @echo '***************************' 33 @echo 34 @echo 35 36 37 .PHONY: install-notify-xtra