Update of /cvsroot/ufraw/ufraw/po
In directory sfp-cvs-1.v30.ch3.sourceforge.com:/tmp/cvs-serv4881
Modified Files:
Makefile.in.in
Log Message:
Do not distribute gmo files in the source tarball.
Index: Makefile.in.in
===================================================================
RCS file: /cvsroot/ufraw/ufraw/po/Makefile.in.in,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -d -r1.7 -r1.8
--- Makefile.in.in 14 Mar 2013 08:30:06 -0000 1.7
+++ Makefile.in.in 24 Mar 2013 07:00:19 -0000 1.8
@@ -57,7 +57,7 @@
POFILES = @POFILES@
GMOFILES = @GMOFILES@
DISTFILES = Makefile.in.in POTFILES.in $(GETTEXT_PACKAGE).pot \
-$(POFILES) $(GMOFILES) $(SOURCES)
+$(POFILES) $(SOURCES)
POTFILES = \
@@ -79,7 +79,7 @@
$(MSGFMT) -o $@ $<
.po.gmo:
- file=$(srcdir)/`echo $* | sed 's,.*/,,'`.gmo \
+ file=./`echo $* | sed 's,.*/,,'`.gmo \
&& rm -f $$file && $(GMSGFMT) $(MSGFMT_OPTS) -o $$file $<
.po.cat:
@@ -202,11 +202,11 @@
distclean: clean
rm -f Makefile Makefile.in POTFILES *.mo *.msg *.cat *.cat.m
+ rm -f $(GMOFILES)
maintainer-clean: distclean
@echo "This command is intended for maintainers to use;"
@echo "it deletes files that may require special tools to rebuild."
- rm -f $(GMOFILES)
distdir = ../$(GETTEXT_PACKAGE)-$(VERSION)/$(subdir)
dist distdir: update-po $(DISTFILES)
------------------------------------------------------------------------------
Everyone hates slow websites. So do we.
Make your web apps faster with AppDynamics
Download AppDynamics Lite for free today:
http://p.sf.net/sfu/appdyn_d2d_mar
_______________________________________________
ufraw-cvs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/ufraw-cvs