Add fidentify man page, fix the section number of testdisk and photorec
This commit is contained in:
parent
ebc196bb59
commit
dfe95c96bb
5 changed files with 28 additions and 10 deletions
|
@ -3,7 +3,7 @@ SUBDIRS = src
|
||||||
|
|
||||||
EXTRA_DIST = AUTHORS COPYING ChangeLog INFO INSTALL NEWS README THANKS compile.sh progsreiserfs-journal.patch \
|
EXTRA_DIST = AUTHORS COPYING ChangeLog INFO INSTALL NEWS README THANKS compile.sh progsreiserfs-journal.patch \
|
||||||
darwin/readme_mac_powerpc.txt darwin/readme_mac_intel.txt \
|
darwin/readme_mac_powerpc.txt darwin/readme_mac_intel.txt \
|
||||||
doc_src/testdisk.8.in doc_src/photorec.8.in doc \
|
doc_src/testdisk.8.in doc_src/photorec.8.in doc_src/fidentify.8.in doc/online.html \
|
||||||
dos/readme.txt \
|
dos/readme.txt \
|
||||||
ico/photorec.ico ico/testdisk.ico \
|
ico/photorec.ico ico/testdisk.ico \
|
||||||
linux/testdisk.spec.in \
|
linux/testdisk.spec.in \
|
||||||
|
@ -12,13 +12,13 @@ EXTRA_DIST = AUTHORS COPYING ChangeLog INFO INSTALL NEWS README THANKS compile.s
|
||||||
|
|
||||||
AUTOMAKE_OPTIONS = gnits
|
AUTOMAKE_OPTIONS = gnits
|
||||||
|
|
||||||
man_MANS = doc_src/testdisk.8 doc_src/photorec.8
|
man_MANS = doc_src/testdisk.8 doc_src/photorec.8 doc_src/fidentify.8
|
||||||
|
|
||||||
install-data-hook:
|
install-data-hook:
|
||||||
$(mkinstalldirs) $(DESTDIR)$(datadir)/doc/$(PACKAGE)-$(VERSION)
|
$(mkinstalldirs) $(DESTDIR)$(datadir)/doc/$(PACKAGE)-$(VERSION)
|
||||||
$(mkinstalldirs) $(DESTDIR)$(datadir)/doc/$(PACKAGE)-$(VERSION)/html
|
$(mkinstalldirs) $(DESTDIR)$(datadir)/doc/$(PACKAGE)-$(VERSION)/html
|
||||||
$(INSTALL_DATA) $(top_srcdir)/AUTHORS $(top_srcdir)/ChangeLog $(top_srcdir)/NEWS $(top_srcdir)/README $(top_srcdir)/THANKS $(DESTDIR)$(datadir)/doc/$(PACKAGE)-$(VERSION)/
|
$(INSTALL_DATA) $(top_srcdir)/AUTHORS $(top_srcdir)/ChangeLog $(top_srcdir)/NEWS $(top_srcdir)/README $(top_srcdir)/THANKS $(DESTDIR)$(datadir)/doc/$(PACKAGE)-$(VERSION)/
|
||||||
$(INSTALL_DATA) $(top_srcdir)/doc/* $(DESTDIR)$(datadir)/doc/$(PACKAGE)-$(VERSION)/html
|
# $(INSTALL_DATA) $(top_srcdir)/doc/* $(DESTDIR)$(datadir)/doc/$(PACKAGE)-$(VERSION)/html
|
||||||
|
|
||||||
uninstall-hook:
|
uninstall-hook:
|
||||||
rm -rf $(DESTDIR)$(datadir)/doc/$(PACKAGE)-$(VERSION)
|
rm -rf $(DESTDIR)$(datadir)/doc/$(PACKAGE)-$(VERSION)
|
||||||
|
|
|
@ -706,5 +706,5 @@ AC_SUBST(photorec_LDADD)
|
||||||
AC_SUBST(photorecf_LDADD)
|
AC_SUBST(photorecf_LDADD)
|
||||||
AC_SUBST(qphotorec_LDADD)
|
AC_SUBST(qphotorec_LDADD)
|
||||||
AC_SUBST(fidentify_LDADD)
|
AC_SUBST(fidentify_LDADD)
|
||||||
AC_CONFIG_FILES([Makefile src/Makefile linux/testdisk.spec doc_src/testdisk.8 doc_src/photorec.8])
|
AC_CONFIG_FILES([Makefile src/Makefile linux/testdisk.spec doc_src/testdisk.8 doc_src/photorec.8 doc_src/fidentify.8])
|
||||||
AC_OUTPUT
|
AC_OUTPUT
|
||||||
|
|
18
doc_src/fidentify.8.in
Normal file
18
doc_src/fidentify.8.in
Normal file
|
@ -0,0 +1,18 @@
|
||||||
|
.\" May be distributed under the GNU General Public License
|
||||||
|
.TH FIDENTIFY 8 @TESTDISKDATE@ "Administration Tools"
|
||||||
|
.SH NAME
|
||||||
|
fidentify \- Recover lost files from harddisk, digital camera and cdrom
|
||||||
|
.SH SYNOPSIS
|
||||||
|
.BI "fidentify [directory]
|
||||||
|
.sp
|
||||||
|
.SH DESCRIPTION
|
||||||
|
\fBfidentify\fP identify the file type, the "extension", by using thr same database than PhotoRec.
|
||||||
|
.SH SEE ALSO
|
||||||
|
.BR photorec(8),
|
||||||
|
.BR
|
||||||
|
.SH AUTHOR
|
||||||
|
PhotoRec @VERSION@, Data Recovery Utility, @TESTDISKDATE@
|
||||||
|
.br
|
||||||
|
Christophe GRENIER <grenier@cgsecurity.org>
|
||||||
|
.br
|
||||||
|
http://www.cgsecurity.org
|
|
@ -1,5 +1,5 @@
|
||||||
.\" May be distributed under the GNU General Public License
|
.\" May be distributed under the GNU General Public License
|
||||||
.TH PHOTOREC 1 @TESTDISKDATE@ "Administration Tools"
|
.TH PHOTOREC 8 @TESTDISKDATE@ "Administration Tools"
|
||||||
.SH NAME
|
.SH NAME
|
||||||
photorec \- Recover lost files from harddisk, digital camera and cdrom
|
photorec \- Recover lost files from harddisk, digital camera and cdrom
|
||||||
.SH SYNOPSIS
|
.SH SYNOPSIS
|
||||||
|
@ -16,8 +16,8 @@ create a photorec.log file
|
||||||
.B /debug
|
.B /debug
|
||||||
add debug information
|
add debug information
|
||||||
.SH SEE ALSO
|
.SH SEE ALSO
|
||||||
.BR testdisk(1),
|
.BR testdisk(8),
|
||||||
.BR fdisk (1).
|
.BR fdisk (8).
|
||||||
.BR
|
.BR
|
||||||
.SH AUTHOR
|
.SH AUTHOR
|
||||||
PhotoRec @VERSION@, Data Recovery Utility, @TESTDISKDATE@
|
PhotoRec @VERSION@, Data Recovery Utility, @TESTDISKDATE@
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
.\" May be distributed under the GNU General Public License
|
.\" May be distributed under the GNU General Public License
|
||||||
.TH TESTDISK 1 @TESTDISKDATE@ "Administration Tools"
|
.TH TESTDISK 8 @TESTDISKDATE@ "Administration Tools"
|
||||||
.SH NAME
|
.SH NAME
|
||||||
testdisk \- Scan and repair disk partitions
|
testdisk \- Scan and repair disk partitions
|
||||||
.SH SYNOPSIS
|
.SH SYNOPSIS
|
||||||
|
@ -52,8 +52,8 @@ dump raw sectors
|
||||||
.B /list
|
.B /list
|
||||||
display current partitions
|
display current partitions
|
||||||
.SH SEE ALSO
|
.SH SEE ALSO
|
||||||
.BR fdisk (1),
|
.BR fdisk (8),
|
||||||
.BR photorec(1).
|
.BR photorec(8).
|
||||||
.BR
|
.BR
|
||||||
.SH AUTHOR
|
.SH AUTHOR
|
||||||
TestDisk @VERSION@, Data Recovery Utility, @TESTDISKDATE@
|
TestDisk @VERSION@, Data Recovery Utility, @TESTDISKDATE@
|
||||||
|
|
Loading…
Reference in a new issue