1
0
mirror of https://github.com/DoctorWkt/unix-jun72.git synced 2026-01-13 15:27:49 +00:00

- use .s filename endings in rebuild.

This commit is contained in:
tim.newsham 2008-04-26 19:17:27 +00:00
parent d39538d2bd
commit 429f86a74a

View File

@ -1,6 +1,6 @@
#!/bin/sh
m() { cat pages/$2 > rebuilt/$1; }
m() { cat pages/$2 > rebuilt/$1.s; }
test -d rebuilt || mkdir rebuilt