Changeset 42 for trunk/data/Makefile.am

Show
Ignore:
Timestamp:
04/12/06 12:12:23 (3 years ago)
Author:
jordi
Message:

The stock icons are now stored in the $(pkgdatadir)/pixmap instead. Also, the UI definition is kept on a file (epdfview-ui.xml) which is installed on $(pkgdatadir)/ui.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/data/Makefile.am

    r40 r42  
    11# Process this file with automake to produce a Makefile.in file. 
    22 
    3 stockdir = $(datadir)/pixmaps/epdfview 
     3stockdir = $(pkgdatadir)/pixmaps 
    44stock_DATA =    \ 
    55    stock_rotate-90.png \ 
    66    stock_rotate-270.png    \ 
    7     stock_zoom-page-width.png    
     7    stock_zoom-page-width.png 
     8 
     9uidir = $(pkgdatadir)/ui 
     10ui_DATA =   \ 
     11    epdfview-ui.xml