Mercurial > geeqie.yaz
view Makefile.am @ 824:4a913f093f56
load_options_from():
- do not copy option name and value anywhere, only copy value_all to a separate buffer
- allow more relaxed syntax on read, so we can correctly read option name and value
even if user made some errors like replacing ':' by '=' or inserting a space before ':'.
- minor aesthetical changes
author | zas_ |
---|---|
date | Thu, 12 Jun 2008 22:43:32 +0000 |
parents | bf9c9e37adf4 |
children | e0e12512cde2 |
line wrap: on
line source
## Process this file with automake to produce Makefile.in. SUBDIRS = src po doc DIST_SUBDIRS = src po doc man_MANS = geeqie.1 readmedir = @readmedir@ readme_DATA = README COPYING ChangeLog TODO README.lirc desktopdir = $(datadir)/applications desktop_DATA = geeqie.desktop icondir = $(datadir)/pixmaps icon_DATA = geeqie.png EXTRA_DIST = \ $(readme_DATA) \ $(desktop_DATA) \ $(icon_DATA) \ geeqie.spec.in \ geeqie.1 dist-hook: geeqie.spec cp $(top_builddir)/geeqie.spec $(distdir)