From e9ae80694875f869892f13f4fcaf1170a00dea41 Mon Sep 17 00:00:00 2001 From: toma Date: Wed, 25 Nov 2009 17:56:58 +0000 Subject: Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. BUG:215923 git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdewebdev@1054174 283d02a7-25f6-0310-bc7c-ecb5cbfe19da --- Makefile.am.in | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 Makefile.am.in (limited to 'Makefile.am.in') diff --git a/Makefile.am.in b/Makefile.am.in new file mode 100644 index 00000000..c2adbb73 --- /dev/null +++ b/Makefile.am.in @@ -0,0 +1,30 @@ +COMPILE_FIRST = lib +MAINTAINERCLEANFILES = subdirs configure.in acinclude.m4 configure.files + +dist-hook: + cd $(top_distdir) && perl admin/am_edit -padmin + cd $(top_distdir) && $(MAKE) -f admin/Makefile.common subdirs + + +install-data-local: + @echo "" + @echo "" + @echo "*************** Important *************************" + @echo "" + @echo " Add "$(bindir)" to your PATH and" + @echo " add "$(prefix)" to your KDEDIRS!" + @echo "" + @echo " Please report bugs with our web form at" + @echo " http://bugs.kde.org" + @echo " Current maintainers are" + @echo " Eric Laffoon " + @echo " Andras Mantia " + @echo "" + @echo " The KDE Web Dev developers hope you enjoy Quanta+," + @echo " Kommander, KFileReplace, KXSL dbg, KImageMapEditor" + @echo " and KLinkStatus!" + @echo "****************************************************" + @echo "" + +include admin/deps.am + -- cgit v1.2.1