diff options
author | cinap_lenrek <cinap_lenrek@felloff.net> | 2017-05-09 16:23:48 +0200 |
---|---|---|
committer | cinap_lenrek <cinap_lenrek@felloff.net> | 2017-05-09 16:23:48 +0200 |
commit | 2fda77e404ab5cd8fdc0ef906fac87d53f9301b9 (patch) | |
tree | 0648189ea75db7b5b704d15e12279b1264224977 /sys/doc/net | |
parent | 015956ea614096cd51f9544c6742772c3ca3d425 (diff) |
/sys/doc: fix mkfile to and remove files that now can be regenerated
Diffstat (limited to 'sys/doc/net')
-rw-r--r-- | sys/doc/net/mkfile | 5 | ||||
-rw-r--r-- | sys/doc/net/net.pdf | bin | 82603 -> 0 bytes |
2 files changed, 5 insertions, 0 deletions
diff --git a/sys/doc/net/mkfile b/sys/doc/net/mkfile index f4d0a4735..45c7ea84d 100644 --- a/sys/doc/net/mkfile +++ b/sys/doc/net/mkfile @@ -16,6 +16,11 @@ tree.pout:D: tree net.html:D: $DEPS tbl net.ms | htmlroff -ms -mhtml >net.html +%.pdf:D: %.ps + cat ../docfonts $stem.ps >_$stem.ps + # distill _$stem.ps && mv _$stem.pdf $stem.pdf + ps2pdf _$stem.ps $stem.pdf && rm -f _$stem.ps + clean:V: rm -f net.ps tree.pout net.trout diff --git a/sys/doc/net/net.pdf b/sys/doc/net/net.pdf Binary files differdeleted file mode 100644 index 6f90286ff..000000000 --- a/sys/doc/net/net.pdf +++ /dev/null |