From 429ecf0f1a0103c2bccdb74bf19c76f98e88c6fe Mon Sep 17 00:00:00 2001 From: Paul LeoNerd Evans Date: Sun, 22 Jan 2012 15:52:19 +0000 Subject: [PATCH] Fix 'make dist' target for new man/ subdir --- Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index f83df94..8cd2ea4 100644 --- a/Makefile +++ b/Makefile @@ -121,7 +121,9 @@ DISTDIR=libtermkey-$(VERSION) distdir: all mkdir __distdir - cp *.c *.h *.3 LICENSE __distdir + cp *.c *.h LICENSE __distdir + mkdir __distdir/man + cp man/*.[37] __distdir/man sed "s,@VERSION@,$(VERSION)," __distdir/termkey.pc.in sed "/^# DIST CUT/Q" __distdir/Makefile mv __distdir $(DISTDIR)