Added targets "dist" and "sane-backends". make dist creates

sane-backends-x.y.z.tar.gz and make sane-backends also creates
the appropriate sane-x-y-z.lsm. Moved distclean to include/.
Fixed .PHONY. Made sane-backands-*.lsm look nicer.
Henning Meier-Geinitz <henning@meier-geinitz.de>
DEVEL_2_0_BRANCH-1
Henning Geinitz 2002-01-08 19:11:58 +00:00
rodzic ed6baca79e
commit f687153eaa
1 zmienionych plików z 9 dodań i 0 usunięć

Wyświetl plik

@ -10,6 +10,15 @@
mostang.com directory. Added OpenBSD.
* include/Makefile.in: Added targed "dist". Moved include targets from
root dir to this file. Added standard variables and .PHONY.
* backend/Makefile.in doc/Makefile.in frontend/Makefile.in
japi/Makefile.in lib/Makefile.in po/Makefile.in sanei/Makefile.in
testsuite/Makefile.in tools/Makefile.in: Added target "dist".
Fixed .PHONY.
* Makefile.in: Added targets "dist" and "sane-backends". make dist
creates sane-backends-x.y.z.tar.gz and make sane-backends also
creates the appropriate sane-x-y-z.lsm. Moved distclean to include/.
Fixed .PHONY. Made sane-backands-*.lsm look nicer.
2001-01-08 Stéphane Voltz <svoltz@wanadoo.fr>