diff options
author | Matthias Clasen <mclasen@redhat.com> | 2012-09-04 22:20:30 -0400 |
---|---|---|
committer | Matthias Clasen <mclasen@redhat.com> | 2012-09-04 22:20:30 -0400 |
commit | 7798a179348250788a35f1fce4aa9490e0c61100 (patch) | |
tree | 41ad2563241c8bc5aaff4943b2228b316b23f2cf | |
parent | 3777c156bd49378d08df6d7c3c2eba04cda5a7d1 (diff) | |
download | pango-7798a179348250788a35f1fce4aa9490e0c61100.tar.gz |
Revert "Temporarily work around doc build breakages"
This reverts commit 007aa41d10038e9632bad373a837e540b4d0e8e4.
-rw-r--r-- | docs/Makefile.am | 2 | ||||
-rwxr-xr-x | docs/check.docs | 2 |
2 files changed, 1 insertions, 3 deletions
diff --git a/docs/Makefile.am b/docs/Makefile.am index 44785527..0a6c53cc 100644 --- a/docs/Makefile.am +++ b/docs/Makefile.am @@ -141,7 +141,7 @@ EXTRA_DIST += \ $(man_MANS) # force doc rebulid after configure -dist-hook-local: dist-local-check-mans-enabled dist-local-check-no-cross-references +dist-hook-local: dist-local-check-mans-enabled dist-local-check-no-cross-references pango-docs-clean all-local pango-docs-clean: clean cd $(srcdir) && rm -rf xml html diff --git a/docs/check.docs b/docs/check.docs index 69ed186a..1cf051b1 100755 --- a/docs/check.docs +++ b/docs/check.docs @@ -1,7 +1,5 @@ #!/bin/sh -exit 0 - LC_ALL=C export LC_ALL |