diff options
author | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2010-02-22 18:35:24 +0000 |
---|---|---|
committer | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2010-02-22 18:35:24 +0000 |
commit | aec5a842670a66ff24572847d35375a31c0b379e (patch) | |
tree | 465d7790602658d86ab031788852bf3dbdc96691 /doc/en/HTML/Makefile.am | |
download | krename-aec5a842670a66ff24572847d35375a31c0b379e.tar.gz krename-aec5a842670a66ff24572847d35375a31c0b379e.zip |
Added KDE3 version of krename
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/applications/krename@1094420 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'doc/en/HTML/Makefile.am')
-rw-r--r-- | doc/en/HTML/Makefile.am | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/doc/en/HTML/Makefile.am b/doc/en/HTML/Makefile.am new file mode 100644 index 0000000..b668138 --- /dev/null +++ b/doc/en/HTML/Makefile.am @@ -0,0 +1,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)############ |