]> arthur.barton.de Git - netatalk.git/commitdiff
New automake files for the man pages
authorrufustfirefly <rufustfirefly>
Wed, 26 Jul 2000 19:31:20 +0000 (19:31 +0000)
committerrufustfirefly <rufustfirefly>
Wed, 26 Jul 2000 19:31:20 +0000 (19:31 +0000)
man/Makefile.am [new file with mode: 0644]
man/man1/Makefile.am [new file with mode: 0644]
man/man3/Makefile.am [new file with mode: 0644]
man/man4/Makefile.am [new file with mode: 0644]
man/man8/Makefile.am [new file with mode: 0644]

diff --git a/man/Makefile.am b/man/Makefile.am
new file mode 100644 (file)
index 0000000..7bfb570
--- /dev/null
@@ -0,0 +1,3 @@
+# Makefile.am for man/
+
+SUBDIRS = man1 man3 man4 man8
diff --git a/man/man1/Makefile.am b/man/man1/Makefile.am
new file mode 100644 (file)
index 0000000..0157bd6
--- /dev/null
@@ -0,0 +1,5 @@
+# Makefile.am for man/man1/
+
+man_MANS = aecho.1 getzones.1 hqx2bin.1 macbinary.1 megatron.1 nbp.1 nbplkup.1 nbprgstr.1 nbpunrgstr.1 pap.1 papstatus.1 psorder.1 single2bin.1 unbin.1 unhex.1 unsingle.1
+
+EXTRA_DIST = $(man_MANS)
diff --git a/man/man3/Makefile.am b/man/man3/Makefile.am
new file mode 100644 (file)
index 0000000..1569cfd
--- /dev/null
@@ -0,0 +1,5 @@
+# Makefile.am for man/man3
+
+man_MANS = atalk_aton.3 nbp_name.3
+
+EXTRA_DIST = $(man_MANS)
diff --git a/man/man4/Makefile.am b/man/man4/Makefile.am
new file mode 100644 (file)
index 0000000..944c360
--- /dev/null
@@ -0,0 +1,5 @@
+# Makefile.am for man/man4/
+
+man_MANS = atalk.4
+
+EXTRA_DIST = $(man_MANS)
diff --git a/man/man8/Makefile.am b/man/man8/Makefile.am
new file mode 100644 (file)
index 0000000..841eac7
--- /dev/null
@@ -0,0 +1,5 @@
+# Makefile.am for man/man8/
+
+man_MANS = afpd.8 atalkd.8 pap.8 papd.8 papstatus.8 psf.8
+
+EXTRA_DIST = $(man_MANS)