Mercurial > hg > wm
diff Makefile @ 24:9f20bce6184e v0.7
move directories, support netpbm 11
author | Peter Meerwald-Stadler <pmeerw@pmeerw.net> |
---|---|
date | Fri, 20 Dec 2024 13:08:59 +0100 |
parents | acb6967ee76d |
children |
line wrap: on
line diff
--- a/Makefile Fri Dec 20 12:53:41 2024 +0100 +++ b/Makefile Fri Dec 20 13:08:59 2024 +0100 @@ -2,21 +2,21 @@ WEBDIR = /home/scicomp/pmeerw/public-www/Watermarking/source -all: meerwald fotopoulos +all: meerwald fotopoulos meerwald: - cd Meerwald ; make + cd Meerwald-dir ; make fotopoulos: - cd Fotopoulos ; make + cd Fotopoulos-dir ; make install: - cd Meerwald ; make install - cd Fotopoulos ; make install + cd Meerwald-dir ; make install + cd Fotopoulos-dir ; make install clean: - cd Meerwald ; make clean - cd Fotopoulos ; make clean + cd Meerwald-dir ; make clean + cd Fotopoulos-dir ; make clean dist: cp -v manual.pdf manual.ps $(WEBDIR) @@ -29,8 +29,8 @@ mv -v wm_source_bin.tar.gz $(WEBDIR) zip -9r wm_source_bin.zip * mv -v wm_source_bin.zip $(WEBDIR) - tar -czf wm_source.tar.gz ANNOUNCEMENT Fotopoulos/* Meerwald/* Makefile README images/* make/* manual.* sigs/.dummy watermarked/.dummy wms/.dummy win32_bin/.dummy linux_bin/.dummy + tar -czf wm_source.tar.gz ANNOUNCEMENT Fotopoulos-dir/* Meerwald-dir/* Makefile README images/* make/* manual.* sigs/.dummy watermarked/.dummy wms/.dummy win32_bin/.dummy linux_bin/.dummy mv -v wm_source.tar.gz $(WEBDIR) - zip -9r wm_source.zip ANNOUNCEMENT Fotopoulos/* Meerwald/* Makefile README images/* make/* manual.* sigs/.dummy watermarked/.dummy wms/.dummy linux_bin/.dummy win32_bin/.dummy + zip -9r wm_source.zip ANNOUNCEMENT Fotopoulos-dir/* Meerwald-dir/* Makefile README images/* make/* manual.* sigs/.dummy watermarked/.dummy wms/.dummy linux_bin/.dummy win32_bin/.dummy mv -v wm_source.zip $(WEBDIR) chmod a+r $(WEBDIR)/*