From fe36cfcad22be1e20b945c3b44d5e03e0c5bbd99 Mon Sep 17 00:00:00 2001 From: hal9 Date: Wed, 14 Aug 2002 16:43:27 +0000 Subject: [PATCH] Added pdf docs to make webserver target. --- GNUmakefile.in | 14 +++++++++++--- 1 file changed, 11 insertions(+), 3 deletions(-) diff --git a/GNUmakefile.in b/GNUmakefile.in index 494e20ea..d89be03b 100644 --- a/GNUmakefile.in +++ b/GNUmakefile.in @@ -1,6 +1,6 @@ # Note: Makefile is built automatically from Makefile.in # -# $Id: GNUmakefile.in,v 1.104.2.14 2002/08/10 11:19:37 oes Exp $ +# $Id: GNUmakefile.in,v 1.104.2.15 2002/08/11 20:02:41 hal9 Exp $ # # Written by and Copyright (C) 2001 the SourceForge # Privoxy team. http://www.privoxy.org/ @@ -132,7 +132,8 @@ DOC_FILES = AUTHORS LICENSE README ChangeLog \ `find doc/text/ -type f | grep -v "CVS" | grep -v "\.\#" | grep -v ".*~" | grep -v ".cvsignore" | grep -v "TAGS"` \ `find doc/webserver/ -name "*.html" | grep -v "\(webserver\|team\)\/index\.html"` \ `find doc/webserver/ -name "*.css"` \ - privoxy.1 + privoxy.1 \ + doc/pdf/*.pdf ############################################################################# # Filenames and libraries @@ -846,10 +847,14 @@ webserver: tidy @$(ECHO) it will not remove obsolete documents. @$(ECHO) ------------------------------------------------------- - @$(ECHO) Uploading + @$(ECHO) Uploading html @cd doc/webserver; \ upload=`find . -type f -a -not \( -path "*/CVS*" -o -path "*/results*" \)`; \ $(TAR) c $$upload | ssh ijbswa.sourceforge.net 'cd /home/groups/i/ij/ijbswa/htdocs/; tar xvm 2>&1 | grep -v timestamp' + @$(ECHO) Uploading pdf + @cd doc;\ + upload="pdf/*pdf"; \ + $(TAR) c $$upload | ssh ijbswa.sourceforge.net 'cd /home/groups/i/ij/ijbswa/htdocs/; tar xvm 2>&1 | grep -v timestamp' @$(ECHO) Fixing permissions @ssh ijbswa.sourceforge.net 'chmod -R 775 /home/groups/i/ij/ijbswa/htdocs 2>/dev/null; true' @@ -986,6 +991,9 @@ coffee: ## end: # $Log: GNUmakefile.in,v $ +# Revision 1.104.2.15 2002/08/11 20:02:41 hal9 +# New targets for man page (make man) and pdf (make dok-pdf) targets. +# # Revision 1.104.2.14 2002/08/10 11:19:37 oes # - Make -Ipcre (again) conditional on STATIC_PCRE # - $(RPMBUILD) -> $(RPM) for SuSE -- 2.49.0