diff options
author | ivan <ivan> | 2002-02-07 22:30:46 +0000 |
---|---|---|
committer | ivan <ivan> | 2002-02-07 22:30:46 +0000 |
commit | 58b6cf13486080bae2136b13b421db6c9163368e (patch) | |
tree | e84e249499927a178fd41f12590853eea9f02429 /Makefile | |
parent | 69c6e80a7253f927af1780a3e0dd3fcf50110599 (diff) |
oops, reversing bad Makefile patch
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -34,8 +34,7 @@ aspdocs: htmlman httemplate/* httemplate/*/* httemplate/*/*/* httemplate/*/*/*/* cp -pr httemplate aspdocs touch aspdocs -#masondocs: htmlman httemplate/* httemplate/*/* httemplate/*/*/* httemplate/*/*/*/* httemplate/*/*/*/*/* -masondocs: httemplate/* httemplate/*/* httemplate/*/*/* httemplate/*/*/*/* httemplate/*/*/*/*/* +masondocs: htmlman httemplate/* httemplate/*/* httemplate/*/*/* httemplate/*/*/*/* httemplate/*/*/*/*/* rm -rf masondocs cp -pr httemplate masondocs ( cd masondocs; \ |