mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-04-16 12:28:48 +02:00
Some build fixes
This commit is contained in:
parent
137cee425f
commit
3db0f554e4
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user