Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
Via Christus
avadanlık
Commits
52ab9102
Unverified
Commit
52ab9102
authored
Jan 22, 2019
by
Caleb Maclennan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Move generic targets out of tag related conditional section
parent
bea01a47
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
9 deletions
+9
-9
makefile
makefile
+9
-9
No files found.
makefile
View file @
52ab9102
...
...
@@ -84,15 +84,6 @@ TAGNAME = $(firstword $(sort $(notdir $(ALLTAGS))))
# Else not directly on any tags
else
debug
:
debug_avadanlik
.PHONY
:
debug_avadanlik
debug_avadanlik
:
@
echo
AVADANLIKDIR:
$(AVADANLIKDIR)
@
echo
BRANCH:
$(BRANCH)
@
echo
NEXTCLOUD:
$(NEXTCLOUD)
# If not on a tagged release, don't stick with pinned toolkit versions
init
:
update_toolkits
...
...
@@ -123,6 +114,15 @@ ifdef FORMATS_$(TAGNAME)
FORMATS
:=
$
(
FORMATS_
$(TAGNAME)
)
endif
debug
:
debug_avadanlik
.PHONY
:
debug_avadanlik
debug_avadanlik
:
@
echo
AVADANLIKDIR:
$(AVADANLIKDIR)
@
echo
BRANCH:
$(BRANCH)
@
echo
NEXTCLOUD:
$(NEXTCLOUD)
.avadanlik.lua
:
cat
<<-
EOF
>
$@
CASILE.publisher = "viachristus"
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment