diff options
author | Thorsten Kukuk <kukuk@thkukuk.de> | 2005-08-18 12:59:47 +0000 |
---|---|---|
committer | Thorsten Kukuk <kukuk@thkukuk.de> | 2005-08-18 12:59:47 +0000 |
commit | 169206343fcdd18dd94341eaa4b4e03f9d598eae (patch) | |
tree | 429f55564f3ece842138c3b9759ec372d01c3d8a /doc/Makefile.am | |
parent | 63411b1347ff4534a6cfdf8df0acdd4a581ffb8b (diff) | |
download | pam-169206343fcdd18dd94341eaa4b4e03f9d598eae.tar.gz pam-169206343fcdd18dd94341eaa4b4e03f9d598eae.tar.bz2 pam-169206343fcdd18dd94341eaa4b4e03f9d598eae.zip |
Relevant BUGIDs: none
Purpose of commit: new feature
Commit summary:
---------------
Add gettext support.
Diffstat (limited to 'doc/Makefile.am')
-rw-r--r-- | doc/Makefile.am | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/doc/Makefile.am b/doc/Makefile.am index 9ac6b1c7..9051099b 100644 --- a/doc/Makefile.am +++ b/doc/Makefile.am @@ -142,4 +142,6 @@ releasedocs: all spec tar zvfc Linux-PAM-$(VERSION)-docs.tar.gz \ --exclude CVS --exclude .cvsignore --exclude '.#*' \ html ps txts pdf specs/draft-morgan-pam-current.txt - + tar jvfc Linux-PAM-$(VERSION)-docs.tar.bz2 \ + --exclude CVS --exclude .cvsignore --exclude '.#*' \ + html ps txts pdf specs/draft-morgan-pam-current.txt |