Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
GIMP
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
2,677
Issues
2,677
List
Boards
Labels
Service Desk
Milestones
Merge Requests
35
Merge Requests
35
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
CI / CD
Repository
Value Stream
External Wiki
External Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
GNOME
GIMP
Commits
7090eca7
Commit
7090eca7
authored
Mar 08, 2002
by
Sven Neumann
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Attempt to validate the XML after updating.
parent
bf933b5d
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
15 additions
and
0 deletions
+15
-0
tips/update.sh
tips/update.sh
+15
-0
No files found.
tips/update.sh
View file @
7090eca7
...
...
@@ -34,3 +34,18 @@ echo "Building the $PACKAGE.pot, merging and updating ..."
intltool-update
--gettext-package
$PACKAGE
$1
fi
intltool-merge
.
gimp-tips.xml.in gimp-tips.xml
-x
-u
-c
.intltool-merge-cache
xmllint
=
`
which xmllint
`
if
test
-n
"
$xmllint
"
&&
test
-x
"
$xmllint
"
;
then
echo
"Validating gimp-tips.xml."
$xmllint
--noout
--valid
gimp-tips.xml
\
||
(
echo
"*************************"
;
echo
"* gimp-tips.xml INVALID *"
;
echo
"*************************"
;
exit
1
;
)
else
echo
"Can't find xmllint to validate gimp-tips.xml; proceed with fingers crossed..."
;
fi
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