Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
P
Postgres FD Implementation
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Abuhujair Javed
Postgres FD Implementation
Commits
b02c56f5
Commit
b02c56f5
authored
Jul 28, 2002
by
Peter Eisentraut
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Clean documentation subtree during make clean.
parent
b0c3c48e
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
10 deletions
+6
-10
doc/Makefile
doc/Makefile
+3
-4
doc/src/Makefile
doc/src/Makefile
+3
-6
No files found.
doc/Makefile
View file @
b02c56f5
...
...
@@ -4,7 +4,7 @@
#
# Copyright (c) 1994, Regents of the University of California
#
# $Header: /cvsroot/pgsql/doc/Makefile,v 1.2
2 2002/02/06 20:29:35
petere Exp $
# $Header: /cvsroot/pgsql/doc/Makefile,v 1.2
3 2002/07/28 15:19:59
petere Exp $
#
#----------------------------------------------------------------------------
...
...
@@ -97,7 +97,6 @@ ifdef found_man
endif
clean
:
clean
distclean maintainer-clean
:
rm
-rf
man1/ man
$(sqlmansectnum)
/ man
$(sqlmansect_dummy)
/
distclean maintainer-clean
:
clean
$(MAKE)
-C
src
$@
doc/src/Makefile
View file @
b02c56f5
# Postgres documentation makefile
# $Header: /cvsroot/pgsql/doc/src/Makefile,v 1.2
8 2001/11/25 22:17:27
petere Exp $
# $Header: /cvsroot/pgsql/doc/src/Makefile,v 1.2
9 2002/07/28 15:19:59
petere Exp $
subdir
=
doc/src
top_builddir
=
../..
...
...
@@ -18,11 +18,8 @@ install:
$(MAKE)
all
(
mv
-f
*
.
$(ZIPSUFFIX)
..
)
clean
:
$(MAKE)
-C
sgml clean
distclean
:
$(MAKE)
-C
sgml distclean
clean distclean maintainer-clean
:
$(MAKE)
-C
sgml
$@
all
:
$(TARGETS)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment