Git commit 71c2d92c2cff336bb1462ba0c4d79c7be1c1280b by Montel Laurent. Committed on 05/04/2016 at 04:49. Pushed by mlaurent into branch 'master'.
Remove docs M +0 -1 kioslave/docs/CMakeLists.txt D +0 -3 kioslave/docs/pop3/CMakeLists.txt D +0 -24 kioslave/docs/pop3/index.docbook http://commits.kde.org/kdepimlibs/71c2d92c2cff336bb1462ba0c4d79c7be1c1280b diff --git a/kioslave/docs/CMakeLists.txt b/kioslave/docs/CMakeLists.txt index c07ae11..44813ac 100644 --- a/kioslave/docs/CMakeLists.txt +++ b/kioslave/docs/CMakeLists.txt @@ -1,2 +1 @@ -add_subdirectory(pop3) add_subdirectory(sieve) diff --git a/kioslave/docs/pop3/CMakeLists.txt b/kioslave/docs/pop3/CMakeLists.txt deleted file mode 100644 index d3ba5e7..0000000 --- a/kioslave/docs/pop3/CMakeLists.txt +++ /dev/null @@ -1,3 +0,0 @@ -########### install files ############### -kdoctools_create_handbook(index.docbook INSTALL_DESTINATION ${KDE_INSTALL_DOCBUNDLEDIR}/en SUBDIR kioslave5/pop3) - diff --git a/kioslave/docs/pop3/index.docbook b/kioslave/docs/pop3/index.docbook deleted file mode 100644 index 83dd410..0000000 --- a/kioslave/docs/pop3/index.docbook +++ /dev/null @@ -1,24 +0,0 @@ -<?xml version="1.0" ?> -<!DOCTYPE article PUBLIC "-//KDE//DTD DocBook XML V4.5-Based Variant V1.1//EN" -"dtd/kdedbx45.dtd" [ -<!ENTITY % addindex "IGNORE"> -<!ENTITY % English "INCLUDE" > <!-- change language only here --> -]> - -<article lang="&language;" id="pop3"> -<title>pop3 / pop3s</title> -<articleinfo> -<authorgroup> -<author>&Ferdinand.Gassauer; &Ferdinand.Gassauer.mail;</author> -<!-- TRANS:ROLES_OF_TRANSLATORS --> -</authorgroup> -</articleinfo> -<para> -The Post Office Protocol (POP3) allows a user's workstation to access mail from a mailbox server. -</para> - -<para> -POP3S is the POP3 protocol encrypted via SSL. -</para> - -</article> _______________________________________________ kde-doc-english mailing list [email protected] https://mail.kde.org/mailman/listinfo/kde-doc-english
