[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    branches/KDE/3.5/kdesdk/kbabel
From:       Nicolas Goutte <nicolasg () snafu ! de>
Date:       2006-02-27 5:35:53
Message-ID: 1141018553.242489.6468.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 514005 by goutte:

Remove targets meant for an independent release of KBabel
(especially  that the code seems outdated).
(Backport of revision 514002)


 M  +0 -75     Makefile.am  


--- branches/KDE/3.5/kdesdk/kbabel/Makefile.am #514004:514005
@@ -6,78 +6,3 @@
 	$(EXTRACTRC) `find . -name \*.rc -o -name \*.ui` >> rc.cpp
 	$(XGETTEXT) `find . -name \*.cpp -o -name \*.cc` -o $(podir)/kbabel.pot	
 
-VERSION:=`cat ${PWD}/VERSION`
-
-epmsnapshot: VERSION:=`date +%d%m%Y`
-
-snapshot: VERSION:=`date +%d%m%Y`
-
-
-epm: epm-command
-	$(EPM) kbabel
-	rm -f kbabel.pofiles
-
-rpm: epm-command
-	$(EPM) -f rpm kbabel
-	rm -f kbabel.pofiles
-
-epmsnapshot: epm-command
-	$(EPM) kbabel
-	rm -f kbabel.pofiles
-
-srcdist:  srcdist-command
-	$(DISTCOMMAND)
-
-snapshot: srcdist-command
-	$(DISTCOMMAND)
-
-pofile-list: pofiles
-	rm -f kbabel.pofiles
-	I18NDIR=$(top_srcdir)/../kde-i18n; \
-	for lang in `cat $$I18NDIR/subdirs`; do \
-        test -r $$I18NDIR/$$lang/messages/kdesdk/kbabel.gmo && \
-        echo "f 0644 root root \$$LOCALEDIR/$$lang/LC_MESSAGES/kbabel.mo \
                $$I18NDIR/$$lang/messages/kdesdk/kbabel.gmo" >> kbabel.pofiles; \
-    done; \
-    echo done
-
-doc:
-	cd $(top_srcdir)/doc/kbabel && make
-
-pofiles:
-	echo preparing po files
-	I18NDIR=$(top_srcdir)/../kde-i18n &&\
-	for lang in `cat $$I18NDIR/subdirs`; do \
-        test -r $$I18NDIR/$$lang/messages/kdesdk/kbabel.po && \
-        $(MSGFMT) -o $$I18NDIR/$$lang/messages/kdesdk/kbabel.gmo \
                $$I18NDIR/$$lang/messages/kdesdk/kbabel.po; \
-    done; \
-    rm -f messages; \
-    echo done;
-
-
-epm-command: all pofile-list doc
-EPM=epm LIBDIR=$(kde_libraries) INCLUDEDIR=$(kde_includes) BINDIR=$(kde_bindir) \
APPLNKDIR=$(kde_appsdir) DATADIR=$(kde_datadir) MIMEDIR=$(kde_mimedir) \
ICONDIR=$(kde_icondir) MODULEDIR=$(kde_moduledir) DOCDIR=$(kde_htmldir)/en \
LOCALEDIR=$(kde_locale) PREFIX=$(prefix) VERSION=`cat VERSION` PACKAGER=`whoami` \
                `test -r setup.xpm && echo "-s setup.xpm"`
-
-
-srcdist-command: doc pofiles
-DISTCOMMAND=cd .. && rm -r -f kbabel.temp && cp -r -p kbabel kbabel.temp && \
-    cd kbabel && make distclean && \
-    cp -r -p $(top_srcdir)/doc/kbabel doc &&\
-    cd doc && make distclean; cd .. &&\
-    printf "KDE_LANG=en\nKDE_DOCS=kbabel\n" > doc/Makefile.am && \
-    I18NDIR=$(top_srcdir)/../kde-i18n && \
-    mkdir -p po && \
-	for lang in `cat $$I18NDIR/subdirs`; do \
-        test -r $$I18NDIR/$$lang/messages/kdesdk/kbabel.gmo && \
-        cp -p $$I18NDIR/$$lang/messages/kdesdk/kbabel.gmo po/$$lang.gmo; \
-        test -r $$I18NDIR/$$lang/messages/kdesdk/kbabel.po && \
-        cp -p $$I18NDIR/$$lang/messages/kdesdk/kbabel.po po/$$lang.po; \
-    done; \
-    printf "POFILES = AUTO\nPACKAGE=kbabel" > po/Makefile.am; \
-    cat Makefile.am | sed -e 's/SUBDIRS = /SUBDIRS = doc po /g' > Makefile.am.new  \
                && \
-    mv -f Makefile.am.new Makefile.am && \
-    cd .. && \
-    rm -r -f kbabel-$(VERSION) *.tar *.gz *.bz2 && \
-    scripts/cvs2pack . kbabel $(VERSION) &&\
-    rm -r -f kbabel-$(VERSION) && \
-    rm -f kbabel-$(VERSION).tar && \
-    rm -r -f kbabel && mv kbabel.temp kbabel


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic