summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorTomas Chvatal <tchvatal@suse.cz>2012-03-13 13:55:50 +0100
committerMarkus Mohrhard <markus.mohrhard@googlemail.com>2012-04-25 10:55:06 +0200
commit1059029fac4b27fd97008337e97f7ed2c502fdc2 (patch)
tree00a54e20962e267a4843d6a346f8dd73ba039792 /doc
parent215ff59273aaf6f316159c8c090ca7503eb7322c (diff)
Add new autoconf using the latest macros
This add new macros from autoconf-archive instead of the old broken ones. Also cleans up the configure.in and moves it to configure.ac. This setup as-is is not working. Next step is checking config.h to contain same contend for before/after update.
Diffstat (limited to 'doc')
-rw-r--r--doc/.gitignore1
-rw-r--r--doc/Makefile.am1
2 files changed, 1 insertions, 1 deletions
diff --git a/doc/.gitignore b/doc/.gitignore
new file mode 100644
index 0000000..3849810
--- /dev/null
+++ b/doc/.gitignore
@@ -0,0 +1 @@
+Doxyfile
diff --git a/doc/Makefile.am b/doc/Makefile.am
index 08e5a03..3e43c44 100644
--- a/doc/Makefile.am
+++ b/doc/Makefile.am
@@ -15,7 +15,6 @@ static_pages = FAQ
if DOC
-htmldir = $(pkgdatadir)/html
html_DATA = $(static_pages) html/index.html
install-data-hook: