1SUBDIRS = m4 po src doc 2EXTRA_DIST = config.rpath ABOUT-NLS NEWBIE autogen.sh \ 3 autogen.sh adonthell.spec.in adonthell.spec \ 4 README.Linux README.MacOSX README.Windows \ 5 make_linux_appimg.sh make_osx_bundle.sh \ 6 make_windows_pkg.sh 7 8dist_man_MANS = adonthell.6 9 10install-data-local: 11 if test ! -d $(DESTDIR)$(gamedatadir)/games ; then \ 12 mkdir $(DESTDIR)$(gamedatadir)/games; \ 13 fi 14 15ACLOCAL_AMFLAGS = -I m4 16