home *** CD-ROM | disk | FTP | other *** search
/ ftp.parl.clemson.edu / 2015-02-07.ftp.parl.clemson.edu.tar / ftp.parl.clemson.edu / pub / pvfs2 / orangefs-2.8.3-20110323.tar.gz / orangefs-2.8.3-20110323.tar / orangefs / doc / module.mk.in < prev    next >
Text File  |  2007-11-07  |  456b  |  14 lines

  1. DIR := doc
  2. DOCSRC +=\
  3.     $(DIR)/pvfs2-quickstart.tex \
  4.     $(DIR)/pvfs2-guide.tex \
  5.     $(DIR)/pvfs2-faq.tex \
  6.     $(DIR)/pvfs2-ha.tex \
  7.     $(DIR)/pvfs2-status.tex \
  8.     $(DIR)/pvfs2-tuning.tex \
  9.     $(DIR)/pvfs2-ha-heartbeat-v2.tex
  10.  
  11. # some extra dependency information
  12. doc/pvfs2-guide.pdf: doc/terms.tex doc/intro.tex doc/basics.tex doc/code-tree.tex doc/io-api-terms.tex
  13. doc/pvfs2-guide.ps: doc/terms.tex doc/intro.tex doc/basics.tex doc/code-tree.tex doc/io-api-terms.tex
  14.