Add fidentify man page, fix the section number of testdisk and photorec

This commit is contained in:
Christophe Grenier 2010-09-11 18:04:57 +02:00
parent ebc196bb59
commit dfe95c96bb
5 changed files with 28 additions and 10 deletions

View file

@ -3,7 +3,7 @@ SUBDIRS = src
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 \
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 \
ico/photorec.ico ico/testdisk.ico \
linux/testdisk.spec.in \
@ -12,13 +12,13 @@ EXTRA_DIST = AUTHORS COPYING ChangeLog INFO INSTALL NEWS README THANKS compile.s
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:
$(mkinstalldirs) $(DESTDIR)$(datadir)/doc/$(PACKAGE)-$(VERSION)
$(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)/doc/* $(DESTDIR)$(datadir)/doc/$(PACKAGE)-$(VERSION)/html
# $(INSTALL_DATA) $(top_srcdir)/doc/* $(DESTDIR)$(datadir)/doc/$(PACKAGE)-$(VERSION)/html
uninstall-hook:
rm -rf $(DESTDIR)$(datadir)/doc/$(PACKAGE)-$(VERSION)

View file

@ -706,5 +706,5 @@ AC_SUBST(photorec_LDADD)
AC_SUBST(photorecf_LDADD)
AC_SUBST(qphotorec_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

18
doc_src/fidentify.8.in Normal file
View 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

View file

@ -1,5 +1,5 @@
.\" May be distributed under the GNU General Public License
.TH PHOTOREC 1 @TESTDISKDATE@ "Administration Tools"
.TH PHOTOREC 8 @TESTDISKDATE@ "Administration Tools"
.SH NAME
photorec \- Recover lost files from harddisk, digital camera and cdrom
.SH SYNOPSIS
@ -16,8 +16,8 @@ create a photorec.log file
.B /debug
add debug information
.SH SEE ALSO
.BR testdisk(1),
.BR fdisk (1).
.BR testdisk(8),
.BR fdisk (8).
.BR
.SH AUTHOR
PhotoRec @VERSION@, Data Recovery Utility, @TESTDISKDATE@

View file

@ -1,5 +1,5 @@
.\" May be distributed under the GNU General Public License
.TH TESTDISK 1 @TESTDISKDATE@ "Administration Tools"
.TH TESTDISK 8 @TESTDISKDATE@ "Administration Tools"
.SH NAME
testdisk \- Scan and repair disk partitions
.SH SYNOPSIS
@ -52,8 +52,8 @@ dump raw sectors
.B /list
display current partitions
.SH SEE ALSO
.BR fdisk (1),
.BR photorec(1).
.BR fdisk (8),
.BR photorec(8).
.BR
.SH AUTHOR
TestDisk @VERSION@, Data Recovery Utility, @TESTDISKDATE@