aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorPaul LeoNerd Evans <leonerd@leonerd.org.uk>2012-03-26 18:55:59 +0100
committerPaul LeoNerd Evans <leonerd@leonerd.org.uk>2012-03-26 18:55:59 +0100
commit4c9a4cab6b98289a622e205e03cfe2b2d0a3e791 (patch)
treee6643f1c4f1e63c34cc8f8feda0e619ae29e64f8 /Makefile
parenta3fecd87673a20db9662e6e531cb2312f8bee1b4 (diff)
downloadtermo-4c9a4cab6b98289a622e205e03cfe2b2d0a3e791.tar.gz
termo-4c9a4cab6b98289a622e205e03cfe2b2d0a3e791.tar.xz
termo-4c9a4cab6b98289a622e205e03cfe2b2d0a3e791.zip
Need to ship man/also in distribution tarball
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index f20d0a3..e51bc58 100644
--- a/Makefile
+++ b/Makefile
@@ -143,7 +143,7 @@ distdir: all
mkdir __distdir/t
cp t/*.c t/*.h __distdir/t
mkdir __distdir/man
- cp man/*.[37] __distdir/man
+ cp man/*.[37] man/also __distdir/man
sed "s,@VERSION@,$(VERSION)," <termkey.pc.in >__distdir/termkey.pc.in
sed "/^# DIST CUT/Q" <Makefile >__distdir/Makefile
mv __distdir $(DISTDIR)