Replaced 6 boolean members of csp with one bitmap (csp->flags)
[privoxy.git] / Makefile.in
index d6c7018..49c613b 100644 (file)
@@ -1,6 +1,6 @@
 # Note:  Makefile is built automatically from Makefile.in
 #
-# $Id: Makefile.in,v 1.28 2001/09/13 15:19:08 swa Exp $
+# $Id: Makefile.in,v 1.30 2001/09/19 17:55:49 oes Exp $
 #
 # Written by and Copyright (C) 2001 the SourceForge
 # IJBSWA team.  http://ijbswa.sourceforge.net
 # Temple Place - Suite 330, Boston, MA  02111-1307, USA.
 #
 # $Log: Makefile.in,v $
+# Revision 1.30  2001/09/19 17:55:49  oes
+# Fixed CFLAGS
+#
+# Revision 1.29  2001/09/16 17:34:27  jongfoster
+# Removing showargs.[ch], adding cgi(simple|edit).[ch]
+# Replacing $(OBJEXT) with @OBJEXT@ - this seems to be a common source
+# of build problems.
+#
 # Revision 1.28  2001/09/13 15:19:08  swa
 # we want text files as well.
 #
@@ -239,8 +247,8 @@ SPECIAL_CFLAGS = @SPECIAL_CFLAGS@
 # Add your flags here 
 OTHER_CFLAGS =   
 
-CFLAGS = @CFLAGS@ @CPPFLAGS@ $(OTHER_CFLAGS) $(SPECIAL_CFLAGS) \
-         @STATIC_PCRE_ONLY@ -Ipcre -Wall
+CFLAGS = @CFLAGS@ @CPPFLAGS@ $(OTHER_CFLAGS) $(SPECIAL_CFLAGS) -Wall \
+         @STATIC_PCRE_ONLY@ -Ipcre 
 
 LDFLAGS = $(DEBUG_CFLAGS) $(SPECIAL_CFLAGS)
 
@@ -365,6 +373,22 @@ dok:
        cd doc/source && db2html -s ldp.dsl faq.sgml && mv faq ../webserver
        cd doc/source && db2html -s ldp.dsl --nochunks faq.sgml > tmp.html && lynx -dump tmp.html > ../text/faq.txt && rm -rf tmp.html faq
 
+#############################################################################
+#
+# Webserver
+#
+# moves dokumentation to webserver
+#
+#############################################################################
+webserver:
+       $(ECHO) -------------------------------------------------------
+       $(ECHO) You have run make dok before, right?
+       $(ECHO) Note that this command scps all stuff to the webserver,
+       $(ECHO) it will not remove obsolete documents.
+       $(ECHO) -------------------------------------------------------
+       chmod -R a+r doc/webserver
+       find doc/webserver -type d -exec chmod a+rx {} \;
+       cd doc/webserver && scp -Cr . ijbswa.sourceforge.net:/home/groups/i/ij/ijbswa/htdocs/
 
 #############################################################################
 # Source file dependencies