X-Git-Url: http://git.annexia.org/?a=blobdiff_plain;f=Makefile.in;h=23fccb5847d4b2e22ce659fbb54f1163ec56caa4;hb=0a354dd8e7e1fc5853af75d76de772e31f4a7901;hp=799da69b8d16bd0ebd2b311deac168c10841bbbe;hpb=245add886d407308340de3d6f1983602c3ba2645;p=virt-mem.git diff --git a/Makefile.in b/Makefile.in index 799da69..23fccb5 100644 --- a/Makefile.in +++ b/Makefile.in @@ -50,7 +50,7 @@ endif TARGETS = $(MANPAGES) $(TEXTMANPAGES) all: $(TARGETS) - for d in $(SUBDIRS); do \ + for d in $(SUBDIRS_NOT_PO); do \ $(MAKE) -C $$d $@; \ if [ $$? -ne 0 ]; then exit 1; fi; \ done @@ -83,6 +83,22 @@ distclean: clean rm -f Makefile rm -f */Makefile +# Rebuild the PO files. + +update-po: + $(MAKE) -C po all + +# Download distribution kernels (warning: takes AGES). + +update-kerneldb: + cd kernels && \ + ../extract/fedora-koji/fedora-koji-download-kernels.opt + +# Rebuild the generated kernel struct parsers from the kerneldb. + +update-kernel-structs: + extract/codegen/kerneldb-to-parser.opt kernels lib + # Developer documentation (in html/ subdirectory). ifneq ($(OCAMLDOC),)