Fixed "make dist"
This commit is contained in:
parent
80f1acdb7b
commit
246ec1bcb8
|
@ -2,6 +2,7 @@ SUBDIRS = data m4 po src
|
||||||
AM_CPPFLAGS = -I$(top_srcdir)/. -I$(top_srcdir)/src
|
AM_CPPFLAGS = -I$(top_srcdir)/. -I$(top_srcdir)/src
|
||||||
|
|
||||||
EXTRA_DIST = \
|
EXTRA_DIST = \
|
||||||
|
debian \
|
||||||
config.rpath \
|
config.rpath \
|
||||||
autogen.sh \
|
autogen.sh \
|
||||||
checkinstall.sh \
|
checkinstall.sh \
|
||||||
|
|
|
@ -255,6 +255,7 @@ top_srcdir = @top_srcdir@
|
||||||
SUBDIRS = data m4 po src
|
SUBDIRS = data m4 po src
|
||||||
AM_CPPFLAGS = -I$(top_srcdir)/. -I$(top_srcdir)/src
|
AM_CPPFLAGS = -I$(top_srcdir)/. -I$(top_srcdir)/src
|
||||||
EXTRA_DIST = \
|
EXTRA_DIST = \
|
||||||
|
debian \
|
||||||
config.rpath \
|
config.rpath \
|
||||||
autogen.sh \
|
autogen.sh \
|
||||||
checkinstall.sh \
|
checkinstall.sh \
|
||||||
|
|
|
@ -63,7 +63,9 @@ USE_LINGUAS=$(shell if test -n "$(USER_LINGUAS)" -o -n "$(LINGUAS)"; then LLINGU
|
||||||
POFILES=$(shell LINGUAS="$(PO_LINGUAS)"; for lang in $$LINGUAS; do printf "$$lang.po "; done)
|
POFILES=$(shell LINGUAS="$(PO_LINGUAS)"; for lang in $$LINGUAS; do printf "$$lang.po "; done)
|
||||||
|
|
||||||
DISTFILES = Makefile.in.in POTFILES.in $(POFILES)
|
DISTFILES = Makefile.in.in POTFILES.in $(POFILES)
|
||||||
EXTRA_DISTFILES = ChangeLog POTFILES.skip Makevars LINGUAS
|
EXTRA_DISTFILES = ChangeLog POTFILES.skip Makevars LINGUAS \
|
||||||
|
Preferences01.png Preferences02.png Settings.png translate.txt \
|
||||||
|
Rules-quot *.gmo *.pot *.sed *.sin
|
||||||
|
|
||||||
POTFILES = \
|
POTFILES = \
|
||||||
# This comment gets stripped out
|
# This comment gets stripped out
|
||||||
|
|
|
@ -65,7 +65,22 @@ nobase_dist_xmlcopyeditor_DATA = $(srcdir)/catalog/catalog \
|
||||||
|
|
||||||
pixmap_DATA = xmlcopyeditor.png
|
pixmap_DATA = xmlcopyeditor.png
|
||||||
|
|
||||||
EXTRA_DIST = $(srcdir)/copying
|
EXTRA_DIST = \
|
||||||
|
$(srcdir)/aspell \
|
||||||
|
$(srcdir)/bin \
|
||||||
|
$(srcdir)/bmp \
|
||||||
|
$(srcdir)/copying \
|
||||||
|
$(srcdir)/dtd/docbook/4.4/ent/README \
|
||||||
|
$(srcdir)/dtd/docbook/4.4/ChangeLog \
|
||||||
|
$(srcdir)/dtd/docbook/4.4/README \
|
||||||
|
$(srcdir)/ico \
|
||||||
|
$(srcdir)/.cproject \
|
||||||
|
$(srcdir)/.project \
|
||||||
|
$(srcdir)/myprintout.cpp \
|
||||||
|
$(srcdir)/xmlcopyeditor.iss \
|
||||||
|
$(srcdir)/xmlcopyeditor64.iss \
|
||||||
|
$(srcdir)/xmlcopyeditor.rc \
|
||||||
|
$(srcdir)/xmlschemaparser.cpp
|
||||||
|
|
||||||
AM_CPPFLAGS = -I/usr/include/libxml2 $(ENCHANT_CFLAGS) $(GTK_CFLAGS)
|
AM_CPPFLAGS = -I/usr/include/libxml2 $(ENCHANT_CFLAGS) $(GTK_CFLAGS)
|
||||||
|
|
||||||
|
|
|
@ -338,7 +338,23 @@ nobase_dist_xmlcopyeditor_DATA = $(srcdir)/catalog/catalog \
|
||||||
$(srcdir)/xsl/openlearn2daisyhtml/*.*
|
$(srcdir)/xsl/openlearn2daisyhtml/*.*
|
||||||
|
|
||||||
pixmap_DATA = xmlcopyeditor.png
|
pixmap_DATA = xmlcopyeditor.png
|
||||||
EXTRA_DIST = $(srcdir)/copying
|
EXTRA_DIST = \
|
||||||
|
$(srcdir)/aspell \
|
||||||
|
$(srcdir)/bin \
|
||||||
|
$(srcdir)/bmp \
|
||||||
|
$(srcdir)/copying \
|
||||||
|
$(srcdir)/dtd/docbook/4.4/ent/README \
|
||||||
|
$(srcdir)/dtd/docbook/4.4/ChangeLog \
|
||||||
|
$(srcdir)/dtd/docbook/4.4/README \
|
||||||
|
$(srcdir)/ico \
|
||||||
|
$(srcdir)/.cproject \
|
||||||
|
$(srcdir)/.project \
|
||||||
|
$(srcdir)/myprintout.cpp \
|
||||||
|
$(srcdir)/xmlcopyeditor.iss \
|
||||||
|
$(srcdir)/xmlcopyeditor64.iss \
|
||||||
|
$(srcdir)/xmlcopyeditor.rc \
|
||||||
|
$(srcdir)/xmlschemaparser.cpp
|
||||||
|
|
||||||
AM_CPPFLAGS = -I/usr/include/libxml2 $(ENCHANT_CFLAGS) $(GTK_CFLAGS)
|
AM_CPPFLAGS = -I/usr/include/libxml2 $(ENCHANT_CFLAGS) $(GTK_CFLAGS)
|
||||||
all: all-am
|
all: all-am
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue