diff options
author | Stijn Buys <ingar@osirion.org> | 2008-08-04 12:53:48 +0000 |
---|---|---|
committer | Stijn Buys <ingar@osirion.org> | 2008-08-04 12:53:48 +0000 |
commit | ebd5cd9daabb2d2eb6f5e06f9433cc8e6a4e0f7a (patch) | |
tree | b34c058d7a8363c036e4f9e6a3463f97b055db62 | |
parent | 611e311124523cb8add6960e894d92b5d909d2ad (diff) |
some automake versions don't like the doc/*.html installation
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/Makefile.am b/Makefile.am index 6e3a308..13a6b8e 100644 --- a/Makefile.am +++ b/Makefile.am @@ -3,6 +3,4 @@ AUTOMAKE_OPTIONS = foreign 1.4 SUBDIRS = src -dist_doc_DATA = doc/assets.html doc/index.html doc/installation.html \ -doc/license.html doc/manual.html doc/models.html doc/world.html |