diff options
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/Makefile.am b/Makefile.am index f58da94..9bc1cef 100644 --- a/Makefile.am +++ b/Makefile.am @@ -10,11 +10,13 @@ # WITHOUT ANY WARRANTY, to the extent permitted by law; without even the # implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. -EXTRA_DIST = ABOUT-NLS autogen.sh configure mdk.spec -SUBDIRS = po intl doc lib mixlib mixguile mixutils mixgtk misc samples +EXTRA_DIST = config.rpath ABOUT-NLS autogen.sh configure mdk.spec +SUBDIRS = m4 po doc lib mixlib mixguile mixutils mixgtk misc samples docdir = $(top_builddir)/doc html: echo Making html in $(docdir) cd $(docdir) && make html + +ACLOCAL_AMFLAGS = -I m4 |