configure needs to be generated.
authorswa <swa@users.sourceforge.net>
Sun, 24 Mar 2002 16:19:48 +0000 (16:19 +0000)
committerswa <swa@users.sourceforge.net>
Sun, 24 Mar 2002 16:19:48 +0000 (16:19 +0000)
GNUmakefile.in
doc/source/user-manual.sgml

index 8b26f0c..68b9bbf 100644 (file)
@@ -1,6 +1,6 @@
 # Note:  Makefile is built automatically from Makefile.in
 #
-# $Id: GNUmakefile.in,v 1.26 2002/03/24 15:36:02 swa Exp $
+# $Id: GNUmakefile.in,v 1.27 2002/03/24 16:13:57 swa Exp $
 #
 # Written by and Copyright (C) 2001 the SourceForge
 # Privoxy team.  http://ijbswa.sourceforge.net
@@ -483,8 +483,7 @@ clean:
        $(RM) a.out core $(OBJS) $(W32_FILES) $(W32_INIS)
 
 clobber: clean
-       $(RM) $(PROGRAM) cscope.* logfile *.pdb *.lib *.exp `find . -name tags` `find . -name TAGS` config.status config.h.in config.log junkbuster.log
-privoxy.log config.cache *~ *.tar.gz configure
+       $(RM) $(PROGRAM) cscope.* logfile *.pdb *.lib *.exp `find . -name tags` `find . -name TAGS` config.status config.h.in config.log junkbuster.log privoxy.log config.cache *~ *.tar.gz configure
 
 tags: $(SRCS) $(HDRS)
        etags $(SRCS) $(HDRS)
@@ -519,6 +518,9 @@ install: all
 ## end:
 
 # $Log: GNUmakefile.in,v $
+# Revision 1.27  2002/03/24 16:13:57  swa
+# generated files are a nono in cvs
+#
 # Revision 1.26  2002/03/24 15:36:02  swa
 # did not build.
 #
index 20ad979..b719408 100644 (file)
@@ -6,7 +6,7 @@
                 This file belongs into
                 ijbswa.sourceforge.net:/home/groups/i/ij/ijbswa/htdocs/
                 
- $Id: user-manual.sgml,v 1.54 2002/03/24 15:46:20 swa Exp $
+ $Id: user-manual.sgml,v 1.55 2002/03/24 16:08:08 swa Exp $
 
  Written by and Copyright (C) 2001 the SourceForge
  Privoxy team.  http://ijbswa.sourceforge.net
@@ -28,7 +28,7 @@ Hal Burgiss <hal@foobox.net>
 <artheader>
 <title>Privoxy User Manual</title>
 
-<pubdate>$Id: user-manual.sgml,v 1.54 2002/03/24 15:46:20 swa Exp $</pubdate>
+<pubdate>$Id: user-manual.sgml,v 1.55 2002/03/24 16:08:08 swa Exp $</pubdate>
 
 <authorgroup>
  <author>
@@ -286,8 +286,8 @@ You can find the latest version of the user manual at  <ulink url="http://ijbswa
 
 <para>
  <screen>
- autoheader   [suggested for CVS source]
- autoconf     [suggested for CVS source]
+ autoheader
+ autoconf
  ./configure
  make redhat-dist
  </screen>
@@ -330,8 +330,8 @@ You can find the latest version of the user manual at  <ulink url="http://ijbswa
 
 <para>
  <screen>
- autoheader   [suggested for CVS source]
- autoconf     [suggested for CVS source]
+ autoheader
+ autoconf
  ./configure
  make suse-dist
  </screen>
@@ -3945,6 +3945,10 @@ For any other issues, feel free to use the <ulink url="http://sourceforge.net/ma
  Temple Place - Suite 330, Boston, MA  02111-1307, USA.
 
  $Log: user-manual.sgml,v $
+ Revision 1.55  2002/03/24 16:08:08  swa
+ we are too lazy to make a block-built
+ privoxy logo. hence removed the option.
+
  Revision 1.54  2002/03/24 15:46:20  swa
  name change related issue.