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:
cc8b715
)
Put generated doc file gomxref.html also in dist (so perl is not needed
author
Peter Verthez
<Peter.Verthez@advalvas.be>
Sun, 27 Oct 2002 16:39:48 +0000
(16:39 +0000)
committer
Peter Verthez
<Peter.Verthez@advalvas.be>
Sun, 27 Oct 2002 16:39:48 +0000
(16:39 +0000)
at make-time).
doc/Makefile.am
patch
|
blob
|
history
diff --git
a/doc/Makefile.am
b/doc/Makefile.am
index 23d091f85ce23cb7c06eb6595bb4ece4bf2bd6a7..54f46d16bdf8df51ca8457ea2e2be939fb78a1d5 100644
(file)
--- a/
doc/Makefile.am
+++ b/
doc/Makefile.am
@@
-7,7
+7,7
@@
DOC_FILES = index.html usage.html parser.html interface.html links.html \
encoding.html
GENERATED_DOC_FILES = gomxref.html
DOC_GEN = make_gom_xref
-EXTRA_DIST = $(DOC_FILES) $(DOC_GEN) index.html.in
+EXTRA_DIST = $(DOC_FILES) $(DOC_GEN) index.html.in
$(GENERATED_DOC_FILES)
docdir = $(datadir)/doc/@PACKAGE@-@VERSION@
DISTCLEANFILES = $(GENERATED_DOC_FILES)