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
12a8d5f4
You need to sign in or sign up before continuing.
Commit
12a8d5f4
authored
5 years ago
by
Frank Steinberg
Browse files
Options
Downloads
Patches
Plain Diff
Fixes.
parent
9624c96a
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
Makefile
+5
-5
5 additions, 5 deletions
Makefile
with
5 additions
and
5 deletions
Makefile
+
5
−
5
View file @
12a8d5f4
...
@@ -2,7 +2,7 @@
...
@@ -2,7 +2,7 @@
DEFILES
=
$(
shell
ls
de/
*
.xml
)
DEFILES
=
$(
shell
ls
de/
*
.xml
)
FIXFILES
=
$(
shell
ls
fix/
*
.xml
)
FIXFILES
=
$(
shell
ls
fix/
*
.xml
)
default
:
bjcp-2015-styleguide-orig.xml bjcp-2015-styleguide-de.xml bjcp-2015-styleguide-orig.html bjcp-2015-styleguide-de.html
web/edit.html
web/bjcp-2015-styleguide-orig.xml web/bjcp-2015-styleguide-de.xml web/bjcp-2015-styleguide-orig.html web/bjcp-2015-styleguide-de.html
default
:
bjcp-2015-styleguide-orig.xml bjcp-2015-styleguide-de.xml bjcp-2015-styleguide-orig.html bjcp-2015-styleguide-de.html web/bjcp-2015-styleguide-orig.xml web/bjcp-2015-styleguide-de.xml web/bjcp-2015-styleguide-orig.html web/bjcp-2015-styleguide-de.html
...
@@ -48,10 +48,10 @@ web/bjcp-2015-styleguide-orig.html: bjcp-2015-styleguide-orig.html
...
@@ -48,10 +48,10 @@ web/bjcp-2015-styleguide-orig.html: bjcp-2015-styleguide-orig.html
web/bjcp-2015-styleguide-de.html
:
bjcp-2015-styleguide-de.html
web/bjcp-2015-styleguide-de.html
:
bjcp-2015-styleguide-de.html
cp
bjcp-2015-styleguide-de.html web/
cp
bjcp-2015-styleguide-de.html web/
web/edit.html
:
xsl/bjcp-2015-styleguide-html.xsl bjcp-2015-styleguide-de.xml
web/edit
-old
.html
:
xsl/bjcp-2015-styleguide-html.xsl bjcp-2015-styleguide-de.xml
@
echo
"Document update in progress. Please wait a moment and reload..."
>
web/edit.html
@
echo
"Document update in progress. Please wait a moment and reload..."
>
web/edit
-old
.html
@
xsltproc
--stringparam
edit
yes
--stringparam
orig bjcp-2015-styleguide-orig.xml xsl/bjcp-2015-styleguide-html.xsl bjcp-2015-styleguide-de.xml
>
web/edit.html.tmp
@
xsltproc
--stringparam
edit
yes
--stringparam
orig bjcp-2015-styleguide-orig.xml xsl/bjcp-2015-styleguide-html.xsl bjcp-2015-styleguide-de.xml
>
web/edit.html.tmp
@
mv
web/edit.html.tmp web/edit.html
@
mv
web/edit.html.tmp web/edit
-old
.html
@
echo
"built
$@
"
@
echo
"built
$@
"
format
:
format
:
...
@@ -67,7 +67,7 @@ check: bjcp-2015-styleguide-orig.xml bjcp-2015-styleguide-de.xml
...
@@ -67,7 +67,7 @@ check: bjcp-2015-styleguide-orig.xml bjcp-2015-styleguide-de.xml
@
xmllint
--noout
--schema
xsd/bjcp-styleguide-2015.xsd bjcp-2015-styleguide-de.xml
@
xmllint
--noout
--schema
xsd/bjcp-styleguide-2015.xsd bjcp-2015-styleguide-de.xml
background
:
background
:
@
nohup
sh
-c
'if [ ! -e .background ] ; then touch .background ; rm -f .background-again bjcp-2015-styleguide-de.xml web/
edit.ht
ml ; make ; rm .background ; if [ -e .background-again ] ; then rm bjcp-2015-styleguide-de.xml web/
edit.ht
ml ; make background ; fi ; else touch .background-again ; fi'
>
/dev/null 2>&1 &
@
nohup
sh
-c
'if [ ! -e .background ] ; then touch .background ; rm -f .background-again bjcp-2015-styleguide-de.xml web/
bjcp-2015-styleguide-de.x
ml ; make ; rm .background ; if [ -e .background-again ] ; then rm bjcp-2015-styleguide-de.xml web/
bjcp-2015-styleguide-de.x
ml ; make background ; fi ; else touch .background-again ; fi'
>
/dev/null 2>&1 &
install
:
install
:
ssh z
"cd /var/www ; if [ -d bjcp-2015-styleguide ] ; then cd bjcp-2015-styleguide ; sudo -u www-data git pull ; sudo -u www-data make ; else sudo -u www-data git clone https://github.com/frsteinb/bjcp-2015-styleguide.git ; cd bjcp-2015-styleguide ; sudo -u www-data mkdir web/snippets ; sudo -u www-data make ; fi"
ssh z
"cd /var/www ; if [ -d bjcp-2015-styleguide ] ; then cd bjcp-2015-styleguide ; sudo -u www-data git pull ; sudo -u www-data make ; else sudo -u www-data git clone https://github.com/frsteinb/bjcp-2015-styleguide.git ; cd bjcp-2015-styleguide ; sudo -u www-data mkdir web/snippets ; sudo -u www-data make ; fi"
...
...
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