diff options
author | Andreas Rottmann <a.rottmann@gmx.at> | 2009-09-14 12:34:37 +0200 |
---|---|---|
committer | Andreas Rottmann <a.rottmann@gmx.at> | 2009-09-14 12:34:37 +0200 |
commit | 3bebb94360f1c2333feb8d504a9fa4f96984d8b7 (patch) | |
tree | a8aaac2174791365ed3e9975ae81106a47902f2a /doc/Makefile.am | |
parent | fa095a4504cbe668e4244547e2c141597bea4ecf (diff) |
Imported Upstream version 0.9.1.1upstream/0.9.1.1
Diffstat (limited to 'doc/Makefile.am')
-rw-r--r-- | doc/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/Makefile.am b/doc/Makefile.am index a66c69da..ac3480c8 100644 --- a/doc/Makefile.am +++ b/doc/Makefile.am @@ -176,7 +176,7 @@ dist-html-monolithic: cp -p $$d/$$file $(distdir)/$$file || exit 1 # We would like to put libunistring_*.html into EXTRA_DIST, but it doesn't work. -dist-html-split: +dist-html-split: libunistring_toc.html $(mkdir_p) $(distdir)/ file=libunistring_toc.html; \ if test -f $$file; then d=.; else d=$(srcdir); fi; \ |