diff options
author | Thorsten Kukuk <kukuk@thkukuk.de> | 2005-08-16 14:02:15 +0000 |
---|---|---|
committer | Thorsten Kukuk <kukuk@thkukuk.de> | 2005-08-16 14:02:15 +0000 |
commit | 35daff80ad5e762ab31d83256344b3a0b6e6f2b7 (patch) | |
tree | cde6f70f0e9d682ee0eec32672243d1d965127a7 /doc | |
parent | 23624ea6f78ec8acc167a2491c00998907fc76b1 (diff) | |
download | pam-35daff80ad5e762ab31d83256344b3a0b6e6f2b7.tar.gz pam-35daff80ad5e762ab31d83256344b3a0b6e6f2b7.tar.bz2 pam-35daff80ad5e762ab31d83256344b3a0b6e6f2b7.zip |
Relevant BUGIDs: none
Purpose of commit: new feature
Commit summary:
---------------
2. round of automake/autoconf/libtool changes
Diffstat (limited to 'doc')
-rw-r--r-- | doc/.cvsignore | 2 | ||||
-rw-r--r-- | doc/Makefile.am | 8 | ||||
-rw-r--r-- | doc/html/.cvsignore | 3 | ||||
-rw-r--r-- | doc/pdf/.cvsignore | 2 | ||||
-rw-r--r-- | doc/ps/.cvsignore | 2 | ||||
-rw-r--r-- | doc/specs/.cvsignore | 2 | ||||
-rw-r--r-- | doc/specs/formatter/.cvsignore | 2 | ||||
-rw-r--r-- | doc/txts/.cvsignore | 2 |
8 files changed, 18 insertions, 5 deletions
diff --git a/doc/.cvsignore b/doc/.cvsignore index 7ac74f9d..407e0ce1 100644 --- a/doc/.cvsignore +++ b/doc/.cvsignore @@ -1,2 +1,4 @@ pam.sgml MODULES-SGML +Makefile +Makefile.in diff --git a/doc/Makefile.am b/doc/Makefile.am index b1be7c36..f47882db 100644 --- a/doc/Makefile.am +++ b/doc/Makefile.am @@ -3,7 +3,7 @@ # FILES=pam pam_appl pam_modules -FSRCS=pam.sgml pam_appl.sgml pam_modules.sgml +FSRCS=pam_appl.sgml pam_modules.sgml TEXTS=txts/pam.txt txts/pam_appl.txt txts/pam_modules.txt HTMLS=html/pam.html html/pam_appl.html html/pam_modules.html @@ -32,7 +32,7 @@ all: html text postscript pdf html: $(HTMLS) -$(HTMLS) : $(FSRCS) +$(HTMLS) : $(FSRCS) pam.sgml @echo 'Building html documentation from files in modules/*.sgml' if HAVE_SGML2HTML @for i in $(FILES) ; do \ @@ -49,7 +49,7 @@ endif text: $(TEXTS) -$(TEXTS) : $(FSRCS) +$(TEXTS) : $(FSRCS) pam.sgml @echo 'Building text documentation from files in modules/*.sgml' if HAVE_SGML2TXT @for i in $(FILES) ; do \ @@ -64,7 +64,7 @@ endif postscript: $(PSFILES) -$(PSFILES): $(FSRCS) +$(PSFILES): $(FSRCS) pam.sgml @echo 'Building postscript documentation from files in modules/*.sgml' if HAVE_SGML2PS @for i in $(FILES) ; do \ diff --git a/doc/html/.cvsignore b/doc/html/.cvsignore index 3b358a3a..63fb4028 100644 --- a/doc/html/.cvsignore +++ b/doc/html/.cvsignore @@ -1 +1,2 @@ -pam*.html
\ No newline at end of file +pam*.htmlMakefile +Makefile.in diff --git a/doc/pdf/.cvsignore b/doc/pdf/.cvsignore index a1363379..76866b7e 100644 --- a/doc/pdf/.cvsignore +++ b/doc/pdf/.cvsignore @@ -1 +1,3 @@ *.pdf +Makefile +Makefile.in diff --git a/doc/ps/.cvsignore b/doc/ps/.cvsignore index fa1d1137..442d5daf 100644 --- a/doc/ps/.cvsignore +++ b/doc/ps/.cvsignore @@ -1 +1,3 @@ pam*.ps +Makefile +Makefile.in diff --git a/doc/specs/.cvsignore b/doc/specs/.cvsignore index d564ba7e..bac7934f 100644 --- a/doc/specs/.cvsignore +++ b/doc/specs/.cvsignore @@ -1 +1,3 @@ draft-morgan-pam-*.txt +Makefile +Makefile.in diff --git a/doc/specs/formatter/.cvsignore b/doc/specs/formatter/.cvsignore index 8af8c897..ea34fc5f 100644 --- a/doc/specs/formatter/.cvsignore +++ b/doc/specs/formatter/.cvsignore @@ -1,3 +1,5 @@ lex.yy.c parse.tab.c padout +Makefile +Makefile.in diff --git a/doc/txts/.cvsignore b/doc/txts/.cvsignore index f35c3921..238919c1 100644 --- a/doc/txts/.cvsignore +++ b/doc/txts/.cvsignore @@ -1 +1,3 @@ pam*.txt +Makefile +Makefile.in |