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
11 years ago
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
master
dev
release-5.0-stable
version-5.2
release-5.0.6-etersoft
release-5.0.5-etersoft
release-5.0.4-etersoft
No related merge requests found
Show 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
This diff is collapsed.
Click to expand it.
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
;
This diff is collapsed.
Click to expand it.
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