SUBDIRS = m4 intl po lib src xsl win32 EXTRA_DIST = config.rpath \ datadesigner.spec.in \ autogen.sh \ datadesigner.desktop # Copy all the spec files. Of cource, only one is actually used. dist-hook: for specfile in *.spec; do \ if test -f $$specfile; then \ cp -p $$specfile $(distdir); \ fi \ done