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.
14 lines
357 B
14 lines
357 B
####### kdevelop will overwrite this part!!! (begin)##########
|
|
|
|
|
|
EXTRA_DIST = index.html
|
|
|
|
install-data-local:
|
|
$(mkinstalldirs) $(kde_htmldir)/en/krename/
|
|
$(INSTALL_DATA) $(srcdir)/index.html $(kde_htmldir)/en/krename/index.html
|
|
|
|
uninstall-local:
|
|
-rm -f $(kde_htmldir)/en/krename/index.html
|
|
|
|
####### kdevelop will overwrite this part!!! (end)############
|