Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
B
bjcp-2015-styleguide
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
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Frank Steinberg
bjcp-2015-styleguide
Commits
edaba316
Commit
edaba316
authored
5 years ago
by
Frank Steinberg
Browse files
Options
Downloads
Patches
Plain Diff
Cleanup.
parent
6766bf8e
Branches
Branches containing commit
No related tags found
No related merge requests found
Changes
3
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
.gitignore
+2
-1
2 additions, 1 deletion
.gitignore
Makefile
+12
-6
12 additions, 6 deletions
Makefile
bjcp-2015-styleguide-de-auto.xml
+0
-4041
0 additions, 4041 deletions
bjcp-2015-styleguide-de-auto.xml
with
14 additions
and
4048 deletions
.gitignore
+
2
−
1
View file @
edaba316
...
@@ -2,7 +2,8 @@ bjcp-2015-styleguide-de.xml
...
@@ -2,7 +2,8 @@ bjcp-2015-styleguide-de.xml
bjcp-2015-styleguide-orig.xml
bjcp-2015-styleguide-orig.xml
bjcp-2015-styleguide-de.html
bjcp-2015-styleguide-de.html
bjcp-2015-styleguide-orig.html
bjcp-2015-styleguide-orig.html
cache/
cache/2015_Guidelines_Beer.docx
cache/bjcp-2015-styleguide-word.xml
orig/
orig/
tmp/
tmp/
web/bjcp-2015-styleguide-de-auto.xml
web/bjcp-2015-styleguide-de-auto.xml
...
...
This diff is collapsed.
Click to expand it.
Makefile
+
12
−
6
View file @
edaba316
...
@@ -44,8 +44,8 @@ web/bjcp-2015-styleguide-orig.xml: bjcp-2015-styleguide-orig.xml
...
@@ -44,8 +44,8 @@ web/bjcp-2015-styleguide-orig.xml: bjcp-2015-styleguide-orig.xml
web/bjcp-2015-styleguide-de.xml
:
bjcp-2015-styleguide-de.xml
web/bjcp-2015-styleguide-de.xml
:
bjcp-2015-styleguide-de.xml
cp
bjcp-2015-styleguide-de.xml web/
cp
bjcp-2015-styleguide-de.xml web/
web/bjcp-2015-styleguide-de-auto.xml
:
bjcp-2015-styleguide-de-auto.xml
web/bjcp-2015-styleguide-de-auto.xml
:
cache/
bjcp-2015-styleguide-de-auto.xml
cp
bjcp-2015-styleguide-de-auto.xml web/bjcp-2015-styleguide-de-auto.xml
cp
cache/
bjcp-2015-styleguide-de-auto.xml web/bjcp-2015-styleguide-de-auto.xml
web/bjcp-2015-styleguide-orig.html
:
bjcp-2015-styleguide-orig.html
web/bjcp-2015-styleguide-orig.html
:
bjcp-2015-styleguide-orig.html
cp
bjcp-2015-styleguide-orig.html web/
cp
bjcp-2015-styleguide-orig.html web/
...
@@ -70,7 +70,11 @@ clean:
...
@@ -70,7 +70,11 @@ clean:
@
rm
-f
bjcp-2015-styleguide-de.xml
@
rm
-f
bjcp-2015-styleguide-de.xml
@
rm
-f
bjcp-2015-styleguide-orig.html
@
rm
-f
bjcp-2015-styleguide-orig.html
@
rm
-f
bjcp-2015-styleguide-de.html
@
rm
-f
bjcp-2015-styleguide-de.html
@
rm
-f
bjcp-2015-styleguide-de-edit.html
@
rm
-f
web/bjcp-2015-styleguide-orig.xml
@
rm
-f
web/bjcp-2015-styleguide-de.xml
@
rm
-f
web/bjcp-2015-styleguide-de-auto.xml
@
rm
-f
web/bjcp-2015-styleguide-orig.html
@
rm
-f
web/bjcp-2015-styleguide-de.html
@
echo
"cleanup done"
@
echo
"cleanup done"
distclean
:
clean
distclean
:
clean
...
@@ -90,9 +94,11 @@ apply:
...
@@ -90,9 +94,11 @@ apply:
## Google Translate stuff -- this works only for users with a properly configured Google Cloud setup
## Google Translate stuff -- this works only for users with a properly configured Google Cloud setup
translate
:
cache/bjcp-2015-styleguide-de-auto.xml
cache/bjcp-2015-styleguide-de-auto.xml
:
cat
bjcp-2015-styleguide-orig.xml | ./translate | xmllint
--format
-
>
cache/bjcp-2015-styleguide-de-auto.xml
delete-glossary
:
delete-glossary
:
curl
-X
DELETE
-H
"Authorization: Bearer "
`
gcloud auth application-default print-access-token
`
https://translation.googleapis.com/v3beta1/projects/
$(
PROJECTID
)
/locations/
$(
LOCATION
)
/glossaries/
$(
GLOSSARYID
)
curl
-X
DELETE
-H
"Authorization: Bearer "
`
gcloud auth application-default print-access-token
`
https://translation.googleapis.com/v3beta1/projects/
$(
PROJECTID
)
/locations/
$(
LOCATION
)
/glossaries/
$(
GLOSSARYID
)
bjcp-2015-styleguide-de-auto.xml
:
bjcp-2015-styleguide-orig.xml
cat
bjcp-2015-styleguide-orig.xml | ./translate | xmllint
--format
-
>
bjcp-2015-styleguide-de-auto.xml
This diff is collapsed.
Click to expand it.
bjcp-2015-styleguide-de-auto.xml
deleted
100644 → 0
+
0
−
4041
View file @
6766bf8e
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