You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by wr...@apache.org on 2009/10/06 22:22:55 UTC

svn commit: r822474 - /httpd/mod_ftp/trunk/Makefile-ftp.win

Author: wrowe
Date: Tue Oct  6 20:22:55 2009
New Revision: 822474

URL: http://svn.apache.org/viewvc?rev=822474&view=rev
Log:
alphasort

Modified:
    httpd/mod_ftp/trunk/Makefile-ftp.win

Modified: httpd/mod_ftp/trunk/Makefile-ftp.win
URL: http://svn.apache.org/viewvc/httpd/mod_ftp/trunk/Makefile-ftp.win?rev=822474&r1=822473&r2=822474&view=diff
==============================================================================
--- httpd/mod_ftp/trunk/Makefile-ftp.win (original)
+++ httpd/mod_ftp/trunk/Makefile-ftp.win Tue Oct  6 20:22:55 2009
@@ -197,8 +197,8 @@
 	-mkdir "$(INSTDIR)\conf\original"
 	-mkdir "$(INSTDIR)\conf\original\extra"
 	-mkdir "$(INSTDIR)\ftpdocs"
-	-mkdir "$(INSTDIR)\manual"
 	-mkdir "$(INSTDIR)\include"
+	-mkdir "$(INSTDIR)\manual"
 	-mkdir "$(INSTDIR)\modules"
 	copy CHANGES-FTP "$(INSTDIR)\CHANGES-FTP.txt" <.y
 	copy LICENSE-FTP "$(INSTDIR)\LICENSE-FTP.txt" <.y