[FFmpeg-cvslog] [ffmpeg-web] branch master updated. cef4230 web/style: Add a comment in the generated css file for the doc in the main repo
gitolite
ffmpeg-cvslog at ffmpeg.org
Thu Jul 24 13:49:52 CEST 2014
The branch, master has been updated
via cef4230fa01523cae1d9394e0ce941f9d6d4d78e (commit)
from be17b4e850fda7a81126865e87cae78d709fb817 (commit)
- Log -----------------------------------------------------------------
commit cef4230fa01523cae1d9394e0ce941f9d6d4d78e
Author: db0company <db0company at gmail.com>
AuthorDate: Thu Jul 24 13:47:08 2014 +0200
Commit: Michael Niedermayer <michaelni at gmx.at>
CommitDate: Thu Jul 24 13:48:39 2014 +0200
web/style: Add a comment in the generated css file for the doc in the main repo
diff --git a/README b/README
index 93854ee..2276820 100644
--- a/README
+++ b/README
@@ -29,7 +29,7 @@ To generate the documentation pages:
In case of a major CSS update, please also update the `style.min.css` file in
the main FFmpeg repo:
- $ cat /path/to/ffmpeg-web/htdocs/css/{bootstrap.min.css,style.min.css} > /path/to/ffmpeg/doc/style.min.css
+ $ cat /path/to/ffmpeg-web/src/css_credit /path/to/ffmpeg-web/htdocs/css/{bootstrap.min.css,style.min.css} > /path/to/ffmpeg/doc/style.min.css
WEBSITE DEVELOPERS INSTRUCTIONS
diff --git a/src/css_credit b/src/css_credit
new file mode 100644
index 0000000..27efb02
--- /dev/null
+++ b/src/css_credit
@@ -0,0 +1,6 @@
+/*
+ * This file has been generated from the website repo:
+ * git://ffmpeg.org/ffmpeg-web
+ * Any modification must be applied on the src/less/style.less source file first.
+ */
+
-----------------------------------------------------------------------
Summary of changes:
README | 2 +-
src/css_credit | 6 ++++++
2 files changed, 7 insertions(+), 1 deletions(-)
create mode 100644 src/css_credit
hooks/post-receive
--
More information about the ffmpeg-cvslog
mailing list