home *** CD-ROM | disk | FTP | other *** search
/ Complete Linux / Complete Linux.iso / docs / apps / database / postgres / postgre2.z / postgre2 / ref / genref < prev    next >
Encoding:
Text File  |  1992-08-27  |  1.8 KB  |  104 lines

  1. :
  2. #!/bin/sh
  3. #
  4. # SET SITE-SPECIFIC VARIABLES HERE!
  5. #
  6.  
  7. REFDIR=.
  8.  
  9. #
  10. # The PRINTER variable needs to be set to the printer you wish to print to.
  11. # For best results, it should be a POSTSCRIPT printer.
  12. #
  13.  
  14. PRINTER=-Plw
  15.  
  16. #
  17. # Check these.  If you don't have something listed here YOU WILL NEED TO
  18. # GET IT IN ORDER TO PRINT THIS DOCUMENT.
  19. #
  20.  
  21. MACROS="-me"
  22. SOELIM=soelim
  23. GROFF="groff -spt $MACROS "
  24. TBL="tbl"
  25.  
  26. cd $REFDIR
  27.  
  28. SOURCES="
  29.     pgtmacs \
  30.     introduction \
  31.     unix/information  \
  32.         unix/createdb \
  33.         unix/createuser \
  34.         unix/destroydb \
  35.         unix/destroyuser \
  36.         unix/initdb \
  37.         unix/ipcclean \
  38.         unix/monitor \
  39.         unix/pagedoc \
  40.         unix/postgres \
  41.         unix/postmaster \
  42.         unix/shmemdoc \
  43.     information/built-in \
  44.     information/postquel \
  45.         postquel/abort \
  46.         postquel/addattr \
  47.         postquel/append \
  48.         postquel/attachas \
  49.         postquel/begin \
  50.         postquel/close \
  51.         postquel/cluster \
  52.         postquel/copy \
  53.         postquel/create \
  54.         postquel/createdb \
  55.         postquel/createversion \
  56.         postquel/defineaggregate \
  57.         postquel/defineFunction \
  58.         postquel/defineindex \
  59.         postquel/defineoperator \
  60.         postquel/definerule \
  61.         postquel/definetype \
  62.         postquel/defineview \
  63.         postquel/delete \
  64.         postquel/destroy \
  65.         postquel/destroydb \
  66.         postquel/end \
  67.         postquel/fetch \
  68.         postquel/listen \
  69.         postquel/load \
  70.         postquel/merge \
  71.         postquel/move \
  72.         postquel/notify \
  73.         postquel/purge \
  74.         postquel/removeaggregate \
  75.         postquel/removefunction \
  76.         postquel/removeindex \
  77.         postquel/removeoperator \
  78.         postquel/removerule \
  79.         postquel/removetype \
  80.         postquel/rename \
  81.         postquel/replace \
  82.         postquel/retrieve \
  83.         postquel/vacuum \
  84.     libpq \
  85.     fastpath \
  86.     large_objects \
  87.     files/information \
  88.         files/bki \
  89.         files/page \
  90.         files/template \
  91.     references \
  92.     toc
  93. "
  94.  
  95. for i in $SOURCES
  96. do
  97.     if (test ! -f $i)
  98.     then
  99.         co $i
  100.     fi
  101. done
  102.  
  103. $GROFF $SOURCES > ref.t
  104.