Commit 2da0e6fd6f0fefd74162c60c8ae2f1f7542c0d08
1 parent
a4a7c63a
Exists in
master
and in
3 other branches
Packaging for windows.
Showing
1 changed file
with
7 additions
and
0 deletions
Show diff stats
Makefile.in
@@ -156,6 +156,13 @@ $(POTDIR)/%.pot: \ | @@ -156,6 +156,13 @@ $(POTDIR)/%.pot: \ | ||
156 | $< | 156 | $< |
157 | @touch $@ | 157 | @touch $@ |
158 | 158 | ||
159 | +$(POTDIR)/%.pot: \ | ||
160 | + %.rc | ||
161 | + | ||
162 | + @echo $< ... | ||
163 | + @$(MKDIR) `dirname $@` | ||
164 | + @touch $@ | ||
165 | + | ||
159 | #---[ Release Targets ]------------------------------------------------------------------ | 166 | #---[ Release Targets ]------------------------------------------------------------------ |
160 | 167 | ||
161 | all: \ | 168 | all: \ |