From 2da0e6fd6f0fefd74162c60c8ae2f1f7542c0d08 Mon Sep 17 00:00:00 2001 From: Perry Werneck Date: Wed, 14 Nov 2018 14:47:36 -0200 Subject: [PATCH] Packaging for windows. --- Makefile.in | 7 +++++++ 1 file changed, 7 insertions(+), 0 deletions(-) diff --git a/Makefile.in b/Makefile.in index 6c6bb09..a740984 100644 --- a/Makefile.in +++ b/Makefile.in @@ -156,6 +156,13 @@ $(POTDIR)/%.pot: \ $< @touch $@ +$(POTDIR)/%.pot: \ + %.rc + + @echo $< ... + @$(MKDIR) `dirname $@` + @touch $@ + #---[ Release Targets ]------------------------------------------------------------------ all: \ -- libgit2 0.21.2