Skip to content

Commit

Permalink
Bumped to v1.9.5 from uthash.sourceforge.net
Browse files Browse the repository at this point in the history
  • Loading branch information
Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com) committed Mar 16, 2012
1 parent 6128edf commit e0e5dca
Show file tree
Hide file tree
Showing 24 changed files with 1,831 additions and 594 deletions.
2 changes: 1 addition & 1 deletion LICENSE
@@ -1,4 +1,4 @@
Copyright (c) 2005-2009, Troy D. Hanson http://uthash.sourceforge.net
Copyright (c) 2005-2010, Troy D. Hanson http://uthash.sourceforge.net
All rights reserved.

Redistribution and use in source and binary forms, with or without
Expand Down
8 changes: 4 additions & 4 deletions doc/Makefile
@@ -1,4 +1,4 @@
all: css userguide changelog pdf utlist
all: css userguide changelog pdf utlist utstring utarray

userguide: txt/userguide.txt
asciidoc --unsafe --out-file=html/userguide.html -a linkcss=1 -a theme=tdh $<
Expand Down Expand Up @@ -32,11 +32,11 @@ pdf: txt/userguide.txt
a2x --format=pdf $<
mv txt/userguide.pdf pdf/
cd html && ln -sf ../pdf/userguide.pdf userguide.pdf
rm txt/userguide.xml
rm -f txt/userguide.xml

css: html/toc.css
cat /etc/asciidoc/stylesheets/xhtml11.css html/toc.css > html/tdh.css
cp /etc/asciidoc/stylesheets/xhtml11-quirks.css html/tdh-quirks.css
if [ ! -d ~/.asciidoc/themes/tdh ]; then mkdir ~/.asciidoc/themes/tdh; fi
cp html/toc.css ~/.asciidoc/themes/tdh

docbook: txt/userguide.txt
asciidoc -b docbook --out-file=/tmp/userguide.xml $<
Expand Down

0 comments on commit e0e5dca

Please sign in to comment.