diff options
-rw-r--r-- | docs/.bzrignore | 15 | ||||
-rw-r--r-- | docs/Makefile | 2 | ||||
-rw-r--r-- | docs/configure.ac (renamed from docs/configure.in) | 0 |
3 files changed, 16 insertions, 1 deletions
diff --git a/docs/.bzrignore b/docs/.bzrignore new file mode 100644 index 0000000000..4ecba7410c --- /dev/null +++ b/docs/.bzrignore @@ -0,0 +1,15 @@ +Makefile.settings +Samba3-Developers-Guide-attributions.xml +Samba3-HOWTO-attributions.xml +Samba3-HOWTO.d +Samba4-HOWTO.d +Samba4-HOWTO-attributions.xml +autom4te.cache +config.log +config.status +configure +test.d +tmp +smbdotconf/parameters.all.xml +smbdotconf/parameters.global.xml +smbdotconf/parameters.service.xml diff --git a/docs/Makefile b/docs/Makefile index f66ef6ae88..33c6425d1b 100644 --- a/docs/Makefile +++ b/docs/Makefile @@ -26,7 +26,7 @@ Makefile.settings: configure @echo Makefile.settings not present, trying to run configure... ./configure -configure: configure.in +configure: configure.ac @echo configure not present, trying to regenerate it... autoreconf endif diff --git a/docs/configure.in b/docs/configure.ac index 4440290d0c..4440290d0c 100644 --- a/docs/configure.in +++ b/docs/configure.ac |