Move the client man pages from man/ to client/

This commit is contained in:
Richard Hughes 2009-06-29 11:12:16 +01:00
parent ebe393d1ff
commit 5db4998931
9 changed files with 29 additions and 34 deletions

View File

@ -6,7 +6,6 @@ SUBDIRS = \
po \
policy \
etc \
man \
data \
lib \
src \

2
client/.gitignore vendored
View File

@ -12,4 +12,6 @@ pk-self-test
*.gladep
*.gladep.bak
*.servicepack
manpage.*
*.1

View File

@ -3,6 +3,31 @@ AUTOMAKE_OPTIONS = 1.7
NULL =
EXTRA_DIST = \
pkcon.xml \
pkmon.xml \
pkgenpack.xml \
$(NULL)
if HAVE_XSLTPROC
man_MANS = \
pkcon.1 \
pkmon.1 \
pkgenpack.1 \
$(NULL)
endif
if HAVE_XSLTPROC
pkcon.1: pkcon.xml
xsltproc http://docbook.sourceforge.net/release/xsl/current/manpages/docbook.xsl $? &> /dev/null
pkmon.1: pkmon.xml
xsltproc http://docbook.sourceforge.net/release/xsl/current/manpages/docbook.xsl $? &> /dev/null
pkgenpack.1: pkgenpack.xml
xsltproc http://docbook.sourceforge.net/release/xsl/current/manpages/docbook.xsl $? &> /dev/null
endif
INCLUDES = \
$(GLIB_CFLAGS) \
$(DBUS_CFLAGS) \
@ -121,6 +146,8 @@ endif
clean-local:
rm -f *~
rm -f *.1
rm -f manpage.*
rm -f *.out
CLEANFILES = $(BUILT_SOURCES)

View File

@ -704,7 +704,6 @@ dnl ---------------------------------------------------------------------------
AC_OUTPUT([
Makefile
etc/Makefile
man/Makefile
docs/Makefile
docs/html/Makefile
docs/html/img/Makefile

4
man/.gitignore vendored
View File

@ -1,4 +0,0 @@
manpage.links
manpage.refs
*.1

View File

@ -1,28 +0,0 @@
EXTRA_DIST = \
pkcon.xml \
pkmon.xml \
pkgenpack.xml
if HAVE_XSLTPROC
man_MANS = \
pkcon.1 \
pkmon.1 \
pkgenpack.1
endif
if HAVE_XSLTPROC
pkcon.1: pkcon.xml
xsltproc http://docbook.sourceforge.net/release/xsl/current/manpages/docbook.xsl $? &> /dev/null
pkmon.1: pkmon.xml
xsltproc http://docbook.sourceforge.net/release/xsl/current/manpages/docbook.xsl $? &> /dev/null
pkgenpack.1: pkgenpack.xml
xsltproc http://docbook.sourceforge.net/release/xsl/current/manpages/docbook.xsl $? &> /dev/null
endif
clean-local :
rm -f *~
rm -f *.1
rm -f manpage.*