Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
A
asdf
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
Service Desk
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
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Jan Moringen
asdf
Commits
0f531a35
Commit
0f531a35
authored
15 years ago
by
Gary King
Browse files
Options
Downloads
Patches
Plain Diff
Added link to ASDF's gitweb
parent
9b1342bb
No related branches found
No related tags found
No related merge requests found
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
GNUmakefile
+1
-1
1 addition, 1 deletion
GNUmakefile
bin/asdf-version.sh
+12
-0
12 additions, 0 deletions
bin/asdf-version.sh
website/source/index.mmd
+1
-1
1 addition, 1 deletion
website/source/index.mmd
website/source/resources/shared-header.md
+11
-10
11 additions, 10 deletions
website/source/resources/shared-header.md
with
25 additions
and
12 deletions
GNUmakefile
+
1
−
1
View file @
0f531a35
...
@@ -33,7 +33,7 @@ website-copy: FORCE
...
@@ -33,7 +33,7 @@ website-copy: FORCE
bin/rsync-cp.sh tmp/asdf.lisp
$(
webhome_private
)
bin/rsync-cp.sh tmp/asdf.lisp
$(
webhome_private
)
clean_dirs
=
$(
sourceDirectory
)
clean_dirs
=
$(
sourceDirectory
)
clean_extensions
=
fasl dfsl cfsl fasl fas lib
clean_extensions
=
fasl dfsl cfsl fasl fas lib
dx32fsl
clean
:
FORCE
clean
:
FORCE
@
for
dir
in
$(
clean_dirs
);
do
\
@
for
dir
in
$(
clean_dirs
);
do
\
...
...
This diff is collapsed.
Click to expand it.
bin/asdf-version.sh
0 → 100755
+
12
−
0
View file @
0f531a35
#!/bin/sh
# write the highest tag to standard output
# exit code is 1 if it cannot be found
tag
=
`
git describe
--tags
`
if
[
"
$tag
"
==
""
]
;
then
exit
1
fi
echo
$tag
exit
0
This diff is collapsed.
Click to expand it.
website/source/index.mmd
+
1
−
1
View file @
0f531a35
...
@@ -37,7 +37,7 @@ can:
...
@@ -37,7 +37,7 @@ can:
* download just the source for [asdf.lisp][],
* download just the source for [asdf.lisp][],
* download the [tarball][] to get all bells and whistles,
* download the [tarball][] to get all bells and whistles,
* pull the latest from our git repository
* pull the latest from our git repository
([browse][git-browse])
git clone http://common-lisp.net/project/asdf/asdf.git
git clone http://common-lisp.net/project/asdf/asdf.git
...
...
This diff is collapsed.
Click to expand it.
website/source/resources/shared-header.md
+
11
−
10
View file @
0f531a35
...
@@ -5,16 +5,17 @@
...
@@ -5,16 +5,17 @@
{set-property title "ASDF - Another System Definition Facility"}
{set-property title "ASDF - Another System Definition Facility"}
{set-property style-sheet "style.css"}
{set-property style-sheet "style.css"}
[
user-guide
]:
user-guide.html
[
user-guide
]:
user-guide.html
[
tutorial
]:
user-guide.html
[
tutorial
]:
user-guide.html
[
manual
]:
manual.html
[
manual
]:
manual.html
[
Overview
]:
overview.html
[
Overview
]:
overview.html
[
copyright
]:
copyright.html
[
copyright
]:
copyright.html
[
contributors
]:
contributors.html
[
contributors
]:
contributors.html
[
sys-guide
]:
manual.html
[
sys-guide
]:
manual.html
[
getting-started
]:
getting-started.html
[
getting-started
]:
getting-started.html
[
FAQ
]:
faq.html
[
FAQ
]:
faq.html
[
tests
]:
test-results.html
[
tests
]:
test-results.html
[
git-browse
]:
http://common-lisp.net/gitweb?p=projects/asdf/asdf.git;a=summary
[
asdf-devel
]:
http://common-lisp.net/cgi-bin/mailman/listinfo/asdf-devel
[
asdf-devel
]:
http://common-lisp.net/cgi-bin/mailman/listinfo/asdf-devel
[
asdf-announce
]:
http://common-lisp.net/cgi-bin/mailman/listinfo/asdf-announce
[
asdf-announce
]:
http://common-lisp.net/cgi-bin/mailman/listinfo/asdf-announce
...
...
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