diff --git a/Makefile.in b/Makefile.in index da2f785..6e6b87f 100644 --- a/Makefile.in +++ b/Makefile.in @@ -105,8 +105,16 @@ install: \ install-locale: \ locale/$(LIBNAME).pot + @$(MAKE) -C locale DESTDIR=$(DESTDIR) install + @$(MKDIR) \ + $(DESTDIR)$(datarootdir)/$(PRODUCT_NAME)/pot + + @$(INSTALL_DATA) \ + locale/$(LIBNAME).pot \ + $(DESTDIR)$(datarootdir)/$(PRODUCT_NAME)/pot/$(LIBNAME).pot + install-server: \ server -- libgit2 0.21.2