X-Git-Url: https://git.stderr.nl/gitweb?a=blobdiff_plain;f=Makefile.am;fp=Makefile.am;h=42e7b2b05df56bcbdbfdc2e6aa07c0b868497a3c;hb=c6cb6dcf2f5e1c581a847e8619ee49f75b2ec979;hp=0000000000000000000000000000000000000000;hpb=dc12376c7b6c8957cddab1bd5936409d9818f5f1;p=projects%2Fchimara%2Fchimara.git diff --git a/Makefile.am b/Makefile.am new file mode 100755 index 0000000..42e7b2b --- /dev/null +++ b/Makefile.am @@ -0,0 +1,24 @@ +## Process this file with automake to produce Makefile.in +## Created by Anjuta + +SUBDIRS = src po + +chimaradocdir = ${prefix}/doc/chimara +chimaradoc_DATA = \ + README\ + COPYING\ + AUTHORS\ + ChangeLog\ + INSTALL\ + NEWS + +EXTRA_DIST = $(chimaradoc_DATA) + +# 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 +