Sha256: 98bd9270b4fbd2395f27c05c17e1fc87acd0d385a5d7126c811e6264b40c3e88
Contents?: true
Size: 270 Bytes
Versions: 21
Compression:
Stored size: 270 Bytes
Contents
#! /usr/bin/env bash LIST=`find . -name \*.h -o -name \*.hh -o -name \*.H -o -name \*.hxx -o -name \*.hpp -o -name \*.cpp -o -name \*.cc -o -name \*.cxx -o -name \*.ecpp -o -name \*.C`; if test -n "$LIST"; then $XGETTEXT $LIST -o $podir/rbuic4.pot; fi
Version data entries
21 entries across 21 versions & 2 rubygems