dlugolecki.net.pl
Dziennik
Polecane
Software
projects
/
gedcom-parse.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7372fd1
)
Declare gomxref.html as a generated doc file.
author
Peter Verthez
<Peter.Verthez@advalvas.be>
Thu, 12 Sep 2002 19:28:38 +0000
(19:28 +0000)
committer
Peter Verthez
<Peter.Verthez@advalvas.be>
Thu, 12 Sep 2002 19:28:38 +0000
(19:28 +0000)
doc/Makefile.am
patch
|
blob
|
history
diff --git
a/doc/Makefile.am
b/doc/Makefile.am
index 166d5e6a8bd84bdce5a54caa6a9c2afa2c2aa343..4f1ab4c6e220e8362ef8ec184bb3f37302fbcaff 100644
(file)
--- a/
doc/Makefile.am
+++ b/
doc/Makefile.am
@@
-4,14
+4,15
@@
SUBDIRS = images .
DOC_FILES = index.html usage.html parser.html interface.html links.html \
- encoding.html gomxref.html
+ encoding.html
+GENERATED_DOC_FILES = gomxref.html
VERSIONED_FILES = index.html
EXTRA_DIST = $(DOC_FILES)
docdir = $(datadir)/doc/@PACKAGE@-@VERSION@
include $(top_srcdir)/Makefile.inc
-doc_DATA = $(DOC_FILES)
+doc_DATA = $(DOC_FILES)
$(GENERATED_DOC_FILES)
dist-hook:
$(replace-VERSION)