The following commit has been merged in the master branch:
commit bc5664e965a91cf134293d7ec2bb38cb77589dbc
Author: Sylvain Le Gall <[EMAIL PROTECTED]>
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
_______________________________________________
Pkg-ocaml-maint-commits mailing list
[email protected]
http://lists.alioth.debian.org/mailman/listinfo/pkg-ocaml-maint-commits