summaryrefslogtreecommitdiffstats
path: root/Makefile.rules.in
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile.rules.in')
-rw-r--r--Makefile.rules.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.rules.in b/Makefile.rules.in
index ae563a54..6a009161 100644
--- a/Makefile.rules.in
+++ b/Makefile.rules.in
@@ -37,11 +37,11 @@ configure: configure.ac
%.8: %.xml $(makedeps)
@echo -e " MAN\t\t$@"
- (cd $(SUBDIR); docbook2x-man ../$<)
+ (cd $(SUBDIR); $(DB2MAN) --xinclude ../$<)
%.pdf: %.xml $(makedeps)
@echo -e " PDF\t\t$@"
- db2pdf -o $(SUBDIR) $<
+ dblatex -q -t pdf -o $@ $<
archive:
git archive --prefix=nftables-@PACKAGE_VERSION@/ HEAD | \