diff options
author | Hans-Christoph Steiner <eighthave@users.sourceforge.net> | 2006-09-20 16:58:31 +0000 |
---|---|---|
committer | Hans-Christoph Steiner <eighthave@users.sourceforge.net> | 2006-09-20 16:58:31 +0000 |
commit | 23664fc181783bb2031f9cd1badd8b2029cb1d5e (patch) | |
tree | 167a46701704524a101cbd5de05ac3875093207f /doc | |
parent | 2dac99843b10648b68d499584dd7be013290d977 (diff) |
oops, forgetting a backslash is a bitch...
svn path=/trunk/; revision=5983
Diffstat (limited to 'doc')
-rw-r--r-- | doc/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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: |