diff options
author | Behdad Esfahbod <behdad@gnome.org> | 2007-12-20 03:06:06 +0000 |
---|---|---|
committer | Behdad Esfahbod <behdad@src.gnome.org> | 2007-12-20 03:06:06 +0000 |
commit | dfa82a5ea680c65ca25c280d2c52bb9342b08cd7 (patch) | |
tree | 20b4dc2141b28ae76dc9bc80ad67087899cc6d90 /Makefile.am | |
parent | cbd6e61fbff0af995bf198225d2b138c45c5d53d (diff) | |
download | pango-dfa82a5ea680c65ca25c280d2c52bb9342b08cd7.tar.gz |
Bug 504585 – pango-querymodules.1 syntax error
2007-12-19 Behdad Esfahbod <behdad@gnome.org>
Bug 504585 – pango-querymodules.1 syntax error
* Makefile.am:
* docs/Makefile.am:
* docs/pango-querymodules.1:
Fix man-page generation rule, also remove pango-querymodules.1 from
SVN so it's regenerated from XML at dist time.
svn path=/trunk/; revision=2529
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index c8dc1a2a..87463d58 100644 --- a/Makefile.am +++ b/Makefile.am @@ -72,4 +72,4 @@ if HAVE_WIN32 pkgconfig_DATA += pangowin32.pc endif -DISTCHECK_CONFIGURE_FLAGS = --enable-gtk-doc --disable-doc-cross-references +DISTCHECK_CONFIGURE_FLAGS = --enable-gtk-doc --enable-man --disable-doc-cross-references |