Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 249724c commit 1cb4d22Copy full SHA for 1cb4d22
doc/src/sgml/Makefile
@@ -2,7 +2,7 @@
2
#
3
# PostgreSQL documentation makefile
4
5
-# $PostgreSQL: pgsql/doc/src/sgml/Makefile,v 1.130 2009/09/14 13:23:48 petere Exp $
+# $PostgreSQL: pgsql/doc/src/sgml/Makefile,v 1.131 2009/10/05 23:58:49 alvherre Exp $
6
7
#----------------------------------------------------------------------------
8
@@ -371,7 +371,4 @@ distclean: clean
371
rm -f $(addprefix $(srcdir)/,*.texixml *.texi *.info db2texi.refs)
372
373
maintainer-clean: distclean
374
-# HTML
375
- rm -rf $(addprefix $(srcdir)/,html/ html-stamp)
376
-# man
377
- rm -rf $(addprefix $(srcdir)/,man1/ man3/ man7/ man-stamp)
+ rm -rf html-stamp man-stamp
0 commit comments