X-Git-Url: http://git.annexia.org/?a=blobdiff_plain;f=po%2FMakefile.in;h=25b2609dad5bd751f3bc868537b3c2474c56d7c5;hb=808b0435ac304f1a31063d80f6b8a6b88e578885;hp=46f1a137d6fa65f330237058267d039c15068a9a;hpb=d2056df9b67dc906882e69f34faac7bc7120f386;p=virt-p2v.git diff --git a/po/Makefile.in b/po/Makefile.in index 46f1a13..25b2609 100644 --- a/po/Makefile.in +++ b/po/Makefile.in @@ -34,7 +34,13 @@ POFILES = $(addsuffix .po,$(LINGUAS)) MOFILES = $(addsuffix .mo,$(LINGUAS)) POTFILE = $(OCAML_GETTEXT_PACKAGE).pot -all: $(MOFILES) $(POTFILE) +all: ../.tmp.virt-p2v.ml $(MOFILES) $(POTFILE) + +# This is just a hack because ocaml-gettext doesn't know what to +# do with a file that doesn't end in a *.ml extension, and even +# if renamed it doesn't work because of the toplevel directives. +../.tmp.virt-p2v.ml: ../virt-p2v + grep -v '^#' < $< > $@ install: install-po