diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2007-03-28 00:15:16 +0000 |
---|---|---|
committer | Gerald W. Carter <jerry@samba.org> | 2008-04-23 08:47:30 -0500 |
commit | e5b6a02271ca2c74592e37468d2fcda9363ce032 (patch) | |
tree | 3dd84ac90bf8a969f679d64dc82099ba99b4cbaa | |
parent | 987e11cdc9b0a29657d474a784b180b8d797a2be (diff) | |
download | samba-e5b6a02271ca2c74592e37468d2fcda9363ce032.tar.gz samba-e5b6a02271ca2c74592e37468d2fcda9363ce032.tar.bz2 samba-e5b6a02271ca2c74592e37468d2fcda9363ce032.zip |
Use default autoconf extension, add some ignore files.
(This used to be commit a6fab663589c8710172ea1545ac99b3c348a87b5)
-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 |