From 3c59753b94d0425e7ddcc4b57b11dfb283d0c144 Mon Sep 17 00:00:00 2001 From: "Jeffrey H. Kingston" Date: Tue, 14 Sep 2010 20:41:31 +0000 Subject: Lout 3.36. git-svn-id: http://svn.savannah.nongnu.org/svn/lout/trunk@41 9365b830-b601-4143-9ba8-b4a8e2c3339c --- makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'makefile') diff --git a/makefile b/makefile index cdb57ce..d01bc22 100644 --- a/makefile +++ b/makefile @@ -406,7 +406,7 @@ installman: installdoc: @echo "" @echo "Creating LOUTDOCDIR $(LOUTDOCDIR) and copying documentation into it" - $(RCOPY) doc $(LOUTDOCDIR) + $(RCOPY) doc/* $(LOUTDOCDIR) chmod 755 $(LOUTDOCDIR) chmod 755 $(LOUTDOCDIR)/* chmod 644 $(LOUTDOCDIR)/*/* -- cgit