## Process this file with automake to produce Makefile.in SUBDIRS = macros include src pixmaps data intl po doc silkydocdir = ${silky_docdir} silkydoc_DATA = \ README\ README.win32\ README.distributions\ COPYING\ AUTHORS\ ReleaseNotes\ ChangeLog\ INSTALL\ NEWS\ TODO gladedir=$(datadir)/silky glade_DATA = silky.glade silky-channel.glade silky-query.glade tips.txt EXTRA_DIST = $(silkydoc_DATA) $(glade_DATA) gnomemenudir = $(prefix)/@NO_PREFIX_PACKAGE_MENU_DIR@/Applications gnomemenu_DATA = silky.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