diff options
| author | Eli Zaretskii | 2026-01-03 11:30:45 +0200 |
|---|---|---|
| committer | Eli Zaretskii | 2026-01-03 11:30:45 +0200 |
| commit | 4f2a8d81f8e738daff3bddf5dd330abf23ed02ca (patch) | |
| tree | 6d8f885499244b917983d289873991c18ff751f9 | |
| parent | e5a6b2e2629a2dc7a6c8d9cddf07ea9d0d965a7c (diff) | |
| download | emacs-4f2a8d81f8e738daff3bddf5dd330abf23ed02ca.tar.gz emacs-4f2a8d81f8e738daff3bddf5dd330abf23ed02ca.zip | |
; * test/manual/etags/README: Update the procedure for CTAGS.good_update.
| -rw-r--r-- | test/manual/etags/README | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/test/manual/etags/README b/test/manual/etags/README index f198e584da3..8493794c01c 100644 --- a/test/manual/etags/README +++ b/test/manual/etags/README | |||
| @@ -51,7 +51,9 @@ corresponding "good" files, one by one. Like this: | |||
| 51 | $ cp ETAGS ETAGS.good_7 | 51 | $ cp ETAGS ETAGS.good_7 |
| 52 | $ make check | 52 | $ make check |
| 53 | $ cp CTAGS CTAGS.good | 53 | $ cp CTAGS CTAGS.good |
| 54 | $ make check | 54 | $ head -n 100 CTAGS.good_update > CTAGS |
| 55 | $ tail -n 100 CTAGS.good_update >> CTAGS | ||
| 56 | $ ../../../lib-src/etags --ctags -o CTAGS -u - < srclist | ||
| 55 | $ cp CTAGS CTAGS.good_update | 57 | $ cp CTAGS CTAGS.good_update |
| 56 | $ make check | 58 | $ make check |
| 57 | $ cp CTAGS CTAGS.good_crlf | 59 | $ cp CTAGS CTAGS.good_crlf |