chiark
/
gitweb
/
~mdw
/
tig
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (parent:
604da3b
)
Use docbook to build manual.pdf; clean *.xml files
author
Jonas Fonseca
<fonseca@diku.dk>
Wed, 14 Jun 2006 23:53:08 +0000
(
01:53
+0200)
committer
Jonas Fonseca
<fonseca@antimatter.localdomain>
Wed, 14 Jun 2006 23:53:08 +0000
(
01:53
+0200)
Makefile
patch
|
blob
|
blame
|
history
diff --git
a/Makefile
b/Makefile
index 42387c8bb4fbfd08b97186e4a57d3aa8f046e2d9..0b970d914a03b748affd809d5fa7278f5add37d9 100644
(file)
--- a/
Makefile
+++ b/
Makefile
@@
-9,7
+9,8
@@
CFLAGS = -Wall -O2
DFLAGS = -g -DDEBUG -Werror
PROGS = tig
DOCS = tig.1.html tig.1 tigrc.5.html tigrc.5 \
DFLAGS = -g -DDEBUG -Werror
PROGS = tig
DOCS = tig.1.html tig.1 tigrc.5.html tigrc.5 \
- manual.toc manual.html manual.html-chunked README.html \
+ manual.toc manual.html manual.html-chunked manual.pdf \
+ README.html
ifneq (,$(wildcard .git))
VERSION = $(shell git-describe)
ifneq (,$(wildcard .git))
VERSION = $(shell git-describe)
@@
-41,7
+42,7
@@
install-doc: doc
clean:
rm -rf manual.html-chunked
clean:
rm -rf manual.html-chunked
- rm -f $(PROGS) $(DOCS) core
+ rm -f $(PROGS) $(DOCS) core
*.xml
spell-check:
aspell --lang=en --check tig.1.txt tigrc.5.txt manual.txt
spell-check:
aspell --lang=en --check tig.1.txt tigrc.5.txt manual.txt
@@
-65,6
+66,9
@@
tig: tig.c
README.html: README
asciidoc -b xhtml11 -d article -a readme $<
README.html: README
asciidoc -b xhtml11 -d article -a readme $<
+%.pdf : %.xml
+ docbook2pdf $<
+
%.1.html : %.1.txt
asciidoc -b xhtml11 -d manpage $<
%.1.html : %.1.txt
asciidoc -b xhtml11 -d manpage $<