summaryrefslogtreecommitdiffstatsabout
path: root/docs/Makefile.in
diff options
context:
space:
mode:
authorEdward Rudd <urkle@outoforder.cc>2006-11-07 02:44:33 (GMT)
committer Edward Rudd <urkle@outoforder.cc>2006-11-07 02:44:33 (GMT)
commitee22f4a4df3632c5d6def4ef108cbdbda0ce4e47 (patch)
tree87b6bae925ec676800765685774c70e282079d15 /docs/Makefile.in
parent45d25f947b7cf068530f009e8846cd3ccde51220 (diff)
updated license file
updated documentation
Diffstat (limited to 'docs/Makefile.in')
-rw-r--r--docs/Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/Makefile.in b/docs/Makefile.in
index 81f2298..fa1bd2e 100644
--- a/docs/Makefile.in
+++ b/docs/Makefile.in
@@ -19,7 +19,7 @@ DISTFILES = $(STD_DIST) $(EXTRA_DIST)
19all: all-subdirs 19all: all-subdirs
20 20
21%.html: %.xml 21%.html: %.xml
22 @xmlto html-nochunks $< 22 @xmlto xhtml-nochunks $<
23 23
24%.pdf: %.xml 24%.pdf: %.xml
25 @xmlto pdf $< 25 @xmlto pdf $<