Mercurial > geeqie
annotate Makefile.am @ 1685:47b191b77e07
Revert "Add pgettext for some ambiguous strings"
Now there should be all ambiguous strings gone. This reverts commit 1628
With that commit also all ambiguous strings should be solved.
author | mow |
---|---|
date | Tue, 30 Jun 2009 19:53:55 +0000 |
parents | a14d7bfe666c |
children | a7f7b9c0050c |
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 |
8 | 33 |