diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2005-05-02 08:49:42 +0000 |
---|---|---|
committer | Gerald W. Carter <jerry@samba.org> | 2008-04-23 08:46:32 -0500 |
commit | be57da2c89bd054f86b9efa07ba30b0697fe8172 (patch) | |
tree | e34a5afa22eb05307a2d61c55fc1d61030252896 /docs/Makefile | |
parent | 12ac16f5b066c1aacc64ff4bf24dbf7eb1ee66b2 (diff) | |
download | samba-be57da2c89bd054f86b9efa07ba30b0697fe8172.tar.gz samba-be57da2c89bd054f86b9efa07ba30b0697fe8172.tar.bz2 samba-be57da2c89bd054f86b9efa07ba30b0697fe8172.zip |
Add optional manpages to the Samba HOWTO Collection
(This used to be commit 5609d2b9df51bcacd153f13275e52ce022a37e97)
Diffstat (limited to 'docs/Makefile')
-rw-r--r-- | docs/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/Makefile b/docs/Makefile index 8383a0b447..eb3bb41bfc 100644 --- a/docs/Makefile +++ b/docs/Makefile @@ -41,6 +41,7 @@ help: $(DOCBOOKDIR)/Samba-Guide.xml: $(filter-out Samba-Guide/index.xml,$(wildcard Samba-Guide/*.xml)) $(DOCBOOKDIR)/Samba-HOWTO-Collection.xml: $(filter-out Samba-HOWTO-Collection/index.xml,$(wildcard Samba-HOWTO-Collection/*.xml)) Samba-HOWTO-Collection-attributions.xml +Samba-HOWTO-Collection/manpages.xml: $(MANPAGEDIR)/smb.conf.5.xml $(DOCBOOKDIR)/Samba-Developers-Guide.xml: $(filter-out Samba-Developers-Guide/index.xml,$(wildcard Samba-Developers-Guide/*.xml)) Samba-Developers-Guide-attributions.xml # Pseudo targets |