]> code.delx.au - gnu-emacs/blobdiff - lisp/makefile.nt
(describe_category_1): Pass new args to describe_vector.
[gnu-emacs] / lisp / makefile.nt
index 51e27bdb1ead6db8545263c0d49800834b85179b..67699fecf3fc5c9c7b47955b20453871da488279 100644 (file)
@@ -15,8 +15,9 @@
 #  GNU General Public License for more details.
 #  
 #  You should have received a copy of the GNU General Public License
-#  along with GNU Emacs; see the file COPYING.  If not, write to
-#  the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.  */
+#  along with GNU Emacs; see the file COPYING.  If not, write to the
+#  Free Software Foundation, Inc., 59 Temple Place - Suite 330,
+#  Boston, MA 02111-1307, USA.
 #
 
 !include ..\nt\makefile.def
@@ -27,15 +28,15 @@ all:
 # Assuming INSTALL_DIR is defined, copy the elisp files to it
 #
 install:;      - mkdir $(INSTALL_DIR)\lisp
-               - del .\same-dir.tst
-               - del $(INSTALL_DIR)\lisp\same-dir.tst
+               - $(DEL) .\same-dir.tst
+               - $(DEL) $(INSTALL_DIR)\lisp\same-dir.tst
                echo SameDirTest > $(INSTALL_DIR)\lisp\same-dir.tst
                if not exist .\same-dir.tst $(CP_DIR) . $(INSTALL_DIR)\lisp
-               - del $(INSTALL_DIR)\lisp\same-dir.tst
+               - $(DEL) $(INSTALL_DIR)\lisp\same-dir.tst
                
 
 #
 # Maintenance
 # 
-clean:;                - del *~
+clean:;                - $(DEL) *~
                - $(DEL_TREE) deleted