Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
C
ceders-lyskom-server
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
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
Per Cederqvist
ceders-lyskom-server
Commits
f6296e16
Commit
f6296e16
authored
33 years ago
by
Per Cederqvist
Browse files
Options
Downloads
Patches
Plain Diff
Only distribute up-to-date documentation.
parent
f7d9418d
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
Makefile
+8
-1
8 additions, 1 deletion
Makefile
with
8 additions
and
1 deletion
Makefile
+
8
−
1
View file @
f6296e16
...
...
@@ -50,7 +50,14 @@ distribution: clean
cp
src/Makefile lyskom-
$(
SERVER-VER
)
/src/
mkdir
lyskom-
$(
SERVER-VER
)
/src/libraries
cp
src/libraries/Makefile lyskom-
$(
SERVER-VER
)
/src/libraries/
cp
-r
doc lyskom-
$(
SERVER-VER
)
/doc
mkdir
lyskom-
$(
SERVER-VER
)
/doc
for
i
in
ADMINISTRATING INSTALL Makefile misc_items prot-A.txt
\
server-async.extend server.extend what-is-unread.swe
\
do
\
cp
doc/
$$
i lyskom-
$(
SERVER-VER
)
/doc/
$i
\
done
mkdir
lyskom-
$(
SERVER-VER
)
/doc/man
cp
-r
doc/man lyskom-
$(
SERVER-VER
)
/doc/man
cp
-r
config lyskom-
$(
SERVER-VER
)
/config
cp
-r
scripts lyskom-
$(
SERVER-VER
)
/scripts
$(
RM
)
lyskom-
$(
SERVER-VER
)
/scripts/import.make
...
...
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