Skip to content

Commit

Permalink
Imported Upstream version 0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Arturo Borrero Gonzalez committed Apr 16, 2014
1 parent 023aec9 commit 3290f1e
Show file tree
Hide file tree
Showing 57 changed files with 17,507 additions and 2,470 deletions.
18 changes: 0 additions & 18 deletions .gitignore

This file was deleted.

1 change: 1 addition & 0 deletions Makefile.defs.in
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ YACC = @YACC@
MKDIR_P = @MKDIR_P@
INSTALL = @INSTALL@
SED = @SED@
DB2MAN = @DB2MAN@

PACKAGE_TARNAME = @PACKAGE_TARNAME@

Expand Down
4 changes: 2 additions & 2 deletions Makefile.rules.in
Original file line number Diff line number Diff line change
Expand Up @@ -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 | \
Expand Down
Loading

0 comments on commit 3290f1e

Please sign in to comment.