summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorAllen Winter <allen.winter@kdab.com>2022-06-03 09:20:46 -0400
committerAllen Winter <allen.winter@kdab.com>2022-06-03 09:20:46 -0400
commit6f79b2661b0b8d88f2aee5ceb8d6e6f89386949a (patch)
tree9d45ec3c0963e436c11d980d6ae9b922f37f97a3 /doc
parent6908abbf9238295910aef8d5259a8cc38c87329b (diff)
parent7f704bd9dd9e76f055456fec39b5d037bfdce697 (diff)
downloadlibical-git-6f79b2661b0b8d88f2aee5ceb8d6e6f89386949a.tar.gz
Merge branch 'mcclurgm-readme-mainpage'
Diffstat (limited to 'doc')
-rw-r--r--doc/CMakeLists.txt2
-rw-r--r--doc/Mainpage.dox40
2 files changed, 1 insertions, 41 deletions
diff --git a/doc/CMakeLists.txt b/doc/CMakeLists.txt
index 68b42cac..f2cc4d9c 100644
--- a/doc/CMakeLists.txt
+++ b/doc/CMakeLists.txt
@@ -18,7 +18,7 @@ set_package_properties(Doxygen PROPERTIES
PURPOSE "Needed to build the API documentation."
)
if(DOXYGEN_FOUND)
- file(GLOB _dox_deps *.dox *.html *.md)
+ file(GLOB _dox_deps *.dox *.html *.md ${CMAKE_SOURCE_DIR}/README.md)
file(GLOB _all_hdrs
${CMAKE_SOURCE_DIR}/src/libical/*.h
${CMAKE_SOURCE_DIR}/src/libical/*.c
diff --git a/doc/Mainpage.dox b/doc/Mainpage.dox
deleted file mode 100644
index 28b43b76..00000000
--- a/doc/Mainpage.dox
+++ /dev/null
@@ -1,40 +0,0 @@
-/*!
-@mainpage Libical - an implementation of iCalendar protocols and data formats
-
-@section about About
-
-Libical is an Open Source implementation of the iCalendar protocols
-and protocol data units. The iCalendar specification describes how
-calendar clients can communicate with calendar servers so users can
-store their calendar data and arrange meetings with other users.
-
-Libical implements RFC5545, RFC5546, RFC7529;
-the CalDav scheduling extensions in RFC6638;
-iCalendar extensions in RFC7986, RFC9073, RFC9074;
-plus the iCalendar iMIP protocol in RFC6047.
-
-For a conceptual overview of the library, see
-[Using Libical](@ref UsingLibical).
-
-@section license License
-
-The code and datafiles in this distribution are licensed under the
-Mozilla Public License (MPL) v2.0. See https://www.mozilla.org/MPL
-for a copy of the license.
-
-Alternately, you may use libical under the terms of the GNU Library
-General Public License (LGPL) v2.1. See https://www.gnu.org/licenses/lgpl-2.1.txt
-for a copy of the license.
-
-This dual license ensures that the library can be incorporated into
-both proprietary code and GPL'd programs, and will benefit from improvements
-made by programmers in both realms. I will only accept changes into
-my version of the library if they are similarly dual-licensed.
-
-@section acknowledgements Acknowledgments
-
-Portions of this distribution are (C) Copyright 1996 Apple Computer,
-Inc., AT&T Corp., International Business Machines Corporation and
-Siemens Rolm Communications Inc. See src/libicalvcal/README.TXT for details.
-
-*/