Skip to content

Commit

Permalink
update man page
Browse files Browse the repository at this point in the history
  • Loading branch information
Thomas Tsai committed Sep 21, 2012
1 parent 704048d commit 6473e81
Show file tree
Hide file tree
Showing 5 changed files with 30 additions and 5 deletions.
23 changes: 22 additions & 1 deletion INSTALL
Original file line number Diff line number Diff line change
@@ -1 +1,22 @@
please access partclone.org
#required library

e2fsprogs (official library)
ntfs3g | ntfsprogs (official library)
libreiserfs (official library)
btrfs-tools (build-in)
hfs plus (build-in)
fat (build-in)
reiserfs4progs (patched library, not in debian)
vmfs-tools (patched library, not in debian)
ufs (patched library, not in debian)
jfs (patched library, not in debian)
xfs (patched library, not in debian)

#check patched library here: http://free.nchc.org.tw/drbl-core/pool/drbl/dev/

# Installation
./configure --enabel-ncursesw --enable-all
make
sudo make install

please access partclone.org for more information
4 changes: 3 additions & 1 deletion docs/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -57,9 +57,9 @@ endif

if ENABLE_NTFS
man_MANS += partclone.ntfs.8
man_MANS += partclone.ntfsfixboot.8
endif

FORCE:
partclone.dd.8: partclone.dd.xml
-@($(XSLTPROC) --nonet $(MAN_STYLESHEET) partclone.dd.xml)
partclone.chkimg.8: partclone.chkimg.xml
Expand All @@ -70,3 +70,5 @@ partclone.restore.8: partclone.restore.xml
-@($(XSLTPROC) --nonet $(MAN_STYLESHEET) partclone.restore.xml)
partclone.8: partclone.xml
-@($(XSLTPROC) --nonet $(MAN_STYLESHEET) partclone.xml)
partclone.ntfsfixboot.8: partclone.ntfsfixboot.xml
-@($(XSLTPROC) --nonet $(MAN_STYLESHEET) partclone.ntfsfixboot.xml)
6 changes: 4 additions & 2 deletions docs/Makefile.in
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,8 @@ host_triplet = @host@
@ENABLE_VMFS_TRUE@am__append_9 = partclone.vmfs.8
@ENABLE_JFS_TRUE@am__append_10 = partclone.jfs.8
@ENABLE_BTRFS_TRUE@am__append_11 = partclone.btrfs.8
@ENABLE_NTFS_TRUE@am__append_12 = partclone.ntfs.8
@ENABLE_NTFS_TRUE@am__append_12 = partclone.ntfs.8 \
@ENABLE_NTFS_TRUE@ partclone.ntfsfixboot.8
subdir = docs
DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
Expand Down Expand Up @@ -487,7 +488,6 @@ uninstall-man: uninstall-man8
uninstall-am uninstall-man uninstall-man8


FORCE:
partclone.dd.8: partclone.dd.xml
-@($(XSLTPROC) --nonet $(MAN_STYLESHEET) partclone.dd.xml)
partclone.chkimg.8: partclone.chkimg.xml
Expand All @@ -498,6 +498,8 @@ partclone.restore.8: partclone.restore.xml
-@($(XSLTPROC) --nonet $(MAN_STYLESHEET) partclone.restore.xml)
partclone.8: partclone.xml
-@($(XSLTPROC) --nonet $(MAN_STYLESHEET) partclone.xml)
partclone.ntfsfixboot.8: partclone.ntfsfixboot.xml
-@($(XSLTPROC) --nonet $(MAN_STYLESHEET) partclone.ntfsfixboot.xml)

# Tell versions [3.59,3.63) of GNU make to not export all variables.
# Otherwise a system limit (for SysV at least) may be exceeded.
Expand Down
2 changes: 1 addition & 1 deletion docs/partclone.ntfsfixboot.xml
Original file line number Diff line number Diff line change
Expand Up @@ -212,7 +212,7 @@ man(1), man(7), http://www.tldp.org/HOWTO/Man-Page/
<!-- Or use this section to tell about upstream BTS. -->
<title>BUGS</title>
<para>Report bugs to &dhemail; or <ulink url="http://partclone.org"/>.</para>
<para>You can get support at http://partclone.org</para>
<para>Report bugs to upstrem <ulink url="http://sourceforge.net/projects/ntfsfixboot/"/>.</para>

</refsect1>
<refsect1 id="see_also">
Expand Down
Binary file modified po/zh_TW.gmo
Binary file not shown.

0 comments on commit 6473e81

Please sign in to comment.