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/Makefile.am | |
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/Makefile.am')
-rw-r--r-- | doc/Makefile.am | 8 |
1 files changed, 4 insertions, 4 deletions
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 \ |