diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2005-05-02 08:28:41 +0000 |
---|---|---|
committer | Gerald W. Carter <jerry@samba.org> | 2008-04-23 08:46:32 -0500 |
commit | 12ac16f5b066c1aacc64ff4bf24dbf7eb1ee66b2 (patch) | |
tree | 8be9c319a46d0a64455a941258a8acfec10dc8fc /docs/Makefile.settings.in | |
parent | 576eac8561eef8ab72c546cb7d9e26e77c20e3fd (diff) | |
download | samba-12ac16f5b066c1aacc64ff4bf24dbf7eb1ee66b2.tar.gz samba-12ac16f5b066c1aacc64ff4bf24dbf7eb1ee66b2.tar.bz2 samba-12ac16f5b066c1aacc64ff4bf24dbf7eb1ee66b2.zip |
Rename manpages to manpages-3 so I can pull in the Samba 4 manpages later
(This used to be commit 6f54f8c770553b8b42a948436dc6db37a155ab2f)
Diffstat (limited to 'docs/Makefile.settings.in')
-rw-r--r-- | docs/Makefile.settings.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/Makefile.settings.in b/docs/Makefile.settings.in index 20d00e74b2..ece4de1585 100644 --- a/docs/Makefile.settings.in +++ b/docs/Makefile.settings.in @@ -28,9 +28,9 @@ OUTPUTDIR = output ARCHIVEDIR = archive TEXINFODIR = $(OUTPUTDIR)/texi SRCDIR = @SAMBASOURCEDIR@ -MANDIR = $(OUTPUTDIR)/manpages +MANDIR = $(OUTPUTDIR)/manpages-3 EPSTOPDF = @EPSTOPDF@ -MANPAGEDIR = manpages +MANPAGEDIR = manpages-3 MAKEINDEX = @MAKEINDEX@ EXAMPLESDIR = $(OUTPUTDIR)/examples SMBDOTCONFDOC = smbdotconf |