diff options
author | Andreas Jaeger <aj@suse.de> | 2012-05-04 17:09:56 +0200 |
---|---|---|
committer | Andreas Jaeger <aj@suse.de> | 2012-05-04 17:09:56 +0200 |
commit | 110c96ff292adf9c5be51a8a22ee8ff8e1af3959 (patch) | |
tree | 7ad0298d935bff4bb1c278d277209fdf8b54fff3 /ChangeLog | |
parent | 1261f5d10cef72c93474f0198d07343d42b82cf7 (diff) | |
download | glibc-110c96ff292adf9c5be51a8a22ee8ff8e1af3959.tar glibc-110c96ff292adf9c5be51a8a22ee8ff8e1af3959.tar.gz glibc-110c96ff292adf9c5be51a8a22ee8ff8e1af3959.tar.bz2 glibc-110c96ff292adf9c5be51a8a22ee8ff8e1af3959.zip |
Revert "Do not build manual in the source directory"
This reverts commit e3945c47bdac1149a1fec5d46bd567a248cd17b9.
reverting since it breaks building.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 31 |
1 files changed, 1 insertions, 30 deletions
@@ -1,33 +1,4 @@ -2012-05-04 Andreas Jaeger <aj@suse.de> - - [BZ #13750] - * manual/.gitignore: Remove, it's not needed anymore. - * manual/libc-texinfo.sh: Pass OUTDIR as extra argument, create - all files in it. - * manual/Makefile (dvi, pdf, info, html): Depend on files in build - directory. - (texis): Renamed to $(objpfx)texis. - (texis-path): New, contains path to generated files. - (chapters.%): Use texis-path for complete path, add extra argument - libc-texinfo.sh. - (libc.dvi, libc.pdf, libc.info, libc.pdf): Add $(objfpx) as prefix. - (libc/index.html, summary.texi): Add $(objpfx) as prefix. - (summary,texi, stamp-summary): Use complete path of - files. Generate files in build dir. - (dir-add.texi): Build in build dir. - (libm-err.texi,stamp-libm-err): Likewise. - (version.texi, stamp-version): Likewise. - (.%c.texi): Likewise. - (%.info,%.dvi,%.pdf): Add $(objpfx) as prefix, build in build dir. - (mostlyclean): Remove target. - (realclean): Remove target. - (generated): Add new variable with contents from mostlyclean and - realclean, remove entries duplicated in common-mostlyclean, add - stamp-libm-err and stamp-version. - (generated-dirs): Add libc directory. - ($(inst_infodir)/libc.info): Install files from build dir. - -2012-05-04 Adhemerval Zanella <azanella@linux.vnet.ibm.com> +2012-05-02 Adhemerval Zanella <azanella@linux.vnet.ibm.com> * sysdeps/ieee754/ldbl-128ibm/e_acosl.c (__ieee754_acosl): Fix long double comparison inaccuracies. |