/[straw]/straw/Makefile
ViewVC logotype

Diff of /straw/Makefile

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.13 by jmalonzo, Tue Oct 21 10:49:02 2003 UTC revision 1.14 by jmalonzo, Tue Nov 25 10:22:22 2003 UTC
# Line 28  schema_DATA = data/straw.schemas Line 28  schema_DATA = data/straw.schemas
28  # modify this if you're running your own build environment (garnome/jhbuild)  # modify this if you're running your own build environment (garnome/jhbuild)
29  # change it to "xml://path/to/gnome_build_env/etc/gconf/gconf.xml.defaults"  # change it to "xml://path/to/gnome_build_env/etc/gconf/gconf.xml.defaults"
30  GCONF_SCHEMA_CONFIG_SOURCE = xml::/etc/gconf/gconf.xml.defaults  GCONF_SCHEMA_CONFIG_SOURCE = xml::/etc/gconf/gconf.xml.defaults
31  GCONF_SCHEMA_FILE_DIR = $(SYSCONFDIR)/gconf/schemas/  GCONF_SCHEMA_FILE_DIR = /etc/gconf/schemas/
32  GCONFTOOL = gconftool-2  GCONFTOOL = gconftool-2
33    
34  SCHEMADIR = $(GCONF_SCHEMA_FILE_DIR)  SCHEMADIR = $(GCONF_SCHEMA_FILE_DIR)
35    
36  GCONF_CONFIG_SOURCE = $(GCONF_SCHEMA_CONFIG_SOURCE) $(GCONFTOOL) --makefile-install-rule data/straw.schemas  
37    install-schemas:
38            GCONF_CONFIG_SOURCE=$(GCONF_SCHEMA_CONFIG_SOURCE) $(GCONFTOOL) --makefile-install-rule $(schema_DATA)
39    
40  %.mo : %.po  %.mo : %.po
41          $(MSGFMT) -c -o $@ $<          $(MSGFMT) -c -o $@ $<
42    
43  all: translate  all: translate install-schemas
44          $(PYTHON) -c 'import compileall; compileall.compile_dir("src/lib")'          $(PYTHON) -c 'import compileall; compileall.compile_dir("src/lib")'
45    
46  translate-pot:  translate-pot:

Legend:
Removed from v.1.13  
changed lines
  Added in v.1.14

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26