diff options
author | Paul LeoNerd Evans <leonerd@leonerd.org.uk> | 2012-03-26 18:55:59 +0100 |
---|---|---|
committer | Paul LeoNerd Evans <leonerd@leonerd.org.uk> | 2012-03-26 18:55:59 +0100 |
commit | 4c9a4cab6b98289a622e205e03cfe2b2d0a3e791 (patch) | |
tree | e6643f1c4f1e63c34cc8f8feda0e619ae29e64f8 | |
parent | a3fecd87673a20db9662e6e531cb2312f8bee1b4 (diff) | |
download | termo-4c9a4cab6b98289a622e205e03cfe2b2d0a3e791.tar.gz termo-4c9a4cab6b98289a622e205e03cfe2b2d0a3e791.tar.xz termo-4c9a4cab6b98289a622e205e03cfe2b2d0a3e791.zip |
Need to ship man/also in distribution tarball
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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) |