9795d7d750
Move vlog option descriptions into a separate file lib/vlog.man that is substituted into manpages. Get rid of individual rules for substituting most files in favor of a single suffix rule. Unfortunately this loses the (Emacs-specific) read-only markings but it simplifies the makefiles.
6 lines
45 B
Bash
Executable File
6 lines
45 B
Bash
Executable File
#! /bin/sh
|
|
exec sed -e "/^@$1@\$/{
|
|
r $2
|
|
d
|
|
}"
|