From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on dcvr.yhbt.net X-Spam-Level: X-Spam-ASN: X-Spam-Status: No, score=-2.9 required=3.0 tests=ALL_TRUSTED,AWL,BAYES_00, URIBL_BLOCKED shortcircuit=no autolearn=unavailable version=3.3.2 X-Original-To: ruby-posix-mq@bogomips.org Received: from localhost (dcvr.yhbt.net [127.0.0.1]) by dcvr.yhbt.net (Postfix) with ESMTP id 2D7371FA58; Fri, 9 Jan 2015 23:21:10 +0000 (UTC) Date: Fri, 9 Jan 2015 23:21:10 +0000 From: Eric Wong To: ruby-posix-mq@bogomips.org Subject: Re: [PATCH] switch documentation to olddoc Message-ID: <20150109232110.GA31652@dcvr.yhbt.net> References: <20150109231527.GA31103@dcvr.yhbt.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20150109231527.GA31103@dcvr.yhbt.net> List-Id: Will squash this in, too, since we have no more images or CSS \o/ --- a/pkg.mk +++ b/pkg.mk @@ -154,8 +133,6 @@ ifneq ($(RSYNC_DEST),) publish_doc: -git set-file-times $(MAKE) doc - find doc/images -type f | \ - TZ=UTC xargs touch -d '1970-01-01 00:00:06' doc/rdoc.css $(MAKE) doc_gz $(RSYNC) -av doc/ $(RSYNC_DEST)/ git ls-files | xargs touch