Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
vlc-2-2
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Redmine
Redmine
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Metrics
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
videolan
vlc-2-2
Commits
a525d207
Commit
a525d207
authored
Feb 09, 2009
by
Rémi Denis-Courmont
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
libkate contrib: skip documentation
parent
9ff86452
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
25 additions
and
0 deletions
+25
-0
extras/contrib/src/Makefile
extras/contrib/src/Makefile
+1
-0
extras/contrib/src/Patches/libkate-nodocs.patch
extras/contrib/src/Patches/libkate-nodocs.patch
+24
-0
No files found.
extras/contrib/src/Makefile
View file @
a525d207
...
...
@@ -2321,6 +2321,7 @@ libkate: libkate-$(KATE_VERSION).tar.gz
$(EXTRACT_GZ)
.kate
:
libkate .ogg
(
cd
$<
;
patch
-p1
)
< Patches/libkate-nodocs.patch
(
cd
$<
;
$(HOSTCC)
./configure
$(HOSTCONF)
--prefix
=
$(PREFIX)
--disable-valgrind
&&
make
&&
make
install
)
$(INSTALL_NAME)
touch
$@
...
...
extras/contrib/src/Patches/libkate-nodocs.patch
0 → 100644
View file @
a525d207
diff -ru libkate-0.1.7/doc/Makefile libkate/doc/Makefile
diff -ru libkate-0.1.7/doc/Makefile.am libkate/doc/Makefile.am
--- libkate-0.1.7/doc/Makefile.am 2008-08-11 01:59:03.000000000 +0300
+++ libkate/doc/Makefile.am 2009-02-09 23:41:53.000000000 +0200
@@ -31,7 +31,6 @@
else
.doc-dummy-target:
echo "doxygen not found, cannot build docs"
- /bin/false
endif
dist-hook: .doc-dummy-target
Seulement dans libkate/doc: Makefile.am~
diff -ru libkate-0.1.7/doc/Makefile.in libkate/doc/Makefile.in
--- libkate-0.1.7/doc/Makefile.in 2008-08-11 01:59:03.000000000 +0300
+++ libkate/doc/Makefile.in 2009-02-09 23:42:13.000000000 +0200
@@ -389,7 +389,6 @@
@HAVE_DOXYGEN_TRUE@ doxygen kate.doxygen
@HAVE_DOXYGEN_FALSE@.doc-dummy-target:
@HAVE_DOXYGEN_FALSE@ echo "doxygen not found, cannot build docs"
-@HAVE_DOXYGEN_FALSE@ /bin/false
dist-hook: .doc-dummy-target
cp -fR * $(distdir)
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