Mark Nauwelaerts
ce7ddae09a
Merge commit 'f4cdd20cb106c9e0ba57bc63b4231f9da6e72513' into felipec
2025-08-23 15:27:12 +02:00
Felipe Contreras
f4cdd20cb1
t: rename directory
2025-08-01 19:05:51 -06:00
Mark Nauwelaerts
3314ce3dda
Makefile: use lighter asciidoctor iso asciidoc
2025-04-28 17:24:22 +02:00
Felipe Contreras
a5bc03d4d6
doc: use asdiidoctor
...
Signed-off-by: Felipe Contreras <felipe.contreras@gmail.com >
2022-08-19 18:41:53 -05:00
Paul Wise
00ac711fb2
Fix syntax error caused by extra semicolon
...
Fixes: commit 4d38bff053
2022-02-23 23:15:30 +01:00
Paul Wise
4d38bff053
Fail the build when Python with Mercurial is not available
2022-02-22 21:58:51 +01:00
Paul Wise
a8cd6a92b3
Do not overwrite found python executable with 'python'
2022-02-22 21:58:51 +01:00
Paul Wise
afc1f3a2c2
Try to install Python scripts with versioned Python shebangs
...
Allow overriding the Python version.
The Python setuptools based build system already modifies shebangs.
The Python scripts have unversioned Python shebangs so they
will fail if an unversioned Python is not provided by the OS.
The Debian bullseye release will not have an unversioned Python by default.
Avoid make pattern rules and shell functions since they are not portable.
2021-04-05 13:27:00 +02:00
Paul Wise
704869df29
Install git-hg-helper when using the make build system
...
It is used by git-remote-hg and the Python
also setuptools build system installs it.
2021-04-03 10:02:49 +02:00
Mark Nauwelaerts
1456e68129
Really strip prefix to ensure a valid package version
2019-04-28 14:32:42 +02:00
Mark Nauwelaerts
e0b752be8f
Move release version management to make stage
...
... to ensure setup.py does not trip some later time.
Fixes mnauw/git-remote-hg#25
2019-04-27 15:08:20 +02:00
Mark Nauwelaerts
765f9ae287
Add python pip packaging
...
Fixes mnauw/git-remote-hg#13
2018-10-14 16:27:51 +02:00
Felipe Contreras
f173208406
build: don't install docs by default
...
Signed-off-by: Felipe Contreras <felipe.contreras@gmail.com >
2014-05-31 15:58:33 -05:00
Brian Gernhardt
0de8aa91f4
build: avoid non-portable install -D
...
BSD install doesn't understand the -D option. Use a separate install
command to create the directory (with the -d option) before installing
the file.
Signed-off-by: Brian Gernhardt <brian@gernhardtsoftware.com >
Signed-off-by: Felipe Contreras <felipe.contreras@gmail.com >
2014-05-31 15:41:28 -05:00
Paul Wise
38070007aa
build: general improvements
...
Allow customising the bin and manual page dirs.
Signed-off-by: Paul Wise <pabs3@bonedaddy.net >
Signed-off-by: Felipe Contreras <felipe.contreras@gmail.com >
2014-05-30 17:37:01 -05:00
Felipe Contreras
776e36c147
build: fix install location
...
Signed-off-by: Felipe Contreras <felipe.contreras@gmail.com >
2014-05-09 10:29:52 -05:00
Felipe Contreras
51eabd4a17
doc: add manpage
...
Signed-off-by: Felipe Contreras <felipe.contreras@gmail.com >
2014-05-09 08:41:57 -05:00
Felipe Contreras
98c3535c3f
build: add install target
...
Signed-off-by: Felipe Contreras <felipe.contreras@gmail.com >
2014-05-09 08:41:57 -05:00
Felipe Contreras
443a35cef5
Add testing framework
...
Signed-off-by: Felipe Contreras <felipe.contreras@gmail.com >
2014-05-09 08:26:03 -05:00