Mercurial > geeqie.yaz
annotate Makefile.am @ 1753:c4d37e0fc841 default tip
installation fix
author | Yoshiki Yazawa <yaz@honeyplanet.jp> |
---|---|
date | Fri, 29 Jan 2010 19:22:50 +0900 |
parents | c08defa57068 |
children |
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 | |
1642 | 14 desktop_in_files = geeqie.desktop.in |
15 desktop_DATA = $(desktop_in_files:.desktop.in=.desktop) | |
16 @INTLTOOL_DESKTOP_RULE@ | |
8 | 17 |
18 icondir = $(datadir)/pixmaps | |
197 | 19 icon_DATA = geeqie.png |
1 | 20 |
4 | 21 EXTRA_DIST = \ |
8 | 22 $(readme_DATA) \ |
23 $(desktop_DATA) \ | |
24 $(icon_DATA) \ | |
197 | 25 geeqie.spec.in \ |
1613 | 26 geeqie.1 \ |
27 doxygen.conf | |
1 | 28 |
197 | 29 dist-hook: geeqie.spec |
30 cp $(top_builddir)/geeqie.spec $(distdir) | |
4 | 31 |
1735
c08defa57068
build documentation with gnome-doc-tool in makefile
nadvornik
parents:
1642
diff
changeset
|
32 DISTCLEANFILES = config.report |