Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
L
Lesson Template
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Wiki
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Operate
Environments
Terraform modules
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
Keyboard shortcuts
?
Snippets
Groups
Projects
prace-lessons
Lesson Template
Commits
2208a4b1
Commit
2208a4b1
authored
7 years ago
by
David Mawdsley
Browse files
Options
Downloads
Patches
Plain Diff
Sort HTML_DST output
parent
eb1bb0a7
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
Makefile
+2
-2
2 additions, 2 deletions
Makefile
with
2 additions
and
2 deletions
Makefile
+
2
−
2
View file @
2208a4b1
...
...
@@ -75,9 +75,9 @@ HTML_DST = \
${
DST
}
/index.html
\
${
DST
}
/conduct/index.html
\
${
DST
}
/setup/index.html
\
$(
patsubst _episodes/%.md,
${
DST
}
/%/index.html,
$(
wildcard _episodes/
*
.md
))
\
$(
patsubst _episodes/%.md,
${
DST
}
/%/index.html,
$(
sort
$(
wildcard _episodes/
*
.md
))
)
\
${
DST
}
/reference/index.html
\
$(
patsubst _extras/%.md,
${
DST
}
/%/index.html,
$(
wildcard _extras/
*
.md
))
\
$(
patsubst _extras/%.md,
${
DST
}
/%/index.html,
$(
sort
$(
wildcard _extras/
*
.md
))
)
\
${
DST
}
/license/index.html
## lesson-md : convert Rmarkdown files to markdown
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
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