The DejaVU Framework --
hush 3.1
[.]
Papers
Tutorials
Examples
Manuals
Interfaces
Sources
Packages
Resources
?
Manual: PROBLEMS 1 1997
[.]
[man]
man1
man2
man3
man4
man5
man6
man7
man8
man9
manl
mann
?
CONCERNS
hush(1) -- version 3.0
AUTHOR
A. Eliëns
WARNING
The hush package is still in development.
This means that code and libraries may change.
Changes will probably be minor and not affect your
programs.
If problems occur, then you must first try to recompile
your code and link again.
If that doesn't help contact the author at
eliens@cs.vu.nl
PROBLEMS
If you encounter any problems
make sure you have the right documentation
(see hush(2)).
If that does not provide the information needed
you may
consult changes(2),
or look at the
FAQ
INSTALLATION PROBLEMS
See sources/cfg
Macro substitution in Makefile
Since macro-expansion works differently for
the various flavors of make you may encounter problems
when makeing the documentation.
However, for normal installations you will not need to make the HTML
documentation.
This documentation may be obtained at
the hush ftp(1) site.
The macro-definition
SRC : sh = ls *.h
DOC = \${SRC:.h=-h.html}
does not work for Gnu gmake.
In that case you need to define SRC as
SRC = $(wildcard *.h)
Note that defining SRC as
SRC = `ls *.h`
does not work properly because
the substitution meachanism fails for DOC.
SEE ALSO
hush(1), help(1)
[.]
Papers
Tutorials
Examples
Manuals
Interfaces
Sources
Packages
Resources
?