chiark
/
gitweb
/
~mdw
/
sod
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (parent:
4749e32
)
vars.am: Clean up old `.defs' files when building manpages.
author
Mark Wooding
<mdw@distorted.org.uk>
Wed, 1 Jun 2022 10:17:58 +0000
(11:17 +0100)
committer
Mark Wooding
<mdw@distorted.org.uk>
Wed, 1 Jun 2022 10:17:58 +0000
(11:17 +0100)
vars.am
patch
|
blob
|
blame
|
history
diff --git
a/vars.am
b/vars.am
index ed0c03ab6ae7d8e37e937184cf123a7528f1a1f9..71a48a049e591b1c7fa5ccad5816ae78bebe0e47 100644
(file)
--- a/
vars.am
+++ b/
vars.am
@@
-136,7
+136,7
@@
V_MAN_0 = @echo " MAN $@";
$(AM_V_at)sed -e '/@@@PRE@@@/ {' -e 'r$@.defs' -e 'd' -e '}' \
$< >$@.merge
$(AM_V_at)$(confsubst) $@.merge >$@.subst $(SUBSTITUTIONS)
$(AM_V_at)sed -e '/@@@PRE@@@/ {' -e 'r$@.defs' -e 'd' -e '}' \
$< >$@.merge
$(AM_V_at)$(confsubst) $@.merge >$@.subst $(SUBSTITUTIONS)
- $(AM_V_at)rm -f $@.merge && mv $@.subst $@
+ $(AM_V_at)rm -f $@.
defs $@.
merge && mv $@.subst $@
###----- That's all, folks --------------------------------------------------
###----- That's all, folks --------------------------------------------------