Marco Trevisan (Treviño)
|
609a246e97
|
build: Add check argument to run_command() calls
|
2025-02-20 20:09:47 +00:00 |
|
Mohammed Anas
|
58ddad39fc
|
build: remove Bash dependency in favor of sh
These shell commands/scripts all seem to work fine with POSIX shell, so
there's no reason to depend on Bash for building.
|
2024-01-22 15:32:36 +00:00 |
|
Eli Schwartz
|
2c34cef5ef
|
remove pointless copying of files into build directory
I'm not entirely sure what this did, but it seems to be obsoleted by
commit 93bad82540.
|
2022-01-11 21:27:30 -05:00 |
|
Eli Schwartz
|
f4256533d1
|
use more idiomatic/correct embedded shell scripting
Formatting arguments into code is fragile, and meson natively knows how
to pass files as arguments via argv. So pass them as arguments to the
shell.
|
2022-01-11 21:23:16 -05:00 |
|
Bastien Nocera
|
19353c971c
|
build: Add some linefeeds to generated XML files
|
2020-08-17 15:21:27 +02:00 |
|
Bastien Nocera
|
58784f7002
|
doc: Fix gtk-doc generation
Closes: #44
|
2020-02-06 12:21:51 +01:00 |
|
Bastien Nocera
|
73625233f6
|
build: Remove autotools support
|
2020-02-05 16:54:54 +01:00 |
|
Marco Trevisan (Treviño)
|
eb6dbb6953
|
build: Add meson build system
Reuse the generated dbus interface .xml files from fprintd to avoid
unnecessary copies.
|
2020-02-05 15:25:35 +01:00 |
|
Bastien Nocera
|
197e139a45
|
doc: Fix generation of the D-Bus API docs
|
2013-03-05 15:50:45 +01:00 |
|
Bastien Nocera
|
b10180503d
|
0.4.1
And fix distcheck.
|
2011-04-19 00:27:09 +01:00 |
|
Bastien Nocera
|
b225947a56
|
Fix make distcheck
Fix missing documentation file when --enable-gtk-doc isn't passed
along to configure.
|
2008-11-24 17:19:08 +00:00 |
|
Bastien Nocera
|
dfa539a1f8
|
Add documentation
Documentation FTW!
|
2008-11-21 18:15:51 +00:00 |
|
Bastien Nocera
|
120c9a1099
|
Some changes to our docbook XSLT script
Add <doc:title> for use in the top-level description, and
a description link type, to link to those sub-paragraphs.
|
2008-11-21 18:15:51 +00:00 |
|
Bastien Nocera
|
3cd0a7aeaf
|
First pass at adding API docs through gtk-doc
Required a bit of mangling.
|
2008-11-21 18:15:51 +00:00 |
|