diff options
author | Cliff Brake <cbrake@bec-systems.com> | 2009-03-03 12:52:01 -0500 |
---|---|---|
committer | Cliff Brake <cbrake@bec-systems.com> | 2009-03-03 12:52:01 -0500 |
commit | e21927258cdef39790b6deb59132542f6aacfcf1 (patch) | |
tree | 2a21ea3be162848c0181b50b2e5d486857f44a5b /docs/usermanual/Makefile | |
parent | 53269a2cf99e8dd6946823d0061ec7b3bdb2ab41 (diff) |
docs: unbreak "make html" by adding missing xsl files
Diffstat (limited to 'docs/usermanual/Makefile')
-rw-r--r-- | docs/usermanual/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/usermanual/Makefile b/docs/usermanual/Makefile index 305448af4f..75fdd9ebc7 100644 --- a/docs/usermanual/Makefile +++ b/docs/usermanual/Makefile @@ -1,3 +1,5 @@ +# XSL sytlesheets downloaded from http://docbook.sourceforge.net/release/xsl/current/html/ + topdir = . manual = $(topdir)/usermanual.xml # types = pdf txt rtf ps xhtml html man tex texi dvi |