kopia lustrzana https://gitlab.com/sane-project/backends
Make "make dist" work again.
rodzic
9988639657
commit
b2accf7467
|
@ -33,6 +33,8 @@
|
|||
"new" marker. Added manpage link. Updated version. Marked X1180
|
||||
as "basic" according to man page.
|
||||
* doc/sane.man: Added lexmark backend.
|
||||
* backend/Makefile.in doc/Makefile.in tools/Makefile.in: Make
|
||||
"make dist" work again.
|
||||
|
||||
2005-10-15 Jochen Eisinger <jochen@penguin-breeder.org>
|
||||
|
||||
|
|
|
@ -102,7 +102,7 @@ DISTFILES = abaton.c abaton.conf abaton.h agfafocus.c agfafocus.conf \
|
|||
gt68xx.c gt68xx.h gt68xx_high.c gt68xx_high.h gt68xx_mid.c gt68xx_mid.h \
|
||||
gt68xx_gt6801.c gt68xx_gt6801.h gt68xx_gt6816.c gt68xx_gt6816.h \
|
||||
gt68xx_low.c gt68xx_low.h gt68xx_devices.c gt68xx_generic.c \
|
||||
gt68xx_generic.h gt68xx_shm_channel.c gt68xx_shm_channel.c \
|
||||
gt68xx_generic.h gt68xx_shm_channel.c \
|
||||
gt68xx_shm_channel.h gt68xx.conf \
|
||||
genesys.c genesys.h genesys_gl646.c genesys_low.h \
|
||||
genesys.conf genesys_devices.c genesys_gl841.c \
|
||||
|
|
|
@ -270,7 +270,8 @@ dist: $(DISTFILES)
|
|||
$(MKDIR) $(distdir)/doc/$${subdir} ; \
|
||||
for file in $${subdir}/* ; do \
|
||||
ln $$file $(distdir)/doc/$${subdir} 2> /dev/null \
|
||||
|| cp -p $$file $(distdir)/doc/$${subdir} ; \
|
||||
|| cp -p $$file $(distdir)/doc/$${subdir} \
|
||||
|| echo "ignoring: $$file" ; \
|
||||
done ; \
|
||||
done
|
||||
for file in $(DISTFILES); do \
|
||||
|
|
|
@ -129,8 +129,9 @@ dist: $(DISTFILES)
|
|||
for subdir in $(SUBDIRS) ; do \
|
||||
$(MKDIR) $(distdir)/tools/$${subdir} ; \
|
||||
for file in $${subdir}/* ; do \
|
||||
ln $$file $(distdir)/doc/$${subdir} 2> /dev/null \
|
||||
|| cp -p $$file $(distdir)/tools/$${subdir} ; \
|
||||
ln $$file $(distdir)/tools/$${subdir} 2> /dev/null \
|
||||
|| cp -p $$file $(distdir)/tools/$${subdir} \
|
||||
|| echo "ignoring: $$file" ; \
|
||||
done ; \
|
||||
done
|
||||
for file in $(DISTFILES); do \
|
||||
|
|
Ładowanie…
Reference in New Issue