index
:
halibut
master
My halibut tree
Franklin Wei
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Makefile
(
unfollow
)
Commit message (
Expand
)
Author
2017-05-20
Replace Halibut's makefiles with autotools.
Simon Tatham
2017-05-16
Makefile: apply user-provided CFLAGS to version.c.
Simon Tatham
2017-05-13
Build a Windows halibut.exe using clang-cl.
Simon Tatham
2017-05-13
New output mode to write CHM files directly.
Simon Tatham
2017-05-13
Factor LZ77 and Huffman routines out of deflate.c.
Simon Tatham
2015-04-26
Makefile: create subdirs of the install directory too.
Simon Tatham
2015-04-26
Makefile: create install directory
Alex Dunn
2014-09-24
Remove the MD5-based manifest file system.
Simon Tatham
2009-01-20
Fix unintentional bash-specificity in Makefile. (Patch from Colin
Simon Tatham
2007-02-03
Add support for using TrueType fonts, including embedding in PostScript but
Ben Harris
2006-12-06
Update deflate.c to include nearly all the changes I've been making
Simon Tatham
2006-11-30
Add support for compressed PDF streams, using Simon's new deflate library.
Ben Harris
2006-05-19
About time I fixed this: allow for some people's md5sum utilities
Simon Tatham
2006-05-14
Fairly ropey font-embedding support. In particular, the PDF output is
Ben Harris
2006-05-13
Initial support for adding fonts at run-time. Currently we only support
Ben Harris
2005-11-13
Just to be on the safe side about avoiding other portability hazards
Simon Tatham
2005-11-12
`style.c' appears to have been around since 1999 and never had
Simon Tatham
2005-01-24
Use .PHONY to ensure the various fake make targets (`all', `clean',
Simon Tatham
2004-11-17
Remove the svn:externals property that pulls a copy of libcharset
Simon Tatham
2004-09-19
Use "$(MAKE)" for sub-makes, so as to handle systems whose default "make"
Ben Harris
2004-08-09
`make release' tweak to prevent tarball containing trailing NULs (fix from
Jacob Nevins
2004-07-05
Apparently (according to a user) WinZip complains of `trailing
Simon Tatham
2004-06-12
Initial checkin of the shiny new rewritten-from-scratch HTML back
Simon Tatham
2004-06-02
rjk's `make install' patch.
Simon Tatham
2004-04-22
bk_text and bk_info both need to know the on-screen width of
Simon Tatham
2004-04-17
Link libcharset into Halibut. (This involved faffing with
Simon Tatham
2004-04-13
Initial work on PS and PDF output. Because these two backends share
Simon Tatham
2004-04-09
Added an info(1) backend, which constructs .info files directly
Simon Tatham
2004-04-08
Add a horrid md5sum manifest mechanism similar to the one I used in
Simon Tatham
2004-04-08
Add installation instructions.
Simon Tatham
2004-03-23
Man-page back end for Halibut. Also, a couple of additional markup
Simon Tatham
2002-08-11
Add `topclean' target to the top-level Makefile, to remove the
Simon Tatham
2002-08-05
Rename Buttress to Halibut. I _think_ I've caught everything in this pass.
Simon Tatham
2001-12-04
Most of a Windows Help back end now appears to work. Missing are
Simon Tatham
2001-12-04
Replace Buttress's old tree23 routines with my shiny new counted
Simon Tatham
2000-12-21
Initial checkin of xhtml backend.
James Aylett
2000-11-22
Add "make spotless" to Makefile
Simon Tatham
1999-10-24
Test architecture changed
Simon Tatham
1999-10-20
First backend! Text output now pretty much works.
Simon Tatham
1999-10-18
Further development; mid-end index handling pretty much there!
Simon Tatham
1999-08-15
Further development; bibliographies seem to work
Simon Tatham
1999-08-09
More development; not nearly finished yet
Simon Tatham
1999-07-31
Further development work. Parser nearly finished
Simon Tatham