diff options
author | jao <jao@oblong.net> | 2009-05-10 00:41:55 +0200 |
---|---|---|
committer | jao <jao@oblong.net> | 2009-05-10 00:41:55 +0200 |
commit | c1e2823db96c9d7ab43373fd5d7a29fd24379e1e (patch) | |
tree | baee81780eb7570440d52cf56dbb4fb8ab4816d4 /sample | |
parent | b2dc70474333811c4754da48bc40d052f4213dd8 (diff) | |
download | nowebmk-c1e2823db96c9d7ab43373fd5d7a29fd24379e1e.tar.gz nowebmk-c1e2823db96c9d7ab43373fd5d7a29fd24379e1e.tar.bz2 |
Support for optional hyperref and hyperref options.
Diffstat (limited to 'sample')
-rw-r--r-- | sample/Makefile.sample | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/sample/Makefile.sample b/sample/Makefile.sample index a18a985..95e7719 100644 --- a/sample/Makefile.sample +++ b/sample/Makefile.sample @@ -43,6 +43,10 @@ NW_SUBDIRS = . # NW_LINEFORMAT = -L"\# %L \"%F\" %N" NW_LINEFORMAT = +# Options for the hyperref package +# HW_HYPER = yes +# NW_HYPER_OPTIONS = "colorlinks=true,linkcolor=blue" + # Location of noweb.mk NW_MAKEFILE = ../noweb.mk |