diff options
author | rootavish <[email protected]> | 2014-05-18 21:57:45 +0530 |
---|---|---|
committer | rootavish <[email protected]> | 2014-05-18 22:16:11 +0530 |
commit | 28b2c08f60f54a78596746e204f4d0092587a09a (patch) | |
tree | 0e16fb815affc19c6047dcec87d812c745c37b26 /backend/epub/epubdocument.atril-backend.in | |
parent | ff8c5fca03211db8f58368ecf35c3ab63ed876fd (diff) | |
download | atril-28b2c08f60f54a78596746e204f4d0092587a09a.tar.bz2 atril-28b2c08f60f54a78596746e204f4d0092587a09a.tar.xz |
adding epub support : created Makefiles,modified configuration script
kickoff commit to add ePub support , creating a subdirectory structure and modified makefiles and configure script to
accomodate for ePub . As the sources are done , these will be further changed accordingly .
Diffstat (limited to 'backend/epub/epubdocument.atril-backend.in')
-rw-r--r-- | backend/epub/epubdocument.atril-backend.in | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/backend/epub/epubdocument.atril-backend.in b/backend/epub/epubdocument.atril-backend.in new file mode 100644 index 00000000..fe97354b --- /dev/null +++ b/backend/epub/epubdocument.atril-backend.in @@ -0,0 +1,4 @@ +[Atril Backend] +Module=epubdocument +_TypeDescription=ePub Documents +MimeType=application/epub+zip; |