diff options
author | Jan Schmidt <thaytan@mad.scientist.com> | 2006-04-05 11:25:52 +0000 |
---|---|---|
committer | Jan Schmidt <thaytan@mad.scientist.com> | 2006-04-05 11:25:52 +0000 |
commit | 7ce0dbaa6b3f078c0a0527dcaf18190c75004b66 (patch) | |
tree | 1629d8bfb4f7d3cadf6f7931c037dd3f4d221e0f | |
parent | 24ff8578c943a554bf57e5e821ee09e3774621f8 (diff) |
HACKING: Add some simple notes on how the data directory is maintained
Original commit message from CVS:
* HACKING:
Add some simple notes on how the data directory is maintained
-rw-r--r-- | ChangeLog | 5 | ||||
-rw-r--r-- | HACKING | 13 |
2 files changed, 18 insertions, 0 deletions
@@ -1,3 +1,8 @@ +2006-04-05 Jan Schmidt <thaytan@mad.scientist.com> + + * HACKING: + Add some simple notes on how the data directory is maintained + 2006-04-04 Jan Schmidt <thaytan@mad.scientist.com> * src/htdocs/documentation/index.xml: @@ -10,3 +10,16 @@ To hack on the GStreamer website, here's what to do: 4) mkdir data 4) bin/data-get (this is not needed if you just plan on updating the generated content) 5) make + +MISCELLANEOUS NOTES: + +Things that are in the data subdirectory and synched with the contents +on the website server by the data-get and data-put scripts. The +things in there are updated by various scripts or by hand. + +The data/doc/gstreamer/head/ directory contains subdirs for the CVS version of +the various documentation modules. These should be updated by running +'make upload' within the docs/ subdirectory of a CVS checkout of each module. + +The new-release script updates the data/doc/gstreamer/$VERSION/ copies +automatically, so use that. |