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/09/04 21:11:49 UTC

svn commit: r811520 - in /httpd/mod_fcgid/trunk: Makefile-fcgid.win Makefile.apxs

Author: wrowe
Date: Fri Sep  4 19:11:49 2009
New Revision: 811520

URL: http://svn.apache.org/viewvc?rev=811520&view=rev
Log:
Yes, we have a (terse) manual page

Modified:
    httpd/mod_fcgid/trunk/Makefile-fcgid.win
    httpd/mod_fcgid/trunk/Makefile.apxs

Modified: httpd/mod_fcgid/trunk/Makefile-fcgid.win
URL: http://svn.apache.org/viewvc/httpd/mod_fcgid/trunk/Makefile-fcgid.win?rev=811520&r1=811519&r2=811520&view=diff
==============================================================================
--- httpd/mod_fcgid/trunk/Makefile-fcgid.win (original)
+++ httpd/mod_fcgid/trunk/Makefile-fcgid.win Fri Sep  4 19:11:49 2009
@@ -15,7 +15,7 @@
 #
 # For example;
 #
-#   nmake -f Makefile-fcgid.win PORT=80 INSTDIR="d:/Program Files/Apache" installr
+#   nmake -f Makefile-fcgid.win INSTDIR="d:/Program Files/Apache" installr
 #
 # Be aware that certain awk's will not accept backslashed names,
 # so the server root should be given in forward slashes (quoted),
@@ -167,8 +167,8 @@
 	copy modules\fcgid\$(LONG)\mod_fcgid_example.so  "$(INSTDIR)\modules" <.y
 	copy modules\fcgid\$(LONG)\mod_fcgid_example.pdb "$(INSTDIR)\modules" <.y
 !ENDIF
-!IFDEF COMPLETED
 	xcopy docs\manual      "$(INSTDIR)\manual" /s /d < .a
+!IFDEF COMPLETED
 	copy include\mod_fcgid.h "$(INSTDIR)\include" < .y > nul
 #awk -v BDIR=$(APACHE2_HOME) -f build\mkconfnw.awk
 #    docs\conf\extra\httpd-fcgid.conf >$(INSTALL)\$(BASEDIR)\conf\extra\httpd-fcgid.conf

Modified: httpd/mod_fcgid/trunk/Makefile.apxs
URL: http://svn.apache.org/viewvc/httpd/mod_fcgid/trunk/Makefile.apxs?rev=811520&r1=811519&r2=811520&view=diff
==============================================================================
--- httpd/mod_fcgid/trunk/Makefile.apxs (original)
+++ httpd/mod_fcgid/trunk/Makefile.apxs Fri Sep  4 19:11:49 2009
@@ -20,10 +20,9 @@
 CLEAN_SUBDIRS = 
 
 TARGETS         = 
-INSTALL_TARGETS = 
-## no such targets yet;    install-conf install-manual install-include
-DISTCLEAN_TARGETS  =
-## no psuedo-autoconf yet; config.apxs.log modules/fcgid/fcgid_config.h
+INSTALL_TARGETS = install-manual 
+## no such targets yet; install-conf install-include
+DISTCLEAN_TARGETS  = config.apxs.log modules/fcgid/fcgid_config.h
 EXTRACLEAN_TARGETS = 
 
 include $(exp_installbuilddir)/rules.mk