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