Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
bugzilla
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
etersoft
bugzilla
Commits
75050256
Commit
75050256
authored
Apr 29, 2014
by
Frédéric Buclin
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'master' of
ssh://git.mozilla.org/bugzilla/bugzilla
parents
1a8b9441
4ad3e587
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
1 deletion
+5
-1
clean-bug-user-last-visit.pl
clean-bug-user-last-visit.pl
+0
-0
makedocs.pl
docs/makedocs.pl
+5
-1
No files found.
clean-bug-user-last-visit.pl
100644 → 100755
View file @
75050256
File mode changed from 100644 to 100755
docs/makedocs.pl
View file @
75050256
...
...
@@ -57,12 +57,14 @@ use File::Which qw(which);
# Subs
###############################################################################
my
$error_found
=
0
;
sub
MakeDocs
{
my
(
$name
,
$cmdline
)
=
@_
;
say
"Creating $name documentation ..."
if
defined
$name
;
say
"$cmdline\n"
;
system
$cmdline
;
system
(
$cmdline
)
==
0
or
$error_found
=
1
;
print
"\n"
;
}
...
...
@@ -160,3 +162,5 @@ foreach my $lang (@langs) {
rmtree
(
'doctrees'
,
0
,
1
);
}
die
"Error occurred building the documentation\n"
if
$error_found
;
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