[Pkg-ocaml-maint-commits] [SCM] ocaml-libvirt packaging branch, master, updated. bc5664e965a91cf134293d7ec2bb38cb77589dbc

Sylvain Le Gall gildor at debian.org
Sat Jun 28 17:22:55 UTC 2008


The following commit has been merged in the master branch:
commit bc5664e965a91cf134293d7ec2bb38cb77589dbc
Author: Sylvain Le Gall <gildor at debian.org>
Date:   Sat Jun 28 19:20:03 2008 +0200

    Build and install MO file.

diff --git a/debian/rules b/debian/rules
index 6db2faf..755c6b1 100755
--- a/debian/rules
+++ b/debian/rules
@@ -46,7 +46,14 @@ DOCBOOK_MANPAGE_SOURCES := $(CURDIR)/debian/xml-man/en/mlvirsh.xml
 DOCBOOK_MANPAGE_EXTRA_SOURCES := $(CURDIR)/debian/xml-man/en/license.xml      \
                                  $(CURDIR)/debian/xml-man/en/refentryinfo.xml
 
+build/libvirt-ocaml::
+	$(MAKE) -C '$(CURDIR)/po' all
+
+install/libvirt-ocaml::
+	$(MAKE) -C '$(CURDIR)/po' install PODIR=$(DESTDIR)/usr/share/locale
+
 clean::
+	if test -e $(CURDIR)/po/Makefile; then $(MAKE) -C '$(CURDIR)/po' clean; fi
 	-$(RM) '$(CURDIR)/META'
 	-$(RM) '$(CURDIR)/Make.rules'
 	-$(RM) '$(CURDIR)/Makefile'

-- 
ocaml-libvirt packaging



More information about the Pkg-ocaml-maint-commits mailing list