Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
G
git-manpages-l10n
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
Package registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
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
yun hwak byeon
git-manpages-l10n
Commits
fcb77720
Commit
fcb77720
authored
6 years ago
by
Jean-Noël Avila
Browse files
Options
Downloads
Patches
Plain Diff
Embed all the specific stuff into the Makefile
parent
ee7b75b0
No related branches found
No related tags found
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
.travis.yml
+1
-1
1 addition, 1 deletion
.travis.yml
Makefile
+2
-2
2 additions, 2 deletions
Makefile
ci/build.sh
+0
-6
0 additions, 6 deletions
ci/build.sh
with
3 additions
and
9 deletions
.travis.yml
+
1
−
1
View file @
fcb77720
...
...
@@ -4,7 +4,7 @@ cache: bundler
before_install
:
-
sh ci/install_po4a.sh
script
:
-
sh ci/build.sh
-
make all
addons
:
apt
:
packages
:
...
...
This diff is collapsed.
Click to expand it.
Makefile
+
2
−
2
View file @
fcb77720
...
...
@@ -27,7 +27,7 @@ po4a.conf: create_po4a_conf.sh sources.txt
./create_po4a_conf.sh
po4a-stamp
:
po4a.conf $(EN_SOURCES) $(LANGUAGE_PO) Makefile
$(
QUIET_PO4A
)
po4a
-v
po4a.conf
$(
QUIET_PO4A
)
PERL5LIB
=
./po4a/lib po4a/
po4a
-v
po4a.conf
@
touch
$@
update-sources
:
...
...
@@ -36,7 +36,7 @@ update-sources:
define
MAKE_TARGET
$(1)_$(2)
:
@
echo
$lang
;
cd
$(
2
)
&&
$(
MAKE
)
-f
../makefile.locale
$(
1
)
lang
=
$(
2
)
@
echo
$lang
;
bundle
exec
$(
MAKE
)
-C
$(
2
)
-f
../makefile.locale
$(
1
)
lang
=
$(
2
)
$(1)
:
$(1)_$(2)
...
...
This diff is collapsed.
Click to expand it.
ci/build.sh
deleted
100755 → 0
+
0
−
6
View file @
ee7b75b0
#!/bin/sh
export
PERLLIB
=
$(
pwd
)
/po4a/lib
export
PERL5LIB
=
$(
pwd
)
/po4a/lib
export
PATH
=
$PATH
:
$(
pwd
)
/po4a
bundle
exec
make all
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