|
From: <lor...@us...> - 2006-11-06 15:48:45
|
Revision: 252
http://svn.sourceforge.net/mp3roaster/?rev=252&view=rev
Author: lorenzo1
Date: 2006-11-06 07:48:34 -0800 (Mon, 06 Nov 2006)
Log Message:
-----------
Fixed a typo in Makefile; gzipping man page now works correctly.
Modified Paths:
--------------
trunk/mp3roaster/Makefile
Modified: trunk/mp3roaster/Makefile
===================================================================
--- trunk/mp3roaster/Makefile 2006-10-27 00:42:23 UTC (rev 251)
+++ trunk/mp3roaster/Makefile 2006-11-06 15:48:34 UTC (rev 252)
@@ -40,7 +40,7 @@
# MAN PAGES
@echo -n -e "\t* Installing manual ................ "
@install -D -m 0644 mp3roaster.1 $(MANPATH)/man1/mp3roaster.1
- @gzip $MANPATH/man1/mp3roaster.1
+ @gzip $(MANPATH)/man1/mp3roaster.1
@echo "done."
# DOCUMENTS
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|