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/nupas | |
parent | 015956ea614096cd51f9544c6742772c3ca3d425 (diff) |
/sys/doc: fix mkfile to and remove files that now can be regenerated
Diffstat (limited to 'sys/doc/nupas')
-rw-r--r-- | sys/doc/nupas/mkfile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sys/doc/nupas/mkfile b/sys/doc/nupas/mkfile index 85f629785..81cc20c3c 100644 --- a/sys/doc/nupas/mkfile +++ b/sys/doc/nupas/mkfile @@ -6,6 +6,9 @@ all:V: $TARG eval `{doctype macros.ms $stem.ms} | \ lp -m.9 -dstdout >$target +%.html:DQ: %.ms + htmlroff -ms -mhtml $stem.ms >$target + %.pdf:DQ: %.ps cat ../docfonts $stem.ps >_$stem.ps ps2pdf _$stem.ps $stem.pdf && rm -f _$stem.ps |