Sha256: a326c301b8296af76f7955fbb531e04776c6882225aca8740f21781dca3f1dad
Contents?: true
Size: 264 Bytes
Versions: 21
Compression:
Stored size: 264 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/rbrcc.pot; fi
Version data entries
21 entries across 21 versions & 2 rubygems