aboutsummaryrefslogtreecommitdiff
path: root/doc/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'doc/Makefile.am')
-rw-r--r--doc/Makefile.am24
1 files changed, 0 insertions, 24 deletions
diff --git a/doc/Makefile.am b/doc/Makefile.am
deleted file mode 100644
index 80fc24c3..00000000
--- a/doc/Makefile.am
+++ /dev/null
@@ -1,24 +0,0 @@
-#
-# Copyright (c) 2005, 2006 Thorsten Kukuk <kukuk@suse.de>
-#
-
-SUBDIRS = man specs sag adg mwg
-
-CLEANFILES = *~
-DISTCLEANFILES = custom-man.xsl
-
-dist_html_DATA = index.html
-
-EXTRA_DIST = custom-man.xsl.in
-
-#######################################################
-
-releasedocs: all
- $(mkinstalldirs) $(top_builddir)/Linux-PAM-$(VERSION)/doc/specs
- cp -av specs/draft-morgan-pam-current.txt \
- $(top_builddir)/Linux-PAM-$(VERSION)/doc/specs/
- cp -av $(srcdir)/specs/rfc86.0.txt \
- $(top_builddir)/Linux-PAM-$(VERSION)/doc/specs/
- make -C sag releasedocs
- make -C adg releasedocs
- make -C mwg releasedocs