search for: rguestfish

Displaying 2 results from an estimated 2 matches for "rguestfish".

Did you mean: guestfish
2010 Sep 11
1
Remaining syntax-check errors
...-e 's/@AVAILABILITY@//' \ Makefile.am:108: -e '/@STRUCTS@/rsrc/guestfs-structs.pod' \ Makefile.am:109: -e 's/@STRUCTS@//' \ Makefile.am:120: -e '/@ACTIONS@/rfish/guestfish-actions.pod' -e 's/@ACTIONS@//' \ fish/Makefile.am:712: -e '/@ACTIONS@/rguestfish-actions.pod' -e 's/@ACTIONS@//' \ po-docs/ja/Makefile.am:1667: -e '/@ACTIONS@/rguestfs-actions.pod' \ po-docs/ja/Makefile.am:1668: -e 's/@ACTIONS@//' \ po-docs/ja/Makefile.am:1669: -e '/@AVAILABILITY@/rguestfs-availability.pod' \ po-docs/ja/Makefile.am:1...
2010 Sep 02
2
[PATCH] Allow manual pages and POD files to be translated.
...< $< | \ + $(POD2MAN) -u \ + --section 3 \ + -c "Virtualization Support" \ + --name "guestfs" \ + --release "$(PACKAGE_NAME)-$(PACKAGE_VERSION)" \ + > $@-t; mv $@-t $@ + +guestfish.1: guestfish.pod guestfish-actions.pod + sed \ + -e '/@ACTIONS@/rguestfish-actions.pod' -e 's/@ACTIONS@//' \ + < $< | \ + $(POD2MAN) -u \ + --section 1 \ + -c "Virtualization Support" \ + --name "guestfish" \ + --release "$(PACKAGE_NAME)-$(PACKAGE_VERSION)" \ + > $@-t; mv $@-t $@ + +guestmount.1: guestmount.po...