|
From: <ei...@us...> - 2006-10-26 09:05:01
|
Revision: 240
http://svn.sourceforge.net/mp3roaster/?rev=240&view=rev
Author: eim
Date: 2006-10-26 02:04:54 -0700 (Thu, 26 Oct 2006)
Log Message:
-----------
Fixed typo in make install and removed cvs_update (deprecated).
Modified Paths:
--------------
trunk/mp3roaster/Makefile
Modified: trunk/mp3roaster/Makefile
===================================================================
--- trunk/mp3roaster/Makefile 2006-10-26 09:03:23 UTC (rev 239)
+++ trunk/mp3roaster/Makefile 2006-10-26 09:04:54 UTC (rev 240)
@@ -54,7 +54,7 @@
# /ETC CONFIGURATIONS
@echo -n -e "\t* Installing configuration ......... "
@install -d $(ETCPATH)/mp3roaster
-@install -m 0644 mp3roasterrc $(ETCPATH)/mp3roaster
+ @install -m 0644 mp3roasterrc $(ETCPATH)/mp3roaster
@echo "done."
@echo
@@ -99,9 +99,6 @@
svn2cl --revision HEAD:1 --include-rev --break-before-msg --authors authors.xml --output ChangeLog .
svn commit -m "The ChangeLog has been updated." ChangeLog
-cvs_update:
- cvs update -P
-
man:
rm -f mp3roaster.1 mp3roaster.1.gz
pod2man mp3roaster.pl mp3roaster.1
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|