Try to fix dist.

Change-Id: Ib4332bace88f9db7a06867861c40627e2bdc55f0
Reviewed-on: https://code.wireshark.org/review/5218
Reviewed-by: Gerald Combs <gerald@wireshark.org>
This commit is contained in:
Gerald Combs 2014-11-09 22:16:15 -08:00 committed by Gerald Combs
parent cd5b402964
commit 64b8759fbb
1 changed files with 2 additions and 3 deletions

View File

@ -195,8 +195,7 @@ COMMON_GRAPHICS = \
# user-guide.xml must be first in the list (to match $<)
WSUG_DIST = \
user-guide.xml \
git_version.xml \
user-guide.asciidoc \
GPL_appendix.asciidoc \
custom_layer_chm.xsl \
custom_layer_pdf.xsl \
@ -205,7 +204,7 @@ WSUG_DIST = \
$(WSUG_GRAPHICS) \
$(COMMON_GRAPHICS)
WSUG_SOURCE = $(WSUG_DIST) $(WSUG_GENERATED_SOURCE)
WSUG_SOURCE = $(WSUG_GENERATED_SOURCE) $(WSUG_DIST)
# developer-guide.asciidoc must be first in the list (to match $<)
WSDG_DIST = \