summaryrefslogtreecommitdiffstats
path: root/doc/en/HTML/Makefile.am
blob: 84ba063f5760dcf742d8c6f07f8a65dd7146c20b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
####### tdevelop 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

####### tdevelop will overwrite this part!!! (end)############