diff options
author | Cliff Brake <cbrake@bec-systems.com> | 2009-11-24 13:25:35 -0500 |
---|---|---|
committer | Cliff Brake <cbrake@bec-systems.com> | 2009-11-24 13:25:35 -0500 |
commit | 3988462de2a1c1b66dd544ebea388b8fdff7f54a (patch) | |
tree | c38b5f3186fd80c6ecf0dcbd8239290511d3fc6c /docs | |
parent | 9a681a2affece3d2a9230c4939450d9392c33bf9 (diff) |
docs: fix type in Makefile
Diffstat (limited to 'docs')
-rw-r--r-- | docs/usermanual/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/usermanual/Makefile b/docs/usermanual/Makefile index 75fdd9ebc7..36ea5e20a7 100644 --- a/docs/usermanual/Makefile +++ b/docs/usermanual/Makefile @@ -1,4 +1,4 @@ -# XSL sytlesheets downloaded from http://docbook.sourceforge.net/release/xsl/current/html/ +# XSL stylesheets downloaded from http://docbook.sourceforge.net/release/xsl/current/html/ topdir = . manual = $(topdir)/usermanual.xml |