diff options
author | toma <toma@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2009-11-25 17:56:58 +0000 |
---|---|---|
committer | toma <toma@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2009-11-25 17:56:58 +0000 |
commit | e9ae80694875f869892f13f4fcaf1170a00dea41 (patch) | |
tree | aa2f8d8a217e2d376224c8d46b7397b68d35de2d /Makefile.am.in | |
download | tdewebdev-e9ae80694875f869892f13f4fcaf1170a00dea41.tar.gz tdewebdev-e9ae80694875f869892f13f4fcaf1170a00dea41.zip |
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
Diffstat (limited to 'Makefile.am.in')
-rw-r--r-- | Makefile.am.in | 30 |
1 files changed, 30 insertions, 0 deletions
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 <sequitur@kde.org>" + @echo " Andras Mantia <amantia@kde.org>" + @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 + |