Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
P
postgres-lambda-diff
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Jakob Huber
postgres-lambda-diff
Commits
3af9d95f
Commit
3af9d95f
authored
26 years ago
by
Thomas G. Lockhart
Browse files
Options
Downloads
Patches
Plain Diff
Try to get only html and gif files into tarballs.
Was picking up subdirectories and other garbage.
parent
b43b8fb0
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
doc/src/Makefile
+11
-6
11 additions, 6 deletions
doc/src/Makefile
with
11 additions
and
6 deletions
doc/src/Makefile
+
11
−
6
View file @
3af9d95f
...
@@ -6,7 +6,7 @@ SRCDIR= ../../src
...
@@ -6,7 +6,7 @@ SRCDIR= ../../src
TAR
=
tar
TAR
=
tar
ZIP
=
gzip
ZIP
=
gzip
TAREXCLUDE
=
--exclude
=
Makefile
--exclude
=
'*.sgml'
TAREXCLUDE
=
--exclude
=
Makefile
--exclude
=
'*.sgml'
--exclude
=
ref
# Pick up Makefile.global from the source area
# Pick up Makefile.global from the source area
# This is the only resource from the code source area and is optional
# This is the only resource from the code source area and is optional
...
@@ -43,27 +43,32 @@ sources.tar:
...
@@ -43,27 +43,32 @@ sources.tar:
admin.tar
:
admin.tar
:
$(
MAKE
)
-C
sgml clean
$(
MAKE
)
-C
sgml clean
$(
MAKE
)
-C
sgml admin.html
$(
MAKE
)
-C
sgml admin.html
(
$(
TAR
)
-cf
$@
$(
TAREXCLUDE
)
-C
sgml
.
-C
..
-C
graphics layout.gif
)
(
cd
sgml
;
$(
TAR
)
-cf
../
$@
$(
TAREXCLUDE
)
*
.html
*
.htm
-C
../graphics layout.gif
)
installation.tar
:
$(
MAKE
)
-C
sgml clean
$(
MAKE
)
-C
sgml installation.html
(
cd
sgml
;
$(
TAR
)
-cf
../
$@
$(
TAREXCLUDE
)
*
.html
*
.htm
)
postgres.tar
:
postgres.tar
:
$(
MAKE
)
-C
sgml clean
$(
MAKE
)
-C
sgml clean
$(
MAKE
)
-C
sgml postgres.html
$(
MAKE
)
-C
sgml postgres.html
(
$(
TAR
)
-cf
$@
$(
TAREXCLUDE
)
-C
sgml
.
-C
..
-C
graphics catalogs.gif connections.gif layout.gif
)
(
cd
sgml
;
$(
TAR
)
-cf
../
$@
$(
TAREXCLUDE
)
*
.html
*
.htm
-C
..
/
graphics catalogs.gif connections.gif layout.gif
)
programmer.tar
:
programmer.tar
:
$(
MAKE
)
-C
sgml clean
$(
MAKE
)
-C
sgml clean
$(
MAKE
)
-C
sgml programmer.html
$(
MAKE
)
-C
sgml programmer.html
(
$(
TAR
)
-cf
$@
$(
TAREXCLUDE
)
-C
sgml
.
-C
..
-C
graphics catalogs.gif connections.gif
)
(
cd
sgml
;
$(
TAR
)
-cf
../
$@
$(
TAREXCLUDE
)
*
.html
*
.htm
-C
..
/
graphics catalogs.gif connections.gif
)
tutorial.tar
:
tutorial.tar
:
$(
MAKE
)
-C
sgml clean
$(
MAKE
)
-C
sgml clean
$(
MAKE
)
-C
sgml tutorial.html
$(
MAKE
)
-C
sgml tutorial.html
(
$(
TAR
)
-cf
$@
$(
TAREXCLUDE
)
-C
sgml
.
-C
..
-C
graphics clientserver.gif
)
(
cd
sgml
;
$(
TAR
)
-cf
../
$@
$(
TAREXCLUDE
)
-C
sgml
.
-C
..
-C
graphics clientserver.gif
)
user.tar
:
user.tar
:
$(
MAKE
)
-C
sgml clean
$(
MAKE
)
-C
sgml clean
$(
MAKE
)
-C
sgml user.html
$(
MAKE
)
-C
sgml user.html
(
$(
TAR
)
-cf
$@
$(
TAREXCLUDE
)
-C
sgml .
)
(
cd
sgml
;
$(
TAR
)
-cf
../
$@
$(
TAREXCLUDE
)
*
.html
*
.htm
)
# Generic production rules
# Generic production rules
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment