Move remote-cache documentation to section 8 of the manual.
authorMartin Schwenke <martin@meltin.net>
Tue, 21 Jul 2009 05:57:13 +0000 (15:57 +1000)
committerMartin Schwenke <martin@meltin.net>
Tue, 21 Jul 2009 05:57:13 +0000 (15:57 +1000)
Signed-off-by: Martin Schwenke <martin@meltin.net>
Makefile.in
doc/remote-cache.8 [moved from doc/remote-cache.1 with 100% similarity]
doc/remote-cache.8.html [moved from doc/remote-cache.1.html with 100% similarity]
doc/remote-cache.8.xml [moved from doc/remote-cache.1.xml with 99% similarity]

index 7d76964c0cd634e13795d39e3192dc782607c524..3f38f83fb616abd6e5d24df7cd9f36c12a4f6e40 100755 (executable)
@@ -65,10 +65,10 @@ bin/remote-cache: migrate/remote-cache.o migrate/remote-cached.o
        @echo Linking $@
        @$(CC) $(CFLAGS) -o $@ $(CLIENT_OBJ) $(LIB_FLAGS) $(FUSE_LIBS)
 
-doc/remote-cache.1.html: doc/remote-cache.1.xml
+doc/remote-cache.8.html: doc/remote-cache.8.xml
        -test -z "$(XSLTPROC)" || $(XSLTPROC) -o $@ http://docbook.sourceforge.net/release/xsl/current/html/docbook.xsl $<
 
-doc/remote-cache.1: doc/remote-cache.1.xml
+doc/remote-cache.8: doc/remote-cache.8.xml
        -test -z "$(XSLTPROC)" || $(XSLTPROC) -o $@ http://docbook.sourceforge.net/release/xsl/current/manpages/docbook.xsl $<
 
 doc/remote-cache-clean.8.html: doc/remote-cache-clean.8.xml
@@ -77,14 +77,14 @@ doc/remote-cache-clean.8.html: doc/remote-cache-clean.8.xml
 doc/remote-cache-clean.8: doc/remote-cache-clean.8.xml
        -test -z "$(XSLTPROC)" || $(XSLTPROC) -o $@ http://docbook.sourceforge.net/release/xsl/current/manpages/docbook.xsl $<
 
-doc: doc/remote-cache.1 doc/remote-cache.1.html \
+doc: doc/remote-cache.8 doc/remote-cache.8.html \
        doc/remote-cache-clean.8 doc/remote-cache-clean.8.html
 
 install: $(BINS)
        ${INSTALLCMD} -m 755 bin/remote-cache $(DESTDIR)$(bindir)
        ${INSTALLCMD} -m 755 migrate/remote-cache-clean.py $(DESTDIR)$(sbindir)/remote-cache-clean
-       if [ -f doc/remote-cache.1 ];then ${INSTALLCMD} -d $(DESTDIR)$(mandir)/man1; fi
-       if [ -f doc/remote-cache.1 ];then ${INSTALLCMD} -m 644 doc/remote-cache.1 $(DESTDIR)$(mandir)/man1; fi
+       if [ -f doc/remote-cache.8 ];then ${INSTALLCMD} -d $(DESTDIR)$(mandir)/man8; fi
+       if [ -f doc/remote-cache.8 ];then ${INSTALLCMD} -m 644 doc/remote-cache.8 $(DESTDIR)$(mandir)/man8; fi
        if [ -f doc/remote-cache-clean.8 ];then ${INSTALLCMD} -d $(DESTDIR)$(mandir)/man8; fi
        if [ -f doc/remote-cache-clean.8 ];then ${INSTALLCMD} -m 644 doc/remote-cache-clean.8 $(DESTDIR)$(mandir)/man8; fi
 
similarity index 100%
rename from doc/remote-cache.1
rename to doc/remote-cache.8
similarity index 99%
rename from doc/remote-cache.1.xml
rename to doc/remote-cache.8.xml
index 6abb1d1923f0c599f4597c9f966f02f751943d1b..b2f6fb4e5a57bf44d34a06944b419203d0faab1f 100644 (file)
@@ -1,10 +1,10 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
 <!DOCTYPE refentry PUBLIC "-//Samba-Team//DTD DocBook V4.2-Based Variant V1.0//EN" "http://www.samba.org/samba/DTD/samba-doc">
-<refentry id="onnode.1">
+<refentry id="remote-cache.8">
 
 <refmeta>
        <refentrytitle>remote-cache</refentrytitle>
-       <manvolnum>1</manvolnum>
+       <manvolnum>8</manvolnum>
 </refmeta>