Mercurial > geeqie
annotate Makefile.am @ 1785:37b8eaebb0b6
Add Serbian translation.
Note there are two *.po files, one for Cyrilic and one for Latin
letters.
Thanks to Milos Popovic.
author | zas_ |
---|---|
date | Tue, 05 Jan 2010 22:28:11 +0000 |
parents | a7f7b9c0050c |
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 | |
1648 | 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) \ | |
1684 | 24 $(desktop_in_files) \ |
8 | 25 $(icon_DATA) \ |
197 | 26 geeqie.spec.in \ |
1615 | 27 geeqie.1 \ |
28 doxygen.conf | |
1 | 29 |
197 | 30 dist-hook: geeqie.spec |
31 cp $(top_builddir)/geeqie.spec $(distdir) | |
4 | 32 |
1774
a7f7b9c0050c
build documentation with gnome-doc-tool in makefile
nadvornik
parents:
1684
diff
changeset
|
33 DISTCLEANFILES = config.report |