Updated Latvian translation and added Latvian translation for help by Viesturs Ružāns...
[gcalctool.git] / data / Makefile.am
blob9a02223df44299b5ff650da674a7e5240cbd2630
1 uidir = $(datadir)/gcalctool
2 ui_DATA = \
3         preferences.ui \
4         buttons-basic.ui \
5         buttons-advanced.ui \
6         buttons-financial.ui \
7         buttons-programming.ui
9 gsettings_SCHEMAS = org.gnome.gcalctool.gschema.xml
10 @INTLTOOL_XML_NOMERGE_RULE@
11 @GSETTINGS_RULES@
13 Utilitiesdir = $(datadir)/applications
14 Utilities_in_files = gcalctool.desktop.in
15 Utilities_DATA = $(Utilities_in_files:.desktop.in=.desktop)
16 @INTLTOOL_DESKTOP_RULE@
18 man1_MANS = gcalctool.1 gcalccmd.1
20 EXTRA_DIST = $(ui_DATA) org.gnome.gcalctool.gschema.xml.in gcalctool.desktop.in $(man1_MANS)
22 DISTCLEANFILES = \
23         Makefile.in \
24         gcalctool.desktop \
25         $(gsettings_SCHEMAS)