/[cvs]/nfo/doc/.publishrc
ViewVC logotype

Contents of /nfo/doc/.publishrc

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.2 - (show annotations)
Wed Mar 5 15:05:30 2003 UTC (21 years, 2 months ago) by root
Branch: MAIN
CVS Tags: HEAD
Changes since 1.1: +0 -0 lines
FILE REMOVED
moved one level up

1 #!/bin/sh
2
3 cp_deep=/data/opt/tools/shortcuts/cp_deep
4
5 source=`pwd`
6
7 target_base=/data/www/virtual/netfrag/sites/public/docs
8
9 # -------------------------------------------------------------------
10 # build
11 target_all=$target_base/build/all
12 target_sources=$target_base/build/sources
13 target_compiled=$target_base/build/compiled
14 target_rdf=$target_base/meta/rdf
15 $cp_deep --symlink --force $source/computing/sysadmin/linux/* $target_all
16 $cp_deep --symlink --force $source/computing/sysadmin/linux/*.pod $target_sources
17 $cp_deep --symlink --force $source/computing/sysadmin/linux/*.html $target_compiled
18
19 # -------------------------------------------------------------------
20 # topics
21 ./topics/.publishrc
22
23
24 # -------------------------------------------------------------------
25 # meta
26 # TODO: build rdf-file (e.g. 'index.xml' from all resources)
27 # e.g.:
28 # <command> <to> <use> <use> <use>
29 # buildrdf.pl $target_rdf $target_all $target_sources $target_compiled
30 #
31 # make <modes> possible: content=merge|seperate|both, layout=flat|deep
32 #
33 # hmmm....
34
35

MailToCvsAdmin">MailToCvsAdmin
ViewVC Help
Powered by ViewVC 1.1.26 RSS 2.0 feed