Correct HTML, external Stylesheets, eye candy, some fixes
[privoxy.git] / GNUmakefile.in
index 8cbc775..8ad9cd8 100644 (file)
@@ -1,6 +1,6 @@
 # Note:  Makefile is built automatically from Makefile.in
 #
-# $Id: GNUmakefile.in,v 1.61 2002/04/04 19:18:21 swa Exp $
+# $Id: GNUmakefile.in,v 1.63 2002/04/04 21:06:22 swa Exp $
 #
 # Written by and Copyright (C) 2001 the SourceForge
 # Privoxy team. http://www.privoxy.org/
@@ -526,7 +526,7 @@ dok-man: doc/source/ldpOK.dsl
        rm -rf doc/man doc/webserver/man-page
        mkdir -p doc/man -p doc/webserver/man-page
        if [ "$(MAN2HTML)" != "false" ]; then \
-               $(ECHO) "<html><head><title>Privoxy|Doc/Man page</title><link rel=\"stylesheet\" type=\"text/css\" href=\"../p_web.css\"></head><body><H2>NAME</H2>" > doc/webserver/man-page/privoxy-man-page.html; \
+               $(ECHO) "<html><head><title>Privoxy Man page</title><link rel=\"stylesheet\" type=\"text/css\" href=\"../p_web.css\"></head><body><H2>NAME</H2>" > doc/webserver/man-page/privoxy-man-page.html; \
                man ./privoxy.1 | $(MAN2HTML) -bare \
                 >> doc/webserver/man-page/privoxy-man-page.html; \
                $(ECHO) "</body></html>" >> doc/webserver/man-page/privoxy-man-page.html; \
@@ -688,7 +688,7 @@ $(PROGRAM): $(OBJS) $(W32_FILES)
        $(LD) $(LDFLAGS) -o $(PROGRAM) $(OBJS) $(LIBS)
 
 clean:
-       $(RM) a.out $(OBJS) $(W32_FILES) $(W32_INIS) $(PROGRAM) `find . -iname TAGS`
+       $(RM) a.out $(OBJS) $(W32_FILES) $(W32_INIS) $(PROGRAM) `find . -name TAGS -o -name tags` 
 
 tidy:
        $(RM) `find . -name "*~" -o -name "#*#"`
@@ -732,6 +732,13 @@ install: all
 ## end:
 
 # $Log: GNUmakefile.in,v $
+# Revision 1.63  2002/04/04 21:06:22  swa
+# cosmetics.
+#
+# Revision 1.62  2002/04/04 20:49:50  swa
+# attempt to consolidate the
+# different dokbook versions.
+#
 # Revision 1.61  2002/04/04 19:18:21  swa
 # readme was leftover directory. use w3m instead
 # of lynx to be consistent among developers. use