From afa77d7d26acb1993d54b066b91af602410e5a8c Mon Sep 17 00:00:00 2001 From: Thorsten Kukuk Date: Tue, 27 Sep 2005 08:45:57 +0000 Subject: 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. --- doc/specs/Makefile.am | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'doc/specs/Makefile.am') 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/ -- cgit v1.2.3