summaryrefslogtreecommitdiffstats
path: root/doc/en/HTML/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'doc/en/HTML/Makefile.am')
-rw-r--r--doc/en/HTML/Makefile.am13
1 files changed, 0 insertions, 13 deletions
diff --git a/doc/en/HTML/Makefile.am b/doc/en/HTML/Makefile.am
deleted file mode 100644
index 84ba063..0000000
--- a/doc/en/HTML/Makefile.am
+++ /dev/null
@@ -1,13 +0,0 @@
-####### 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)############