projects
/
users
/
simon
/
postgres.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4037d3f
)
Really unbreak maintainer-clean.
author
Alvaro Herrera
<
[email protected]
>
Tue, 6 Oct 2009 00:54:26 +0000
(
00:54
+0000)
committer
Alvaro Herrera
<
[email protected]
>
Tue, 6 Oct 2009 00:54:26 +0000
(
00:54
+0000)
(Or rather, unbreak what the previous commit broke)
doc/src/sgml/Makefile
patch
|
blob
|
blame
|
history
diff --git
a/doc/src/sgml/Makefile
b/doc/src/sgml/Makefile
index 23d6dbf69c3d4386889eeea854cb27810f22d81c..8844e36b2a62e56a1d33c5adfdc60cfc3716a410 100644
(file)
--- a/
doc/src/sgml/Makefile
+++ b/
doc/src/sgml/Makefile
@@
-371,4
+371,7
@@
distclean: clean
rm -f $(addprefix $(srcdir)/,*.texixml *.texi *.info db2texi.refs)
maintainer-clean: distclean
- rm -rf html-stamp man-stamp
+# HTML
+ rm -fr html/ html-stamp
+# man
+ rm -rf man1/ man3/ man7/ man-stamp