You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
31 lines
894 B
31 lines
894 B
15 years ago
|
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
|
||
|
|