git.annexia.org
/
goals.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d513d8b
)
build: Remove man/*.? man pages when running 'make clean'.
author
Richard W.M. Jones
<rjones@redhat.com>
Wed, 8 Jan 2020 16:18:38 +0000
(16:18 +0000)
committer
Richard W.M. Jones
<rjones@redhat.com>
Wed, 8 Jan 2020 16:19:21 +0000
(16:19 +0000)
Fixes commit
abfde4ea239de6b9458243a862d5da0302a241a4
.
Goalfile.in
patch
|
blob
|
history
diff --git
a/Goalfile.in
b/Goalfile.in
index
b865c9c
..
39a9587
100644
(file)
--- a/
Goalfile.in
+++ b/
Goalfile.in
@@
-37,7
+37,7
@@
goal clean = {
popd
done
rm -f src/parser.ml src/parser.mli src/lexer.ml src/parser.conflicts
- rm -f
docs/*.1
+ rm -f
man/*.1 man/*.5
# We don't delete src/goals because it is required to do builds.
# If you want to really delete it, use the maintainer-clean rule.