summaryrefslogtreecommitdiff
path: root/popt/po
diff options
context:
space:
mode:
authorjbj <devnull@localhost>1999-01-22 15:57:39 +0000
committerjbj <devnull@localhost>1999-01-22 15:57:39 +0000
commit398c9e0363c65ddab756427d07d41908292036e4 (patch)
treec9ff0ece2cf66f88b6d0d1522946128119e03e82 /popt/po
parenta72a5178aff6d3ddc60851d0936c005598465ef7 (diff)
downloadrpm-398c9e0363c65ddab756427d07d41908292036e4.tar.gz
rpm-398c9e0363c65ddab756427d07d41908292036e4.tar.bz2
rpm-398c9e0363c65ddab756427d07d41908292036e4.zip
Change dependencies so that automake is not needed to build.
Update rpm POTFILES. Popt too. CVS patchset: 2741 CVS date: 1999/01/22 15:57:39
Diffstat (limited to 'popt/po')
-rw-r--r--popt/po/Makefile.in82
1 files changed, 0 insertions, 82 deletions
diff --git a/popt/po/Makefile.in b/popt/po/Makefile.in
deleted file mode 100644
index 67354b5b0..000000000
--- a/popt/po/Makefile.in
+++ /dev/null
@@ -1,82 +0,0 @@
-# Generated automatically from Makefile.in.in by configure.
-srcdir = .
-top_srcdir = ..
-
-LOCALEDIR=/usr/share/locale
-
-INSTALL= /usr/bin/install -c
-
-installprefix = $(DESTDIR)
-
-MSGMERGE = msgmerge
-
-NLSPACKAGE = popt
-
-LINGUAS = ro
-CATALOGS = $(addsuffix .mo, $(LINGUAS))
-
-POTFILES = \
-
-all: $(NLSPACKAGE).pot $(CATALOGS)
-
-$(NLSPACKAGE).pot: $(POTFILES)
- xgettext --default-domain=$(NLSPACKAGE) \
- --add-comments --keyword=_ --keyword=N_ $(POTFILES)
- if cmp -s $(NLSPACKAGE).po $(NLSPACKAGE).pot; then \
- rm -f $(NLSPACKAGE).po; \
- else \
- mv $(NLSPACKAGE).po $(NLSPACKAGE).pot; \
- fi
-
-update-po: Makefile
- @$(MAKE) $(NLSPACKAGE).pot
- @catalogs='$(CATALOGS)'; \
- for cat in $$catalogs; do \
- lang=`echo $$cat | sed 's/.mo//'`; \
- if $(MSGMERGE) $$lang.po $(NLSPACKAGE).pot > $$lang.pox ; then \
- echo "$(MSGMERGE) of $$lang succeeded" ; \
- mv $$lang.pox $$lang.po ; \
- else \
- echo "$(MSGMERGE) of $$lang failed" ; \
- rm -f $$lang.pox ; \
- fi \
- done
-
-clean:
- rm -f *mo
-# rm -f $(NLSPACKAGE).pot
-
-distclean: clean
- rm -f .depend Makefile
-
-depend:
-
-install:
- for n in $(CATALOGS); do \
- l=`basename $$n .mo`; \
- $(INSTALL) -m 755 -d $(installprefix)/$(LOCALEDIR)/$$l; \
- $(INSTALL) -m 755 -d $(installprefix)/$(LOCALEDIR)/$$l/LC_MESSAGES; \
- $(INSTALL) -m 644 $$n $(installprefix)/$(LOCALEDIR)/$$l/LC_MESSAGES/popt.mo; \
- done
-
-check:
-
-POTFILES: POTFILES.in
- ( if test 'x$(srcdir)' != 'x.'; then \
- posrcprefix='$(top_srcdir)/'; \
- else \
- posrcprefix="../"; \
- fi; \
- sed -e '/^#/d' -e '/^[ ]*$$/d' \
- -e "s@.*@ $$posrcprefix& \\\\@" \
- -e '$$s/\(.*\) \\/\1/' < $(srcdir)/POTFILES.in > POTFILES )
-
-Makefile: Makefile.in.in ../config.status POTFILES
- cd .. \
- && CONFIG_FILES=po/$@.in CONFIG_HEADERS= \
- $(SHELL) ./config.status
-
-distdir:
-
-%.mo: %.po
- msgfmt -o $@ $<