Fix .PHONY Make targets
GNU Make only respects the en-us spelling.
This commit is contained in:
parent
abf7274754
commit
fda377f5c7
@ -39,7 +39,7 @@ $(PDF): $(SRC)
|
|||||||
pdflatex vipsmanual.tex
|
pdflatex vipsmanual.tex
|
||||||
pdflatex vipsmanual.tex
|
pdflatex vipsmanual.tex
|
||||||
|
|
||||||
.PHONEY: html
|
.PHONY: html
|
||||||
html:
|
html:
|
||||||
-rm -rf vipsmanual
|
-rm -rf vipsmanual
|
||||||
mkdir vipsmanual
|
mkdir vipsmanual
|
||||||
@ -48,7 +48,7 @@ html:
|
|||||||
-rm vipsmanual/figs/*.svg
|
-rm vipsmanual/figs/*.svg
|
||||||
-rm vipsmanual/*.png
|
-rm vipsmanual/*.png
|
||||||
|
|
||||||
.PHONEY: clean
|
.PHONY: clean
|
||||||
clean:
|
clean:
|
||||||
-rm -f *.4ct
|
-rm -f *.4ct
|
||||||
-rm -f *.4tc
|
-rm -f *.4tc
|
||||||
|
@ -24,7 +24,6 @@ libvipsCC_la_LIBADD = \
|
|||||||
# swap the 'awk' line for this:
|
# swap the 'awk' line for this:
|
||||||
# awk '{if($$1!="deprecated") print $$1}'` ; \
|
# awk '{if($$1!="deprecated") print $$1}'` ; \
|
||||||
# to not generate the wrappers for deprecated functions
|
# to not generate the wrappers for deprecated functions
|
||||||
.PHONEY:
|
|
||||||
vipsc++.cc:
|
vipsc++.cc:
|
||||||
packages=`vips list packages | \
|
packages=`vips list packages | \
|
||||||
awk '{print $$1}'` ; \
|
awk '{print $$1}'` ; \
|
||||||
|
@ -10,7 +10,6 @@ pkginclude_HEADERS = \
|
|||||||
# swap the 'awk' line for this:
|
# swap the 'awk' line for this:
|
||||||
# awk '{if($$1!="deprecated") print $$1}'` ; \
|
# awk '{if($$1!="deprecated") print $$1}'` ; \
|
||||||
# to not generate the wrappers for deprecated functions
|
# to not generate the wrappers for deprecated functions
|
||||||
.PHONEY:
|
|
||||||
vipsc++.h:
|
vipsc++.h:
|
||||||
packages=`vips list packages | \
|
packages=`vips list packages | \
|
||||||
awk '{print $$1}'` ; \
|
awk '{print $$1}'` ; \
|
||||||
|
Loading…
Reference in New Issue
Block a user