make sure that all jpg and png images from doc/manual/images/ appear...
...in the tarball
This commit is contained in:
parent
16b4ad8fce
commit
5f6e128292
2 changed files with 2 additions and 2 deletions
|
@ -21,7 +21,7 @@ endif
|
|||
finddata=(cd $(top_srcdir) && find data fonts sounds $(findfilterflags) -o -print \
|
||||
$(findmoredata) )
|
||||
finddatadirs=(cd $(top_srcdir) && find data fonts sounds -type d \! \( -name .svn -prune \) -print; $(findmoredatadirs) )
|
||||
findnoinst=(cd $(top_srcdir) && find utils -name .svn -prune -o -name ".\#*" -o -type d -o -print && find MANUAL* && find doc/manual -name "*.html" )
|
||||
findnoinst=(cd $(top_srcdir) && find utils -name .svn -prune -o -name ".\#*" -o -type d -o -print && find MANUAL* && find doc/manual -name "*.html" && doc/manual/images -name "*.jpg" && doc/manual/images -name "*.png")
|
||||
|
||||
w_preparefileinstall = if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
|
||||
case $$p in \
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
if MANUALUPDATE
|
||||
dist_noinst_DATA = images/main-menu.jpg images/recruit.jpg styles/manual.css
|
||||
dist_noinst_DATA = styles/manual.css
|
||||
|
||||
XSLTOPTS = --nonet \
|
||||
--stringparam callout.graphics 0 \
|
||||
|
|
Loading…
Add table
Reference in a new issue