Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/libmisc/Makefile.am
Commit message (Collapse)AuthorAgeFilesLines
* [build] Rename DATADIR with EVINCEDATADIRHib Eris2010-07-261-1/+1
| | | | | Defining DATADIR conflicts with win32 api (ObjIdl.h), so this define is renamed to EVINCEDATADIR.
* [build] Include git.mk in all MakefilesChristian Persch2009-10-221-0/+2
|
* Remove EvPageCache and use EvDocumentModel insteadCarlos Garcia Campos2009-09-151-0/+1
| | | | | | | EvView is now another view for the common model EvDocumentModel. Now it's possible to have several windows for the same document without the symlink hack. Every window has its own model, while the document object is shared.
* Add EV_INTLTOOL_EVINCE_BACKEND_RULEChristian Persch2009-08-161-1/+0
| | | | | | Create a rule for the .evince-backend file creation, and use that one instead of hardcoding it in every Makefile.am. Use $(AM_V_GEN) in the rule.
* [build] Add dependency on libdocument/libview for libmiscHib Eris2009-06-051-1/+6
|
* Move stock icons from libmisc to libview and make the API publicCarlos Garcia Campos2009-05-121-3/+1
|
* [build] Fixes distcheckNickolay V. Shmyrev2009-05-031-0/+2
| | | | Fixes distcheck issue with additional include folder.
* Move EvPageAction and EvStockIcons from shell to a new internal libraryCarlos Garcia Campos2009-04-081-0/+15
2009-04-08 Carlos Garcia Campos <carlosgc@gnome.org> * configure.ac: * Makefile.am: * po/POTFILES.in: * shell/Makefile.am: * shell/ev-page-action-widget.[ch]: * shell/ev-page-action.[ch]: * shell/ev-stock-icons.[ch]: * shell/ev-application.c: * shell/main.c: * libmisc/Makefile.am: * libmisc/ev-page-action-widget.[ch]: * libmisc/ev-page-action.[ch]: * libmisc/ev-stock-icons.[ch]: Move EvPageAction and EvStockIcons from shell to a new internal library (libevmisc) that will be used by the evince previewer too. svn path=/trunk/; revision=3577