[FFmpeg-cvslog] [ffmpeg-web] branch master updated. 96471a3 web/README: update htdocs paths

gitolite ffmpeg-cvslog at ffmpeg.org
Sun Jul 20 01:10:21 CEST 2014


The branch, master has been updated
       via  96471a38cf4d0532c6ebc22b2302502bedcf044f (commit)
      from  5cf9c9fb525d995ccb3a3559f534a7abb91be207 (commit)


- Log -----------------------------------------------------------------
commit 96471a38cf4d0532c6ebc22b2302502bedcf044f
Author:     Clément Bœsch <u at pkh.me>
AuthorDate: Sun Jul 20 01:10:01 2014 +0200
Commit:     Clément Bœsch <u at pkh.me>
CommitDate: Sun Jul 20 01:10:01 2014 +0200

    web/README: update htdocs paths

diff --git a/README b/README
index d0c3556..93854ee 100644
--- a/README
+++ b/README
@@ -25,11 +25,11 @@ To generate the documentation pages:
 - Compile the documentation using the ffmpeg main repo Makefile:
   $ make doc
 - Copy the generated HTML files inside the website:
-  $ cp /path/to/ffmpeg/doc/*.html /path/to/ffmpeg-web/dist/
+  $ cp /path/to/ffmpeg/doc/*.html /path/to/ffmpeg-web/htdocs/
 
 In case of a major CSS update, please also update the `style.min.css` file in
 the main FFmpeg repo:
-  $ cat dist/css/bootstrap.min.css dist/css/style.min.css > /path/to/ffmpeg/doc/style.min.css
+  $ cat /path/to/ffmpeg-web/htdocs/css/{bootstrap.min.css,style.min.css} > /path/to/ffmpeg/doc/style.min.css
 
 
 WEBSITE DEVELOPERS INSTRUCTIONS

-----------------------------------------------------------------------

Summary of changes:
 README |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)


hooks/post-receive
-- 



More information about the ffmpeg-cvslog mailing list