diff options
author | Thien-Thi Nguyen <ttn@gnuvola.org> | 2002-05-12 05:40:51 +0000 |
---|---|---|
committer | Thien-Thi Nguyen <ttn@gnuvola.org> | 2002-05-12 05:40:51 +0000 |
commit | 62ca798e82cdc59717dc4a6c21d52adbc730f7d5 (patch) | |
tree | 724b9bd8010c1742a0e8c5906d320d28c5c5c9c3 | |
parent | 4bbb3f64f658f880c65163e80b8691a6523d0254 (diff) | |
download | guile-62ca798e82cdc59717dc4a6c21d52adbc730f7d5.tar.gz |
Include ../am/maintainer-dirs (in MAINTAINER_MODE).
(guile-api.alist, guile-api.alist-FORCE):
New rules (in MAINTAINER_MODE).
-rw-r--r-- | doc/Makefile.am | 13 |
1 files changed, 10 insertions, 3 deletions
diff --git a/doc/Makefile.am b/doc/Makefile.am index d21c51089..98d45448a 100644 --- a/doc/Makefile.am +++ b/doc/Makefile.am @@ -3,17 +3,17 @@ ## Copyright (C) 1998, 2002 Free Software Foundation, Inc. ## ## This file is part of GUILE. -## +## ## GUILE is free software; you can redistribute it and/or modify ## it under the terms of the GNU General Public License as ## published by the Free Software Foundation; either version 2, or ## (at your option) any later version. -## +## ## GUILE is distributed in the hope that it will be useful, but ## WITHOUT ANY WARRANTY; without even the implied warranty of ## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the ## GNU General Public License for more details. -## +## ## You should have received a copy of the GNU General Public ## License along with GUILE; see the file COPYING. If not, write ## to the Free Software Foundation, Inc., 59 Temple Place, Suite @@ -34,3 +34,10 @@ dist-hook: dest="`cd $(distdir)/example-smob; pwd`"; \ cd example-smob; \ cp $(EXAMPLE_SMOB_FILES) $$dest) + +if MAINTAINER_MODE +include $(top_srcdir)/am/maintainer-dirs +guile-api.alist: guile-api.alist-FORCE + ( cd $(top_builddir) ; $(mscripts)/update-guile-api.alist ) +guile-api.alist-FORCE: +endif |