From 23664fc181783bb2031f9cd1badd8b2029cb1d5e Mon Sep 17 00:00:00 2001 From: Hans-Christoph Steiner Date: Wed, 20 Sep 2006 16:58:31 +0000 Subject: oops, forgetting a backslash is a bitch... svn path=/trunk/; revision=5983 --- doc/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/Makefile b/doc/Makefile index 172f18c2..46bc173e 100644 --- a/doc/Makefile +++ b/doc/Makefile @@ -148,7 +148,7 @@ pd-msg_clean: PD_FILEFORMAT_NAME = Pd pd_fileformat_install: $(manualsdir) install -d $(manualsdir)/$(PD_FILEFORMAT_NAME) - install -p $(doc_src)/additional/pd-fileformat.html + install -p $(doc_src)/additional/pd-fileformat.html \ $(manualsdir)/$(PD_FILEFORMAT_NAME)/Pd_File_Format.html pd_fileformat_clean: -- cgit v1.2.1