1
0
mirror of https://gitlab.gnome.org/GNOME/glib.git synced 2025-07-23 18:37:50 +02:00

Some build fixes

This commit is contained in:
Matthias Clasen
2010-04-17 16:57:28 -04:00
parent 137cee425f
commit 3db0f554e4
2 changed files with 3 additions and 2 deletions
docs/reference/gio
gio/tests

@@ -137,6 +137,8 @@ man_MANS = \
gschema-compile.1 \ gschema-compile.1 \
gsettings-schema-convert.1 gsettings-schema-convert.1
$(man_MANS) : sgml-build.stamp
%.1 : xml/%.xml %.1 : xml/%.xml
@XSLTPROC@ -nonet http://docbook.sourceforge.net/release/xsl/current/manpages/docbook.xsl $< @XSLTPROC@ -nonet http://docbook.sourceforge.net/release/xsl/current/manpages/docbook.xsl $<
@@ -149,4 +151,3 @@ dist-hook-local: $(BUILT_EXTRA_DIST)
for f in $$files; do \ for f in $$files; do \
if test -f $$f; then d=.; else d=$(srcdir); fi; \ if test -f $$f; then d=.; else d=$(srcdir); fi; \
cp $$d/$$f $(distdir) || exit 1; done cp $$d/$$f $(distdir) || exit 1; done

@@ -145,7 +145,7 @@ test.mo: de.po
$(MKDIR_P) de/LC_MESSAGES; \ $(MKDIR_P) de/LC_MESSAGES; \
cp -f test.mo de/LC_MESSAGES cp -f test.mo de/LC_MESSAGES
gschemas.compiled: *.gschema gschemas.compiled: *.gschema.xml
$(top_builddir)/gio/gschema-compile --targetdir=${bulddir} ${srcdir} $(top_builddir)/gio/gschema-compile --targetdir=${bulddir} ${srcdir}
DISTCLEAN_FILES = applications/mimeinfo.cache DISTCLEAN_FILES = applications/mimeinfo.cache