Skip to content

Commit b02c56f

Browse files
committed
Clean documentation subtree during make clean.
1 parent b0c3c48 commit b02c56f

File tree

2 files changed

+6
-10
lines changed

2 files changed

+6
-10
lines changed

doc/Makefile

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
#
55
# Copyright (c) 1994, Regents of the University of California
66
#
7-
# $Header: /cvsroot/pgsql/doc/Makefile,v 1.22 2002/02/06 20:29:35 petere Exp $
7+
# $Header: /cvsroot/pgsql/doc/Makefile,v 1.23 2002/07/28 15:19:59 petere Exp $
88
#
99
#----------------------------------------------------------------------------
1010

@@ -97,7 +97,6 @@ ifdef found_man
9797
endif
9898

9999

100-
clean:
100+
clean distclean maintainer-clean:
101101
rm -rf man1/ man$(sqlmansectnum)/ man$(sqlmansect_dummy)/
102-
103-
distclean maintainer-clean: clean
102+
$(MAKE) -C src $@

doc/src/Makefile

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Postgres documentation makefile
2-
# $Header: /cvsroot/pgsql/doc/src/Makefile,v 1.28 2001/11/25 22:17:27 petere Exp $
2+
# $Header: /cvsroot/pgsql/doc/src/Makefile,v 1.29 2002/07/28 15:19:59 petere Exp $
33

44
subdir = doc/src
55
top_builddir = ../..
@@ -18,11 +18,8 @@ install:
1818
$(MAKE) all
1919
(mv -f *.$(ZIPSUFFIX) ..)
2020

21-
clean:
22-
$(MAKE) -C sgml clean
23-
24-
distclean:
25-
$(MAKE) -C sgml distclean
21+
clean distclean maintainer-clean:
22+
$(MAKE) -C sgml $@
2623

2724
all: $(TARGETS)
2825

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy