diff options
author | Matthias Clasen <mclasen@redhat.com> | 2010-05-11 12:48:22 -0400 |
---|---|---|
committer | Matthias Clasen <mclasen@redhat.com> | 2010-05-13 22:34:32 -0400 |
commit | a7c4c7de58a48c179e4dc3336814f63c33ad07ff (patch) | |
tree | 40d9135edd67545bff9fe8ea193cab8aadc10605 /docs | |
parent | 62c0454b34191b56d439521e537915b0514f8dbb (diff) |
Remove a reference to Pango
Diffstat (limited to 'docs')
-rw-r--r-- | docs/reference/gio/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/reference/gio/Makefile.am b/docs/reference/gio/Makefile.am index 3d667e122..16a1341bc 100644 --- a/docs/reference/gio/Makefile.am +++ b/docs/reference/gio/Makefile.am @@ -151,7 +151,7 @@ else $(man_MANS): echo Man generation disabled. Creating dummy $@. Configure with --enable-man to enable it. - echo Man generation disabled. Remove this file, configure with --enable-man, and rebuild Pango > $@ + echo Man generation disabled. Remove this file, configure with --enable-man, and rebuild > $@ dist-local-check-mans-enabled: echo "*** --enable-man must be used in order to make dist" |