Mercurial > geeqie
annotate Makefile.am @ 1628:66bf394d162a
simplified the code around vd_select_row
author | nadvornik |
---|---|
date | Fri, 05 Jun 2009 21:52:37 +0000 |
parents | b1c5c5e4826d |
children | a57336c3b1cc |
rev | line source |
---|---|
1 | 1 ## Process this file with automake to produce Makefile.in. |
2 | |
1454
fbd02e4d709e
Preliminary support for doxygen: make doxygen-doc will create documentation from sources in doc/doxygen directory.
zas_
parents:
1272
diff
changeset
|
3 include $(top_srcdir)/aminclude.am |
fbd02e4d709e
Preliminary support for doxygen: make doxygen-doc will create documentation from sources in doc/doxygen directory.
zas_
parents:
1272
diff
changeset
|
4 |
1272 | 5 SUBDIRS = src po doc plugins |
6 DIST_SUBDIRS = src po doc plugins | |
8 | 7 |
197 | 8 man_MANS = geeqie.1 |
8 | 9 |
484 | 10 readmedir = @readmedir@ |
528 | 11 readme_DATA = README COPYING ChangeLog TODO README.lirc |
8 | 12 |
13 desktopdir = $(datadir)/applications | |
197 | 14 desktop_DATA = geeqie.desktop |
8 | 15 |
16 icondir = $(datadir)/pixmaps | |
197 | 17 icon_DATA = geeqie.png |
1 | 18 |
4 | 19 EXTRA_DIST = \ |
8 | 20 $(readme_DATA) \ |
21 $(desktop_DATA) \ | |
22 $(icon_DATA) \ | |
197 | 23 geeqie.spec.in \ |
1615 | 24 geeqie.1 \ |
25 doxygen.conf | |
1 | 26 |
197 | 27 dist-hook: geeqie.spec |
28 cp $(top_builddir)/geeqie.spec $(distdir) | |
4 | 29 |
8 | 30 |