Use default autoconf extension, add some ignore files.
authorJelmer Vernooij <jelmer@samba.org>
Wed, 28 Mar 2007 00:15:16 +0000 (00:15 +0000)
committerGerald W. Carter <jerry@samba.org>
Wed, 23 Apr 2008 14:01:45 +0000 (09:01 -0500)
docs/.bzrignore [new file with mode: 0644]
docs/Makefile
docs/configure.ac [moved from docs/configure.in with 100% similarity]

diff --git a/docs/.bzrignore b/docs/.bzrignore
new file mode 100644 (file)
index 0000000..4ecba74
--- /dev/null
@@ -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
index f66ef6ae88192e8ad50f90820b1e2f95ef7d7d92..33c6425d1be9ec35b5bb1c420e58719a918f1910 100644 (file)
@@ -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
similarity index 100%
rename from docs/configure.in
rename to docs/configure.ac