1 ## Process this file with automake to produce Makefile.in
6 mmopongdocdir = ${prefix}/doc/mmopong
15 EXTRA_DIST = $(mmopongdoc_DATA)
17 # Copy all the spec files. Of cource, only one is actually used.
19 for specfile in *.spec; do \
20 if test -f $$specfile; then \
21 cp -p $$specfile $(distdir); \