0
0
mirror of https://gitlab.nic.cz/labs/bird.git synced 2025-03-11 17:08:46 +00:00

Doc: Be consistent in generating pdf output

This commit is contained in:
Ondrej Zajicek (work) 2018-03-24 01:34:58 +01:00
parent 2ee6a89a8d
commit f99c61b1f4
2 changed files with 2 additions and 2 deletions

View File

@ -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:

View File

@ -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}