Displaying 2 results from an estimated 2 matches for "3ebe2cc".
2017 Jul 14
0
[hivex PATCH 2/2] build: do not ignore pod2man error codes
...quot; \
--name "hivexsh" \
--release "$(PACKAGE_NAME)-$(PACKAGE_VERSION)" \
- $< > $@-t; mv $@-t $@
+ $< > $@-t && mv $@-t $@
noinst_DATA = \
$(top_builddir)/html/hivexget.1.html \
diff --git a/xml/Makefile.am b/xml/Makefile.am
index ca3f964..3ebe2cc 100644
--- a/xml/Makefile.am
+++ b/xml/Makefile.am
@@ -40,7 +40,7 @@ hivexml.1: hivexml.pod
-c "Windows Registry" \
--name "hivexml" \
--release "$(PACKAGE_NAME)-$(PACKAGE_VERSION)" \
- $< > $@-t; mv $@-t $@
+ $< > $@-t && mv $@-t $@...
2017 Jul 14
2
[hivex PATCH 1/2] hivexregedit: fix POD markup
Put the "=back" to close the list only after the last element.
---
regedit/hivexregedit | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/regedit/hivexregedit b/regedit/hivexregedit
index 02c382b..cd49063 100755
--- a/regedit/hivexregedit
+++ b/regedit/hivexregedit
@@ -248,8 +248,6 @@ You should only use this option for quick hacking and debugging of the
hive