Searched refs:NEWS (Results 1 – 25 of 125) sorted by relevance
12345
/third_party/python/Doc/ |
D | make.bat | 121 if exist ..\Misc\NEWS ( 122 echo.Copying Misc\NEWS to %PY_MISC_NEWS_DIR%\NEWS 123 copy ..\Misc\NEWS "%PY_MISC_NEWS_DIR%\NEWS" > nul 124 ) else if exist ..\Misc\NEWS.D ( 126 echo.Merging Misc/NEWS with %BLURB% 127 %BLURB% merge -f "%PY_MISC_NEWS_DIR%\NEWS" 129 echo.No Misc/NEWS file and Blurb is not available.
|
D | Makefile | 53 @if [ -f ../Misc/NEWS ] ; then \ 55 cp ../Misc/NEWS build/NEWS; \ 57 if [ -d ../Misc/NEWS.d ]; then \ 59 $(BLURB) merge -f build/NEWS; \ 213 $(PYTHON) tools/rstlint.py ../Misc/NEWS.d/next/
|
/third_party/harfbuzz/ |
D | RELEASING.md | 8 Document them in NEWS. All API and API semantic changes should be clearly 23 4. Make sure you have correct date and new version at the top of NEWS file. 29 6. Commit NEWS, meson.build, configure.ac, and src/hb-version.h, as well as any REPLACEME 43 edit the tag, upload win32 bundle and NEWS entry and save.
|
/third_party/skia/third_party/externals/harfbuzz/ |
D | RELEASING.md | 8 - [ ] Document them in NEWS. 22 - [ ] Make sure you have correct date and new version at the top of NEWS file. 28 - [ ] Commit NEWS, meson.build, configure.ac, and src/hb-version.h, as well as any REPLACEME change…
|
/third_party/flutter/skia/third_party/externals/harfbuzz/ |
D | RELEASING.md | 8 Document them in NEWS. All API and API semantic changes should be clearly 23 4. Make sure you have correct date and new version at the top of NEWS file, 36 7. Now that you have release files, commit NEWS, configure.ac, and src/hb-version.h, 72 edit the tag, upload artefacts and NEWS entry and save.
|
/third_party/python/Doc/whatsnew/ |
D | changelog.rst | 7 .. miscnews:: ../build/NEWS
|
D | index.rst | 36 :source:`Misc/NEWS.d` directory tree, which contains *all* nontrivial changes
|
/third_party/gettext/gettext-tools/ |
D | NEWS | 1 Please refer to the NEWS file in the toplevel directory.
|
/third_party/gptfdisk/ |
D | current.spec | 56 %doc NEWS COPYING README 78 %doc NEWS COPYING README
|
/third_party/libxml2/doc/ |
D | docdescr.doc | 36 news.xsl xslt script to generate ../NEWS from news.html 83 5) Generate the NEWS file in the top directory: 84 xsltproc --nonet --output ../NEWS news.xsl news.html
|
D | Makefile.am | 238 docs: web $(top_builddir)/NEWS libxml2.xsa $(man_MANS) 261 $(top_builddir)/NEWS: $(srcdir)/news.xsl $(srcdir)/news.html 263 $(XSLTPROC) --nonet $(srcdir)/news.xsl $(srcdir)/news.html > $(top_builddir)/NEWS ; fi );
|
/third_party/python/Misc/NEWS.d/ |
D | 3.5.2.rst | 25 Allow non-ascii in idlelib/NEWS.txt - minimal part for 3.5.2.
|
D | 3.10.0.rst | 72 (https://invisible-island.net/ncurses/NEWS.html#index-t20170401). The
|
/third_party/giflib/ |
D | ChangeLog | 7 * NEWS, configure.ac, lib/Makefile.am, lib/egif_lib.c, 21 * NEWS, PATENT_PROBLEMS, lib/Makefile.am: Remove PATENT_PROBLEMS as 22 it's no longer covered. Update NEWS and Makefile.am for the new 120 * NEWS: Update with combined libungif/giflib changes. 127 * NEWS: Update on GBA and Windows fixes. 159 * NEWS: Update to 4.1.4 192 * NEWS: Complete the NEWS item for 4.1.3. 213 * NEWS: Begin writing an entry for 4.1.3. 308 * NEWS: Note bugfixes and deprecations 369 * NEWS: add deprecation warning for the qprintf stuff: GifQuietPrint var and [all …]
|
/third_party/libexif/ |
D | Makefile.am | 16 doc_DATA = README AUTHORS NEWS ChangeLog ABOUT-NLS COPYING SECURITY.md data
|
D | libexif.spec.in | 44 %doc ChangeLog README NEWS AUTHORS COPYING
|
/third_party/gettext/Admin/ |
D | gettext.spec | 23 %doc NEWS
|
D | release-steps | 162 - NEWS 163 - gettext-runtime/libasprintf/NEWS 164 - gettext-runtime/NEWS 165 - libtextstyle/NEWS
|
/third_party/ntfs-3g/ |
D | Makefile.am | 5 EXTRA_DIST = AUTHORS CREDITS COPYING NEWS autogen.sh
|
/third_party/gettext/ |
D | ChangeLog.1 | 7 * NEWS: Add 0.19.6 changes. 23 * NEWS: Mention msginit change. 27 * NEWS: Mention --kde behavior change. 35 * NEWS: Mention KUIT format string support. 50 * NEWS: Add 0.19.5 changes. 258 * NEWS: Add entry for 0.18.4. Mention GSettings schema file support. 267 * NEWS: Mention libasprintf change and Tcl bug fix. 284 * NEWS: Document more new features. Mention Glade msgctxt support 290 * NEWS: Mention that future 'gettextize' will require Automake 1.10. 312 * NEWS: Mention Vala support. [all …]
|
/third_party/e2fsprogs/debian/ |
D | rules | 84 gzip -9n > ${stdbuilddir}/NEWS.gz 112 dh_install -p e2fsprogs --sourcedir=${stdbuilddir} NEWS.gz \
|
/third_party/python/Misc/ |
D | README | 14 NEWS News for this release (for some meaning of "this")
|
/third_party/gstreamer/gstplugins_bad/tools/ |
D | gst-project-maker | 90 cat >$basedir/NEWS <<EOF
|
/third_party/libxml2/VxWorks/ |
D | build.sh | 57 rm -fR NEWS
|
/third_party/libsnd/ |
D | libsndfile.spec.in | 45 %doc AUTHORS COPYING ChangeLog INSTALL NEWS README TODO doc
|
12345