added necessary autotools stuff for gnome-doc-utils. [lost when migrating

* Makefile.am, configure.ac, data/pages/Makefile.am: added necessary
autotools stuff for gnome-doc-utils. [lost when migrating from bzr]


svn path=/trunk/; revision=85
This commit is contained in:
Frederic Peters 2007-08-08 08:03:32 +00:00
parent 3fc0237203
commit 9427c5e2a1
4 changed files with 14 additions and 0 deletions

View File

@ -1,3 +1,8 @@
2007-08-08 Frederic Peters <fpeters@0d.be>
* Makefile.am, configure.ac, data/pages/Makefile.am: added necessary
autotools stuff for gnome-doc-utils.
2007-08-03 Daniel Nylander <po@danielnylander.se>
* data/pages/sv/sv.po: Added initial Swedish translation.

View File

@ -1,2 +1,4 @@
SUBDIRS = po data
EXTRA_DIST = gnome-doc-utils.make

View File

@ -11,9 +11,14 @@ AC_DEFINE_UNQUOTED(GETTEXT_PACKAGE, "$GETTEXT_PACKAGE", [The gettext package])
AM_GLIB_GNU_GETTEXT
IT_PROG_INTLTOOL([0.35.0])
# gnome-doc-utils
PKG_PROG_PKG_CONFIG
GNOME_DOC_INIT
AC_OUTPUT([
Makefile
po/Makefile.in
data/Makefile
data/pages/Makefile
])

View File

@ -1,3 +1,5 @@
DOC_LINGUAS = sv
include $(top_srcdir)/gnome-doc-utils.make
dist-hook: doc-dist-hook