summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBehdad Esfahbod <behdad@gnome.org>2007-12-20 03:06:06 +0000
committerBehdad Esfahbod <behdad@src.gnome.org>2007-12-20 03:06:06 +0000
commitdfa82a5ea680c65ca25c280d2c52bb9342b08cd7 (patch)
tree20b4dc2141b28ae76dc9bc80ad67087899cc6d90
parentcbd6e61fbff0af995bf198225d2b138c45c5d53d (diff)
downloadpango-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
-rw-r--r--ChangeLog10
-rw-r--r--Makefile.am2
-rw-r--r--docs/Makefile.am3
-rw-r--r--docs/pango-querymodules.149
4 files changed, 12 insertions, 52 deletions
diff --git a/ChangeLog b/ChangeLog
index a0bdbcff..76d2a947 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,15 @@
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.
+
+2007-12-19 Behdad Esfahbod <behdad@gnome.org>
+
Red Hat Bug 426178: gtkdoc-scan fails on pango
* docs/pango-sections.txt:
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
diff --git a/docs/Makefile.am b/docs/Makefile.am
index 5c01ce3f..5bbdfb7e 100644
--- a/docs/Makefile.am
+++ b/docs/Makefile.am
@@ -99,9 +99,8 @@ man_MANS = pango-querymodules.1
if ENABLE_MAN
-.1.xml:
+.xml.1:
@XSLTPROC@ -nonet http://docbook.sourceforge.net/release/xsl/current/manpages/docbook.xsl $<
-
endif
EXTRA_DIST += \
diff --git a/docs/pango-querymodules.1 b/docs/pango-querymodules.1
deleted file mode 100644
index c7c34901..00000000
--- a/docs/pango-querymodules.1
+++ /dev/null
@@ -1,49 +0,0 @@
-.\"Generated by db2man.xsl. Don't modify this, modify the source.
-.de Sh \" Subsection
-.br
-.if t .Sp
-.ne 5
-.PP
-\fB\\$1\fR
-.PP
-..
-.de Sp \" Vertical space (when we can't use .PP)
-.if t .sp .5v
-.if n .sp
-..
-.de Ip \" List item
-.br
-.ie \\n(.$>=3 .ne \\$3
-.el .ne 3
-.IP "\\$1" \\$2
-..
-.TH "PANGO-QUERYMODULES" 1 "" "" ""
-.SH NAME
-pango-querymodules \- Module registration utility
-.SH "SYNOPSIS"
-
-.nf
-\fBpango-querymodules\fR [module...]
-.fi
-
-.SH "DESCRIPTION"
-
-.PP
- \fBpango-querymodules\fR collects information about loadable modules for Pango and writes it to \fIstdout\fR\&.
-
-.PP
-If called without arguments, it looks for modules in the Pango module path\&.
-
-.PP
-If called with arguments, it looks for the specified modules\&. The arguments may be absolute or relative paths\&.
-
-.SH "ENVIRONMENT"
-
-.PP
-The Pango module path is specified by the key Pango/ModulesPath in the Pango config database, which is read from \fI\fIsysconfdir\fR/pango/pangorc\fR, \fI~/\&.pangorc\fR and the file specified in the environment variable \fBPANGO_RC_FILE\fR\&.
-
-.SH "BUGS"
-
-.PP
-None known yet\&.
-