6552d6b556
2005-07-24 Lucas Rocha <lucasr@cvs.gnome.org> * .cvsignore: added gnome-doc-utils.make. * configure.in: added GNOME_DOC_INIT and removed help/C/Makefile and help/sr/Makefile from AC_OUTPUT. * Makefile.am: added gnome-doc-utils.make to EXTRA_DIST and DISTCLEANFILES. Added DISTCHECK_CONFIGURE_FLAGS. * help/Makefile.am: migration to gnome-doc-utils. * help/zenity.omf.in: new OMF file to be used by gnome-doc-utils. * help/C/Makefile.am, help/C/zenity-C.omf: No longer needed. Removed. * help/C/zenity.xml: updates to be gnome-doc-utils compliant. * help/ChangeLog: new ChangeLog to keep track of doc updates.
50 lines
1.2 KiB
Makefile
50 lines
1.2 KiB
Makefile
#
|
|
# FIXME:
|
|
# currently scrollkeeper-update does not seem to
|
|
# remove its database when there is no useful
|
|
# information contained there. Therefore, with
|
|
# "make uninstall" you're left with loads of
|
|
# stuff in /var/scrollkeeper and distcheck
|
|
# fails.
|
|
#
|
|
# http://mail.gnome.org/archives/gnome-doc-list/2003-May/msg00008.html
|
|
#
|
|
# This overrides the uninstall check so distcheck
|
|
# passes
|
|
#
|
|
# distuninstallcheck_listfiles = find . -type f -print | grep -v 'scrollkeeper' | grep -v 'omf' | grep -v 'figures'
|
|
distuninstallcheck:
|
|
@:
|
|
|
|
distcleancheck_listfiles = find . -type f -print | grep -v 'omf\.out' | grep -v 'legal.xml'
|
|
|
|
SUBDIRS = \
|
|
src \
|
|
po \
|
|
data \
|
|
help
|
|
|
|
EXTRA_DIST = \
|
|
intltool-extract.in \
|
|
intltool-merge.in \
|
|
intltool-update.in \
|
|
zenity.spec \
|
|
zenity.spec.in \
|
|
omf.make \
|
|
xmldocs.make \
|
|
COPYING \
|
|
HACKING \
|
|
ChangeLog \
|
|
NEWS \
|
|
README \
|
|
AUTHORS \
|
|
gnome-doc-utils.make
|
|
|
|
DISTCLEANFILES = \
|
|
intltool-extract \
|
|
intltool-merge \
|
|
intltool-update \
|
|
gnome-doc-utils.make
|
|
|
|
DISTCHECK_CONFIGURE_FLAGS = --disable-scrollkeeper
|