From afa77d7d26acb1993d54b066b91af602410e5a8c Mon Sep 17 00:00:00 2001 From: Thorsten Kukuk Date: Tue, 27 Sep 2005 08:45:57 +0000 Subject: [PATCH] Relevant BUGIDs: none Purpose of commit: bugfix Commit summary: --------------- Install draft and rfc, fix make dist outside source dir. 2005-09-27 Thorsten Kukuk * doc/specs/Makefile.am (install-data-local): Install rfc and draft. (all): Copy rfc if we build outside of source directory. --- ChangeLog | 6 ++++++ doc/specs/Makefile.am | 6 ++++++ 2 files changed, 12 insertions(+) diff --git a/ChangeLog b/ChangeLog index 0eff564a..f05b76ad 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2005-09-27 Thorsten Kukuk + + * doc/specs/Makefile.am (install-data-local): Install + rfc and draft. + (all): Copy rfc if we build outside of source directory. + 2005-09-27 Thorsten Kukuk * NEWS: Document removal of pam_radius. diff --git a/doc/specs/Makefile.am b/doc/specs/Makefile.am index dc4171c2..1d8cbe2a 100644 --- a/doc/specs/Makefile.am +++ b/doc/specs/Makefile.am @@ -7,6 +7,7 @@ CLEANFILES = draft-morgan-pam-current.txt *~ EXTRA_DIST = draft-morgan-pam.raw std-agent-id.raw rfc86.0.txt all: padout spec + test -f rfc86.0.txt || cp -p $(srcdir)/rfc86.0.txt . spec: draft-morgan-pam.raw ./padout < $(srcdir)/draft-morgan-pam.raw > draft-morgan-pam-current.txt @@ -21,3 +22,8 @@ parse.c: lex.yy.c lex.yy.c: $(srcdir)/parse.lex $(LEX) $(srcdir)/parse.lex + +install-data-local: + $(mkinstalldirs) $(DESTDIR)$(DOCDIR)/spec + $(INSTALL_DATA) draft-morgan-pam-current.txt $(DESTDIR)$(DOCDIR)/spec/ + $(INSTALL_DATA) rfc86.0.txt $(DESTDIR)$(DOCDIR)/spec/ -- 2.40.0