1 ## Process this file with automake to produce Makefile.in
4 SUBDIRS = src po test data
6 mmediamanagerdocdir = ${prefix}/doc/mmediamanager
7 mmediamanagerdoc_DATA = \
15 EXTRA_DIST = $(mmediamanagerdoc_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); \