diff options
| author | Chong Yidong | 2011-03-06 00:34:35 -0500 |
|---|---|---|
| committer | Chong Yidong | 2011-03-06 00:34:35 -0500 |
| commit | 555e9b5c69d70acca13310fbe533594a8f1eab98 (patch) | |
| tree | a90ff2a9d9e197428bed7aaa9bee76cfe35071bc /doc | |
| parent | 8f60c8201658b7b0b5017986d2cb7e30479ec2d2 (diff) | |
| download | emacs-555e9b5c69d70acca13310fbe533594a8f1eab98.tar.gz emacs-555e9b5c69d70acca13310fbe533594a8f1eab98.zip | |
Add package.texi to doc/lispref/Makefile.in.
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/lispref/ChangeLog | 4 | ||||
| -rw-r--r-- | doc/lispref/Makefile.in | 1 |
2 files changed, 5 insertions, 0 deletions
diff --git a/doc/lispref/ChangeLog b/doc/lispref/ChangeLog index 8404b7502b3..7bb1919b837 100644 --- a/doc/lispref/ChangeLog +++ b/doc/lispref/ChangeLog | |||
| @@ -1,3 +1,7 @@ | |||
| 1 | 2011-03-06 Chong Yidong <cyd@stupidchicken.com> | ||
| 2 | |||
| 3 | * Makefile.in (srcs): Add package.texi. | ||
| 4 | |||
| 1 | 2011-03-05 Chong Yidong <cyd@stupidchicken.com> | 5 | 2011-03-05 Chong Yidong <cyd@stupidchicken.com> |
| 2 | 6 | ||
| 3 | * processes.texi (Synchronous Processes): Minor clarification | 7 | * processes.texi (Synchronous Processes): Minor clarification |
diff --git a/doc/lispref/Makefile.in b/doc/lispref/Makefile.in index a9664a4e197..d5427f6e477 100644 --- a/doc/lispref/Makefile.in +++ b/doc/lispref/Makefile.in | |||
| @@ -80,6 +80,7 @@ srcs = \ | |||
| 80 | $(srcdir)/numbers.texi \ | 80 | $(srcdir)/numbers.texi \ |
| 81 | $(srcdir)/objects.texi \ | 81 | $(srcdir)/objects.texi \ |
| 82 | $(srcdir)/os.texi \ | 82 | $(srcdir)/os.texi \ |
| 83 | $(srcdir)/package.texi \ | ||
| 83 | $(srcdir)/positions.texi \ | 84 | $(srcdir)/positions.texi \ |
| 84 | $(srcdir)/processes.texi \ | 85 | $(srcdir)/processes.texi \ |
| 85 | $(srcdir)/searching.texi \ | 86 | $(srcdir)/searching.texi \ |