1 ## Process this file with automake to produce Makefile.in
6 opendashboarddocdir = ${prefix}/doc/opendashboard
7 opendashboarddoc_DATA = \
15 EXTRA_DIST = $(opendashboarddoc_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); \