~swag/armagetronad/0.2.9-sty+ct+ap-fork

« back to all changes in this revision

Viewing changes to src/doc/net/Makefile.am

  • Committer: luke-jr
  • Date: 2006-05-29 01:55:42 UTC
  • Revision ID: svn-v3-list-QlpoOTFBWSZTWZvbKhsAAAdRgAAQABK6798QIABURMgAAaeoNT1TxT1DQbKaeobXKiyAmlWT7Y5MkdJOtXDtB7w7DOGFBHiOBxaUIu7HQyyQSvxdyRThQkJvbKhs:7d95bf1e-0414-0410-9756-b78462a59f44:armagetronad%2Fbranches%2F0.2.8%2Farmagetronad:4612
Unify tags/branches of modules released together

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
include ../HtmlMakefile
 
2
 
 
3
# almost all possilbe automatically generated HTML files should be considered documentation
 
4
doc_html_files=$(filter-out navbar.html head.html, $(auto_html_files))
 
5
 
 
6
doc_txt_files=
 
7
docfiles=$(doc_txt_files) $(doc_html_files)
 
8
 
 
9
# install generated html files and put them directly into the distribution
 
10
htmldir=$(armadocdir)/html/net
 
11
html_DATA=$(docfiles)
 
12
 
 
13
dist-hook: htmldist-hook ${doc_html_files}
 
14
        cp -R ${doc_html_files} $(distdir)
 
15