summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2016-02-29 21:49:47 +0200
committerLars Wirzenius <liw@liw.fi>2016-02-29 21:49:47 +0200
commit9b6d4c9979912d5ca57f9e8e0fbf38a2f3284293 (patch)
tree455565ebd90e14d0caaa045f9cf28fbee64e62a0
parent928c98b79a9cc241ae974e11d8cc9c67a1729e0f (diff)
downloadextrautils-9b6d4c9979912d5ca57f9e8e0fbf38a2f3284293.tar.gz
Actually install pretty*
-rw-r--r--Makefile3
-rw-r--r--NEWS1
2 files changed, 3 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index c005307..55b801b 100644
--- a/Makefile
+++ b/Makefile
@@ -8,7 +8,8 @@ progs = corrupt isascii
scripts = assert do-until minimify splitmboxdaily \
setuppy-debian-versions-match viewprof fix-shebang \
musictomp3 test-flacs unpack-debian-sources \
- humanify benchmark-cmd print-argv filecount
+ humanify benchmark-cmd print-argv filecount \
+ prettyson prettyml
manpagesin = $(shell ls *.1.in)
CFLAGS = -Wall -O2 --std=gnu99
diff --git a/NEWS b/NEWS
index 62b7906..996fc64 100644
--- a/NEWS
+++ b/NEWS
@@ -9,6 +9,7 @@ I'll assume I'm the only user.
Version 1.20160229+git, not yet released
----------------------------------------
+* Actually install `prettyson` and `prettyml` in Makefile.
Version 1.20160229, released 2016-02-29
----------------------------------------