diff options
author | jacob berkman <jacob@ximian.com> | 2002-05-03 20:17:11 +0000 |
---|---|---|
committer | Jacob Berkman <jberkman@src.gnome.org> | 2002-05-03 20:17:11 +0000 |
commit | 2c1998f4ffdbcd752e8fc9187a36bb7208b51495 (patch) | |
tree | 076934a128803653dddf8b14f11eebbe66771891 /Makefile.am | |
parent | 54fca4b8772da0ac94d0d60931a15fc36aa7757f (diff) | |
download | gdm-2c1998f4ffdbcd752e8fc9187a36bb7208b51495.tar.gz |
turn off help for now, until it's ported to xml etc.
2002-05-03 jacob berkman <jacob@ximian.com>
* Makefile.am (SUBDIRS):
* configure.in (AC_OUTPUT): turn off help for now, until it's
ported to xml etc.
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index 643bb0e3..5da2d977 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,5 +1,8 @@ SUBDIRS = config pixmaps vicious-extensions \ - daemon gui utils docs omf-install po + daemon gui utils po + +# add these when help gets added back +# docs omf-install EXTRA_DIST = \ ChangeLog \ |