diff options
author | Marco Pesenti Gritti <marco@gnome.org> | 2003-11-20 04:12:29 +0800 |
---|---|---|
committer | Marco Pesenti Gritti <marco@src.gnome.org> | 2003-11-20 04:12:29 +0800 |
commit | 6fc311e86a048a94a088e3b200cde4f1a83f84de (patch) | |
tree | 8fc42c1483dcc567574a0710d8315b956470601b /Makefile.am | |
parent | 5e14d96d90e1ebd925d4ed9fc00be1864030036d (diff) | |
download | gsoc2013-epiphany-6fc311e86a048a94a088e3b200cde4f1a83f84de.tar gsoc2013-epiphany-6fc311e86a048a94a088e3b200cde4f1a83f84de.tar.gz gsoc2013-epiphany-6fc311e86a048a94a088e3b200cde4f1a83f84de.tar.bz2 gsoc2013-epiphany-6fc311e86a048a94a088e3b200cde4f1a83f84de.tar.lz gsoc2013-epiphany-6fc311e86a048a94a088e3b200cde4f1a83f84de.tar.xz gsoc2013-epiphany-6fc311e86a048a94a088e3b200cde4f1a83f84de.tar.zst gsoc2013-epiphany-6fc311e86a048a94a088e3b200cde4f1a83f84de.zip |
Do not document config.h ;) Reenable docs build.
2003-11-19 Marco Pesenti Gritti <marco@gnome.org>
* Makefile.am:
* doc/reference/Makefile.am:
* doc/reference/epiphany-docs.sgml:
* doc/reference/tmpl/config.sgml:
Do not document config.h ;)
Reenable docs build.
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index 7107e68ec..a45100d61 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,6 +1,6 @@ ## Process this file with automake to produce Makefile.in -SUBDIRS = lib embed src data po help +SUBDIRS = lib embed src data po help doc distcleancheck_listfiles = find . -type f -print | grep -v 'omf\.out' |