Skip to content

Commit

Permalink
bugfix: after zlog_reload(), zlog_set_record still useful
Browse files Browse the repository at this point in the history
  • Loading branch information
HardySimpson committed Jun 1, 2012
1 parent ac3e356 commit 9c7f727
Show file tree
Hide file tree
Showing 20 changed files with 1,229 additions and 219 deletions.
10 changes: 6 additions & 4 deletions .gitignore
Expand Up @@ -33,11 +33,13 @@ zlog.pc
press.log*
callgrind*
err.log
doc/*
!doc/*.lyx
!doc/*.conf
!doc/*.txt
test_*
!test_*.c
!test_*.conf
!test_*.h
doc/*.lyx~
doc/*.pdf
doc/obj.think
doc/zlog.3
doc/zlogtest.xls

21 changes: 21 additions & 0 deletions doc/Makefile.am
@@ -0,0 +1,21 @@
docdir = $(datadir)/doc/$(PACKAGE)
man3dir = $(mandir)/man3

doc_DATA = UsersGuide-EN.pdf \
UsersGuide-CN.pdf \
GettingStart-EN.txt \
GettingStart-CN.txt

EXTRA_DIST = $(doc_DATA) \
UsersGuide-EN.lyx \
UsersGuide-CN.lyx


UsersGuide-EN.pdf : UsersGuide-EN.lyx
lyx -f -e pdf2 $^

UsersGuide-CN.pdf : UsersGuide-CN.lyx
lyx -f -e pdf4 $^

clean-local :
-rm -f *.pdf

0 comments on commit 9c7f727

Please sign in to comment.