diff options
author | 2016-11-27 00:20:44 -0500 | |
---|---|---|
committer | 2016-11-27 00:20:44 -0500 | |
commit | 1fef622745ef3ce4c8baaf6aef46686e91c7c5ed (patch) | |
tree | af2fa6a62a6ee05cd93f50e36b1a862103de27cc | |
parent | build: add lazy support for STATIC=yes builds (diff) | |
download | portage-utils-0.64.tar.gz portage-utils-0.64.tar.bz2 portage-utils-0.64.zip |
build: update names of docs after markdown conversionv0.64
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -50,7 +50,7 @@ endif ifndef PF PF := portage-utils-$(PV) endif -DOCS := TODO README qsync +DOCS := TODO.md README.md qsync #ifdef PYTHON #PYFLAGS ?= $(shell python-config) -DWANT_PYTHON -ldl -pthread -lutil /usr/lib/libpython2.4.so |