diff options
author | Glenn Randers-Pehrson <glennrp at users.sourceforge.net> | 1999-12-10 09:43:02 -0600 |
---|---|---|
committer | Glenn Randers-Pehrson <glennrp at users.sourceforge.net> | 2009-04-06 16:04:47 -0500 |
commit | 166c5a397e16e97b7a533ba8f6e89019af4faa17 (patch) | |
tree | 44811e6cda7b30fc2e96465f62416ae705de84f9 /scripts/makefile.std | |
parent | 074af5e9caf8035318c93ec309ec59109014e209 (diff) | |
download | libpng-166c5a397e16e97b7a533ba8f6e89019af4faa17.tar.gz |
Imported from libpng-1.0.5h.tarv1.0.5h
Diffstat (limited to 'scripts/makefile.std')
-rw-r--r-- | scripts/makefile.std | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/scripts/makefile.std b/scripts/makefile.std index 6afe481e1..824744985 100644 --- a/scripts/makefile.std +++ b/scripts/makefile.std @@ -47,6 +47,10 @@ install: libpng.a clean: rm -f *.o libpng.a pngtest pngout.png +DOCS = ANNOUNCE CHANGES INSTALL KNOWNBUG LICENSE README TODO Y2KINFO +writelock: + chmod a-w *.[ch35] $(DOCS) scripts/* + # DO NOT DELETE THIS LINE -- make depend depends on it. png.o: png.h pngconf.h |