summaryrefslogtreecommitdiff
path: root/backend/epub/minizip
AgeCommit message (Collapse)AuthorFilesLines
2014-05-30Created a Makefile for minizip, modified epub Makefilerootavish1-0/+14
I created a Makefile for the minizip backend, since i am only using part of that library and modified the epub backend to work with the library. Also modified the configure script to suit our purpose. The epub backend can now be compiled using the make command in the epub directory, although it cannot still be compiled as a part of atril.
2014-05-30created a separate directory for minizip content, fixed indentation in ↵rootavish4-0/+3017
configure.ac Moved ioapi.c unzip.c unzip.h and ioapi.h into a separate directory backend/epub/minizip Fixed an indentation problem in configure.ac, which was affecting the displayed result. Also fixed a typo in epub-document.h where i had wrongly named the function.