diff options
author | Thorsten Kukuk <kukuk@thkukuk.de> | 2005-08-18 14:39:14 +0000 |
---|---|---|
committer | Thorsten Kukuk <kukuk@thkukuk.de> | 2005-08-18 14:39:14 +0000 |
commit | 7cf966087bc3e25f64176c879bf9a99afe30ce1f (patch) | |
tree | 6e258da66c76ac4ca6eb087154aa45e3d92078f6 /doc/Makefile.am | |
parent | aa5c193e8c8c37732133cfe4489784d7efae677d (diff) | |
download | pam-7cf966087bc3e25f64176c879bf9a99afe30ce1f.tar.gz pam-7cf966087bc3e25f64176c879bf9a99afe30ce1f.tar.bz2 pam-7cf966087bc3e25f64176c879bf9a99afe30ce1f.zip |
Relevant BUGIDs: none
Purpose of commit: bugfix
Commit summary:
---------------
Add missing files to EXTRA_DIST
Diffstat (limited to 'doc/Makefile.am')
-rw-r--r-- | doc/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/Makefile.am b/doc/Makefile.am index 9051099b..39bbca7e 100644 --- a/doc/Makefile.am +++ b/doc/Makefile.am @@ -17,7 +17,7 @@ CLEANFILES = *~ */*~ $(TEXTS) $(PSFILES) $(PDFFILES) html/pam*.html \ specs/draft-morgan-pam-current.txt EXTRA_DIST = $(FSRCS) CREDITS NOTES figs/pam_orient.txt pdf/README \ - ps/README txts/README man/template-man $(MANS) \ + ps/README html/index.html txts/README man/template-man $(MANS) \ pam_source.sgml $(MODULES) modules/module.sgml-template \ modules/README |