diff options
-rw-r--r-- | doc/Makefile | 2 | ||||
-rwxr-xr-x | tools/gendist | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/doc/Makefile b/doc/Makefile index 1206e55f..b8284546 100644 --- a/doc/Makefile +++ b/doc/Makefile @@ -14,7 +14,7 @@ export TEXINPUTS := $(TEXINPUTS):$(srcdir_abs)/doc/tex .PHONY: prog.sgml bird.sgml docs: progdocs userdocs -progdocs: prog.html prog.ps +progdocs: prog.html prog.pdf userdocs: bird.html bird.pdf prog.sgml: diff --git a/tools/gendist b/tools/gendist index 27dbc5ef..f91268ad 100755 --- a/tools/gendist +++ b/tools/gendist @@ -22,7 +22,7 @@ mkdir -p $T/$REL $T/$DREL $T/$DREL/doc cp -a . $T/$REL echo Generating ChangeLog git log >$T/$REL/ChangeLog -mv $T/$REL/doc/*.ps $T/$DREL/doc +mv $T/$REL/doc/*.pdf $T/$DREL/doc rm -f $T/$REL/bird.conf* rm -rf $T/$REL/.git/ rm -rf `find $T/$REL -name CVS -o -name tmp` $T/$REL/{misc,rfc,doc/slides} |